#E03B5A

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

Shades of Cerise #E03B5A

Tints of Cerise #E03B5A

Color information

#E03B5A (or 0xE03B5A) is unknown color: approx Cerise. HEX triplet: E0, 3B and 5A. RGB value is (224,59,90). Sum of RGB (Red+Green+Blue) = 224+59+90=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03B5A is #1FC4A5. Grayscale: #6F6F6F. Windows color (decimal): -2081958 or 5913568. OLE color: 5913568.

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

Color convert

RGB2245990-
CMYK00.740.600.12
HSL348.73º72.69%55.49%-
HSV(B)348.73º73.66%87.84%-
XYZ34.1519.7111.68-
YUV111.87115.66207.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.05%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=60.05%
G=15.82%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224599000.740.600.12348.7372.6955.49
HexE03B5A04A3CC15d4937
Octal340731320112741453511167
Binary1110000011101110110100100101011110011001010111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03B5A; }

 p { color: rgb(224,59,90); }

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

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

 a { background-color: rgb(224,59,90); }

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

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

 span { border-color: rgb(224,59,90); }

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