Html Css Color HEX #E01EEB Psychedelic Purple

📋 copy color: '#E01EEB'

red 224 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #E01EEB

Tints of Psychedelic Purple #E01EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 45.81%
G = 6.13%
B = 48.06%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E01EEB (or 0xE01EEB) is known color: Psychedelic Purple. HEX triplet: E0, 1E and EB. RGB value is (224,30,235). Sum of RGB (Red+Green+Blue) = 224+30+235=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #E01EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EEB is #1FE114. Grayscale: #6E6E6E. Windows color (decimal): -2089237 or 15408864. OLE color: 15408864.

HSL color Cylindrical-coordinate representation of color #E01EEB: hue angle of 296.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EEB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 30 235 -
CMYK 0.05 0.87 0 0.08
HSL 296.78º 0.84% 0.52% -
HSV(B) 296.78º 0.87% 0.92% -
XYZ 46.2 22.77 80.56 -
YUV 111.38 197.77 208.33 -
System Red Green Blue C M Y K H S L
Decimal 224 30 235 0.05 0.87 0 0.08 296.78 0.84 0.52
Hex E0 1E EB 5 57 0 8 129 54 34
Octal 340 36 353 5 127 0 10 451 124 64
Binary 11100000 11110 11101011 101 1010111 0 1000 100101001 1010100 110100

Color Harmonies of #E01EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EEB

Black with #E01EEB

Text Example


Text Example

White with #E01EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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