#E03BAD

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

Shades of Persian Rose #E03BAD

Tints of Persian Rose #E03BAD

Color information

#E03BAD (or 0xE03BAD) is unknown color: approx Persian Rose. HEX triplet: E0, 3B and AD. RGB value is (224,59,173). Sum of RGB (Red+Green+Blue) = 224+59+173=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BAD is #1FC452. Grayscale: #797979. Windows color (decimal): -2081875 or 11353056. OLE color: 11353056.

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

Color convert

RGB22459173-
CMYK00.740.230.12
HSL318.55º72.69%55.49%-
HSV(B)318.55º73.66%87.84%-
XYZ39.8521.9941.68-
YUV121.33157.16201.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 59 (23.44% from 255) = 12.94%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=49.12%
G=12.94%
B=37.94%

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
Decimal2245917300.740.230.12318.5572.6955.49
HexE03BAD04A17C13f4937
Octal340732550112271447711167
Binary1110000011101110101101010010101011111001001111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03BAD; }

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

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

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

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

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

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

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

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