Html Css Color HEX #E02DAD Persian Rose

📋 copy color: '#E02DAD'

red 224 ◦ green 45 ◦ blue 173

#E02DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E02DAD

Tints of Persian Rose #E02DAD

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 value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E02DAD (or 0xE02DAD) is known color: 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

RGB 224 45 173 -
CMYK 0 0.80 0.23 0.12
HSL 317.1º 0.74% 0.53% -
HSV(B) 317.1º 0.8% 0.88% -
XYZ 39.22 20.74 41.47 -
YUV 113.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 224 45 173 0 0.80 0.23 0.12 317.1 0.74 0.53
Hex E0 2D AD 0 50 17 C 13D 4A 35
Octal 340 55 255 0 120 27 14 475 112 65
Binary 11100000 101101 10101101 0 1010000 10111 1100 100111101 1001010 110101

Color Harmonies of #E02DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02DAD

Black with #E02DAD

Text Example


Text Example

White with #E02DAD

Text Example


Text Example

HTML Codes & Css Web 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>