Html Css Color HEX #E032AD Persian Rose

📋 copy color: '#E032AD'

red 224 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #E032AD

Tints of Persian Rose #E032AD

RGB

 RED value IS 224 (87.89% from 255) = 50.11%

 GREEN value IS 50 (19.92% from 255) = 11.19%

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 50.11%
G = 11.19%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E032AD (or 0xE032AD) is known color: Persian Rose. HEX triplet: E0, 32 and AD. RGB value is (224,50,173). Sum of RGB (Red+Green+Blue) = 224+50+173=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E032AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E032AD is #1FCD52. Grayscale: #737373. Windows color (decimal): -2084179 or 11350752. OLE color: 11350752.

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

Color convert

RGB 224 50 173 -
CMYK 0 0.78 0.23 0.12
HSL 317.59º 0.74% 0.54% -
HSV(B) 317.59º 0.78% 0.88% -
XYZ 39.42 21.15 41.54 -
YUV 116.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 224 50 173 0 0.78 0.23 0.12 317.59 0.74 0.54
Hex E0 32 AD 0 4E 17 C 13E 4A 36
Octal 340 62 255 0 116 27 14 476 112 66
Binary 11100000 110010 10101101 0 1001110 10111 1100 100111110 1001010 110110

Color Harmonies of #E032AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032AD

Black with #E032AD

Text Example


Text Example

White with #E032AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032AD; }

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

 H1.HeaderClassName
 {
   color: #E032AD;
 }
 .AnyTagClassName
 {
   color: #E032AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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