#E03960

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

Shades of Cerise #E03960

Tints of Cerise #E03960

Color information

#E03960 (or 0xE03960) is unknown color: approx Cerise. HEX triplet: E0, 39 and 60. RGB value is (224,57,96). Sum of RGB (Red+Green+Blue) = 224+57+96=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E03960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03960 is #1FC69F. Grayscale: #6F6F6F. Windows color (decimal): -2082464 or 6306272. OLE color: 6306272.

HSL color Cylindrical-coordinate representation of color #E03960: hue angle of 345.99º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03960 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB2245796-
CMYK00.750.570.12
HSL345.99º72.93%55.1%-
HSV(B)345.99º74.55%87.84%-
XYZ34.3119.6213.04-
YUV111.38119.33208.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=59.42%
G=15.12%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224579600.750.570.12345.9972.9355.1
HexE0396004B39C15a4937
Octal340711400113711453211167
Binary1110000011100111000000100101111100111001010110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03960; }

 p { color: rgb(224,57,96); }

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

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

 a { background-color: rgb(224,57,96); }

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

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

 span { border-color: rgb(224,57,96); }

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