#E02D93

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

Shades of Deep Cerise #E02D93

Tints of Deep Cerise #E02D93

Color information

#E02D93 (or 0xE02D93) is unknown color: approx Deep Cerise. HEX triplet: E0, 2D and 93. RGB value is (224,45,147). Sum of RGB (Red+Green+Blue) = 224+45+147=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D93 is #1FD26C. Grayscale: #6D6D6D. Windows color (decimal): -2085485 or 9645536. OLE color: 9645536.

HSL color Cylindrical-coordinate representation of color #E02D93: hue angle of 325.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D93 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22445147-
CMYK00.800.340.12
HSL325.81º74.27%52.75%-
HSV(B)325.81º79.91%87.84%-
XYZ36.9519.8329.48-
YUV110.15148.8209.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.85%
GREEN value IS 45 (17.97% from 255) = 10.82%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=53.85%
G=10.82%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244514700.800.340.12325.8174.2752.75
HexE02D9305022C1464a35
Octal340552230120421450611265
Binary11100000101101100100110101000010001011001010001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D93; }

 p { color: rgb(224,45,147); }

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

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

 a { background-color: rgb(224,45,147); }

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

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

 span { border-color: rgb(224,45,147); }

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