#E01D94

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

Shades of Deep Cerise #E01D94

Tints of Deep Cerise #E01D94

Color information

#E01D94 (or 0xE01D94) is unknown color: approx Deep Cerise. HEX triplet: E0, 1D and 94. RGB value is (224,29,148). Sum of RGB (Red+Green+Blue) = 224+29+148=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D94 is #1FE26B. Grayscale: #646464. Windows color (decimal): -2089580 or 9706976. OLE color: 9706976.

HSL color Cylindrical-coordinate representation of color #E01D94: hue angle of 323.38º degrees, saturation: 0.77, 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 #E01D94 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22429148-
CMYK00.870.340.12
HSL323.38º77.08%49.61%-
HSV(B)323.38º87.05%87.84%-
XYZ36.5318.8629.73-
YUV100.87154.6215.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.86%
GREEN value IS 29 (11.72% from 255) = 7.23%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=55.86%
G=7.23%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242914800.870.340.12323.3877.0849.61
HexE01D9405722C1434d32
Octal340352240127421450311562
Binary1110000011101100101000101011110001011001010000111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01D94; }

 p { color: rgb(224,29,148); }

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

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

 a { background-color: rgb(224,29,148); }

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

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

 span { border-color: rgb(224,29,148); }

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