#e02b8c

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

Shades of Deep Cerise #E02B8C

Tints of Deep Cerise #E02B8C

Color information

#E02B8C (or 0xE02B8C) is unknown color: approx Deep Cerise. HEX triplet: E0, 2B and 8C. RGB value is (224,43,140). Sum of RGB (Red+Green+Blue) = 224+43+140=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02B8C is #1FD473. Grayscale: #6B6B6B. Windows color (decimal): -2086004 or 9186272. OLE color: 9186272.

HSL color Cylindrical-coordinate representation of color #E02B8C: hue angle of 327.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B8C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB22443140-
CMYK00.810.380.12
HSL327.85º74.49%52.35%-
HSV(B)327.85º80.8%87.84%-
XYZ36.3419.4726.65-
YUV108.18145.97210.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.04%
GREEN value IS 43 (17.19% from 255) = 10.57%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=55.04%
G=10.57%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244314000.810.380.12327.8574.4952.35
HexE02B8C05126C1484a34
Octal340532140121461451011264
Binary11100000101011100011000101000110011011001010010001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02b8c; }

 p { color: rgb(224,43,140); }

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

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

 a { background-color: rgb(224,43,140); }

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

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

 span { border-color: rgb(224,43,140); }

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