#E03DAB

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

Shades of Persian Rose #E03DAB

Tints of Persian Rose #E03DAB

Color information

#E03DAB (or 0xE03DAB) is unknown color: approx Persian Rose. HEX triplet: E0, 3D and AB. RGB value is (224,61,171). Sum of RGB (Red+Green+Blue) = 224+61+171=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03DAB is #1FC254. Grayscale: #7A7A7A. Windows color (decimal): -2081365 or 11222496. OLE color: 11222496.

HSL color Cylindrical-coordinate representation of color #E03DAB: hue angle of 319.51º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DAB is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22461171-
CMYK00.730.240.12
HSL319.51º72.44%55.88%-
HSV(B)319.51º72.77%87.84%-
XYZ39.7622.1340.7-
YUV122.28155.5200.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=49.12%
G=13.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246117100.730.240.12319.5172.4455.88
HexE03DAB04918C1404838
Octal340752530111301450011070
Binary1110000011110110101011010010011100011001010000001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03DAB; }

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

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

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

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

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

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

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

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