#E02D92

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

Shades of Deep Cerise #E02D92

Tints of Deep Cerise #E02D92

Color information

#E02D92 (or 0xE02D92) is unknown color: approx Deep Cerise. HEX triplet: E0, 2D and 92. RGB value is (224,45,146). Sum of RGB (Red+Green+Blue) = 224+45+146=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D92 is #1FD26D. Grayscale: #6D6D6D. Windows color (decimal): -2085486 or 9580000. OLE color: 9580000.

HSL color Cylindrical-coordinate representation of color #E02D92: hue angle of 326.15º 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 #E02D92 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB22445146-
CMYK00.800.350.12
HSL326.15º74.27%52.75%-
HSV(B)326.15º79.91%87.84%-
XYZ36.8719.829.07-
YUV110.04148.3209.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=53.98%
G=10.84%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244514600.800.350.12326.1574.2752.75
HexE02D9205023C1464a35
Octal340552220120431450611265
Binary11100000101101100100100101000010001111001010001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D92; }

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

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

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

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

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

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

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

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