#E02DAD

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

Shades of Persian Rose #E02DAD

Tints of Persian Rose #E02DAD

Color information

#E02DAD (or 0xE02DAD) is unknown color: approx Persian Rose. HEX triplet: E0, 2D and AD. RGB value is (224,45,173). Sum of RGB (Red+Green+Blue) = 224+45+173=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DAD is #1FD252. Grayscale: #707070. Windows color (decimal): -2085459 or 11349472. OLE color: 11349472.

HSL color Cylindrical-coordinate representation of color #E02DAD: hue angle of 317.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02DAD is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22445173-
CMYK00.800.230.12
HSL317.09º74.27%52.75%-
HSV(B)317.09º79.91%87.84%-
XYZ39.2220.7441.47-
YUV113.11161.8207.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 45 (17.97% from 255) = 10.18%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=50.68%
G=10.18%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244517300.800.230.12317.0974.2752.75
HexE02DAD05017C13d4a35
Octal340552550120271447511265
Binary1110000010110110101101010100001011111001001111011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02DAD; }

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

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

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

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

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

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

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

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