#E03A7C

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

Shades of Deep Cerise #E03A7C

Tints of Deep Cerise #E03A7C

Color information

#E03A7C (or 0xE03A7C) is unknown color: approx Deep Cerise. HEX triplet: E0, 3A and 7C. RGB value is (224,58,124). Sum of RGB (Red+Green+Blue) = 224+58+124=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03A7C is #1FC583. Grayscale: #737373. Windows color (decimal): -2082180 or 8141536. OLE color: 8141536.

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

Color convert

RGB22458124-
CMYK00.740.450.12
HSL336.14º72.81%55.29%-
HSV(B)336.14º74.11%87.84%-
XYZ35.8920.3321.1-
YUV115.16133205.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.17%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=55.17%
G=14.29%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245812400.740.450.12336.1472.8155.29
HexE03A7C04A2DC1504937
Octal340721740112551452011167
Binary1110000011101011111000100101010110111001010100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03A7C; }

 p { color: rgb(224,58,124); }

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

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

 a { background-color: rgb(224,58,124); }

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

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

 span { border-color: rgb(224,58,124); }

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