Html Css Color HEX #E531AA Persian Rose

📋 copy color: '#E531AA'

red 229 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #E531AA

Tints of Persian Rose #E531AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.94%

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

R = 51.12%
G = 10.94%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E531AA (or 0xE531AA) is known color: Persian Rose. HEX triplet: E5, 31 and AA. RGB value is (229,49,170). Sum of RGB (Red+Green+Blue) = 229+49+170=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E531AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E531AA is #1ACE55. Grayscale: #747474. Windows color (decimal): -1756758 or 11153893. OLE color: 11153893.

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

Color convert

RGB 229 49 170 -
CMYK 0 0.79 0.26 0.10
HSL 319.67º 0.78% 0.55% -
HSV(B) 319.67º 0.79% 0.9% -
XYZ 40.67 21.76 40.09 -
YUV 116.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 229 49 170 0 0.79 0.26 0.10 319.67 0.78 0.55
Hex E5 31 AA 0 4F 1A A 140 4E 37
Octal 345 61 252 0 117 32 12 500 116 67
Binary 11100101 110001 10101010 0 1001111 11010 1010 101000000 1001110 110111

Color Harmonies of #E531AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531AA

Black with #E531AA

Text Example


Text Example

White with #E531AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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