Html Css Color HEX #E532AA Persian Rose

📋 copy color: '#E532AA'

red 229 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #E532AA

Tints of Persian Rose #E532AA

RGB

 RED value IS 229 (89.84% from 255) = 51%

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 51%
G = 11.14%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E532AA (or 0xE532AA) is known color: Persian Rose. HEX triplet: E5, 32 and AA. RGB value is (229,50,170). Sum of RGB (Red+Green+Blue) = 229+50+170=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E532AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E532AA is #1ACD55. Grayscale: #747474. Windows color (decimal): -1756502 or 11154149. OLE color: 11154149.

HSL color Cylindrical-coordinate representation of color #E532AA: hue angle of 319.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E532AA is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 50 170 -
CMYK 0 0.78 0.26 0.10
HSL 319.78º 0.77% 0.55% -
HSV(B) 319.78º 0.78% 0.9% -
XYZ 40.71 21.84 40.1 -
YUV 117.2 157.8 207.74 -
System Red Green Blue C M Y K H S L
Decimal 229 50 170 0 0.78 0.26 0.10 319.78 0.77 0.55
Hex E5 32 AA 0 4E 1A A 140 4D 37
Octal 345 62 252 0 116 32 12 500 115 67
Binary 11100101 110010 10101010 0 1001110 11010 1010 101000000 1001101 110111

Color Harmonies of #E532AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532AA

Black with #E532AA

Text Example


Text Example

White with #E532AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532AA; }

 p { color: rgb(229,50,170); }

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

background-color css

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

 a { background-color: rgb(229,50,170); }

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

border-color css

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

 span { border-color: rgb(229,50,170); }

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