#E03BAB

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

Shades of Persian Rose #E03BAB

Tints of Persian Rose #E03BAB

Color information

#E03BAB (or 0xE03BAB) is unknown color: approx Persian Rose. HEX triplet: E0, 3B and AB. RGB value is (224,59,171). Sum of RGB (Red+Green+Blue) = 224+59+171=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BAB is #1FC454. Grayscale: #787878. Windows color (decimal): -2081877 or 11221984. OLE color: 11221984.

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

Color convert

RGB22459171-
CMYK00.740.240.12
HSL319.27º72.69%55.49%-
HSV(B)319.27º73.66%87.84%-
XYZ39.6621.9240.67-
YUV121.1156.16201.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.34%
GREEN value IS 59 (23.44% from 255) = 13.00%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=49.34%
G=13.00%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245917100.740.240.12319.2772.6955.49
HexE03BAB04A18C13f4937
Octal340732530112301447711167
Binary1110000011101110101011010010101100011001001111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03BAB; }

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

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

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

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

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

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

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

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