#E02D5D

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

Shades of Cerise #E02D5D

Tints of Cerise #E02D5D

Color information

#E02D5D (or 0xE02D5D) is unknown color: approx Cerise. HEX triplet: E0, 2D and 5D. RGB value is (224,45,93). Sum of RGB (Red+Green+Blue) = 224+45+93=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D5D is #1FD2A2. Grayscale: #676767. Windows color (decimal): -2085539 or 6106592. OLE color: 6106592.

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

Color convert

RGB2244593-
CMYK00.800.580.12
HSL343.91º74.27%52.75%-
HSV(B)343.91º79.91%87.84%-
XYZ33.6518.5112.16-
YUV103.99121.8213.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.88%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=61.88%
G=12.43%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224459300.800.580.12343.9174.2752.75
HexE02D5D0503AC1584a35
Octal340551350120721453011265
Binary1110000010110110111010101000011101011001010110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D5D; }

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

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

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

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

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

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

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

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