#E01E81

Color #E01E81 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E01E81

Tints of Deep Cerise #E01E81

Color information

#E01E81 (or 0xE01E81) is unknown color: approx Deep Cerise. HEX triplet: E0, 1E and 81. RGB value is (224,30,129). Sum of RGB (Red+Green+Blue) = 224+30+129=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01E81 is #1FE17E. Grayscale: #636363. Windows color (decimal): -2089343 or 8462048. OLE color: 8462048.

HSL color Cylindrical-coordinate representation of color #E01E81: hue angle of 329.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E81 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB22430129-
CMYK00.870.420.12
HSL329.38º76.38%49.8%-
HSV(B)329.38º86.61%87.84%-
XYZ35.1718.3622.46-
YUV99.29144.77216.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.49%
GREEN value IS 30 (12.11% from 255) = 7.83%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=58.49%
G=7.83%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243012900.870.420.12329.3876.3849.8
HexE01E810572AC1494c32
Octal340362010127521451111462
Binary1110000011110100000010101011110101011001010010011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E81; }

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

 H1.HeaderClassName
 {
   color: #E01E81;
 }
 .AnyTagClassName
 {
   color: #E01E81;
 }
</style>
background-color css

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

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

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

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

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

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