Html Css Color HEX #E009EF Psychedelic Purple

📋 copy color: '#E009EF'

red 224 ◦ green 9 ◦ blue 239

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

Shades of Psychedelic Purple #E009EF

Tints of Psychedelic Purple #E009EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 47.46%
G = 1.91%
B = 50.64%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E009EF (or 0xE009EF) is known color: Psychedelic Purple. HEX triplet: E0, 09 and EF. RGB value is (224,9,239). Sum of RGB (Red+Green+Blue) = 224+9+239=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #E009EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009EF is #1FF610. Grayscale: #626262. Windows color (decimal): -2094609 or 15665632. OLE color: 15665632.

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

Color convert

RGB 224 9 239 -
CMYK 0.06 0.96 0 0.06
HSL 296.09º 0.93% 0.49% -
HSV(B) 296.09º 0.96% 0.94% -
XYZ 46.42 22.27 83.51 -
YUV 99.51 206.73 216.8 -
System Red Green Blue C M Y K H S L
Decimal 224 9 239 0.06 0.96 0 0.06 296.09 0.93 0.49
Hex E0 9 EF 6 60 0 6 128 5D 31
Octal 340 11 357 6 140 0 6 450 135 61
Binary 11100000 1001 11101111 110 1100000 0 110 100101000 1011101 110001

Color Harmonies of #E009EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009EF

Black with #E009EF

Text Example


Text Example

White with #E009EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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