#E03BA2

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

Shades of Deep Cerise #E03BA2

Tints of Deep Cerise #E03BA2

Color information

#E03BA2 (or 0xE03BA2) is unknown color: approx Deep Cerise. HEX triplet: E0, 3B and A2. RGB value is (224,59,162). Sum of RGB (Red+Green+Blue) = 224+59+162=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BA2 is #1FC45D. Grayscale: #777777. Windows color (decimal): -2081886 or 10632160. OLE color: 10632160.

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

Color convert

RGB22459162-
CMYK00.740.280.12
HSL322.55º72.69%55.49%-
HSV(B)322.55º73.66%87.84%-
XYZ38.8321.5836.3-
YUV120.08151.66202.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 59 (23.44% from 255) = 13.26%
BLUE value IS 162 (63.67% from 255) = 36.40%
R=50.34%
G=13.26%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245916200.740.280.12322.5572.6955.49
HexE03BA204A1CC1434937
Octal340732420112341450311167
Binary1110000011101110100010010010101110011001010000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03BA2; }

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

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

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

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

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

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

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

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