#E03BAC

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

Shades of Persian Rose #E03BAC

Tints of Persian Rose #E03BAC

Color information

#E03BAC (or 0xE03BAC) is unknown color: approx Persian Rose. HEX triplet: E0, 3B and AC. RGB value is (224,59,172). Sum of RGB (Red+Green+Blue) = 224+59+172=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BAC is #1FC453. Grayscale: #787878. Windows color (decimal): -2081876 or 11287520. OLE color: 11287520.

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

Color convert

RGB22459172-
CMYK00.740.230.12
HSL318.91º72.69%55.49%-
HSV(B)318.91º73.66%87.84%-
XYZ39.7521.9541.17-
YUV121.22156.66201.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 59 (23.44% from 255) = 12.97%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=49.23%
G=12.97%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245917200.740.230.12318.9172.6955.49
HexE03BAC04A17C13f4937
Octal340732540112271447711167
Binary1110000011101110101100010010101011111001001111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03BAC; }

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

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

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

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

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

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

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

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