Html Css Color HEX #E01EE9 Psychedelic Purple

📋 copy color: '#E01EE9'

red 224 ◦ green 30 ◦ blue 233

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

Shades of Psychedelic Purple #E01EE9

Tints of Psychedelic Purple #E01EE9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.16%

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 46%
G = 6.16%
B = 47.84%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E01EE9 (or 0xE01EE9) is known color: Psychedelic Purple. HEX triplet: E0, 1E and E9. RGB value is (224,30,233). Sum of RGB (Red+Green+Blue) = 224+30+233=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #E01EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EE9 is #1FE116. Grayscale: #6E6E6E. Windows color (decimal): -2089239 or 15277792. OLE color: 15277792.

HSL color Cylindrical-coordinate representation of color #E01EE9: hue angle of 297.34º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EE9 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 30 233 -
CMYK 0.04 0.87 0 0.09
HSL 297.34º 0.82% 0.52% -
HSV(B) 297.34º 0.87% 0.91% -
XYZ 45.91 22.66 79.04 -
YUV 111.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 224 30 233 0.04 0.87 0 0.09 297.34 0.82 0.52
Hex E0 1E E9 4 57 0 9 129 52 34
Octal 340 36 351 4 127 0 11 451 122 64
Binary 11100000 11110 11101001 100 1010111 0 1001 100101001 1010010 110100

Color Harmonies of #E01EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EE9

Black with #E01EE9

Text Example


Text Example

White with #E01EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EE9; }

 p { color: rgb(224,30,233); }

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

background-color css

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

 a { background-color: rgb(224,30,233); }

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

border-color css

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

 span { border-color: rgb(224,30,233); }

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