#e02d5b

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

Shades of Cerise #E02D5B

Tints of Cerise #E02D5B

Color information

#E02D5B (or 0xE02D5B) is unknown color: approx Cerise. HEX triplet: E0, 2D and 5B. RGB value is (224,45,91). Sum of RGB (Red+Green+Blue) = 224+45+91=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D5B is #1FD2A4. Grayscale: #676767. Windows color (decimal): -2085541 or 5975520. OLE color: 5975520.

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

Color convert

RGB2244591-
CMYK00.800.590.12
HSL344.58º74.27%52.75%-
HSV(B)344.58º79.91%87.84%-
XYZ33.5718.4811.7-
YUV103.76120.8213.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.22%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=62.22%
G=12.5%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224459100.800.590.12344.5874.2752.75
HexE02D5B0503BC1594a35
Octal340551330120731453111265
Binary1110000010110110110110101000011101111001010110011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02d5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02d5b; }

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

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

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

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

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

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

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

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