Html Css Color HEX #E009EE Psychedelic Purple

📋 copy color: '#E009EE'

red 224 ◦ green 9 ◦ blue 238

#E009EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E009EE

Tints of Psychedelic Purple #E009EE

RGB

 RED value IS 224 (87.89% from 255) = 47.56%

 GREEN value IS 9 (3.91% from 255) = 1.91%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 47.56%
G = 1.91%
B = 50.53%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E009EE (or 0xE009EE) is known color: Psychedelic Purple. HEX triplet: E0, 09 and EE. RGB value is (224,9,238). Sum of RGB (Red+Green+Blue) = 224+9+238=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #E009EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009EE is #1FF611. Grayscale: #626262. Windows color (decimal): -2094610 or 15600096. OLE color: 15600096.

HSL color Cylindrical-coordinate representation of color #E009EE: hue angle of 296.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009EE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 9 238 -
CMYK 0.06 0.96 0 0.07
HSL 296.33º 0.93% 0.48% -
HSV(B) 296.33º 0.96% 0.93% -
XYZ 46.27 22.22 82.74 -
YUV 99.39 206.23 216.88 -
System Red Green Blue C M Y K H S L
Decimal 224 9 238 0.06 0.96 0 0.07 296.33 0.93 0.48
Hex E0 9 EE 6 60 0 7 128 5D 30
Octal 340 11 356 6 140 0 7 450 135 60
Binary 11100000 1001 11101110 110 1100000 0 111 100101000 1011101 110000

Color Harmonies of #E009EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009EE

Black with #E009EE

Text Example


Text Example

White with #E009EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009EE; }

 p { color: rgb(224,9,238); }

 H1.HeaderClassName
 {
   color: #E009EE;
 }
 .AnyTagClassName
 {
   color: #E009EE;
 }
</style>

background-color css

<style>
 a { background-color: #E009EE; }

 a { background-color: rgb(224,9,238); }

 div.DivClassName
 {
   background-color: #E009EE;
 }
 .BgClassName
 {
   background-color: #E009EE;
 }
</style>

border-color css

<style>
 span { border-color: #E009EE; }

 span { border-color: rgb(224,9,238); }

 td.TdClassName
 {
   border-color: #E009EE;
 }
 .TagClassName
 {
   border-color: #E009EE;
 }
</style>