Html Css Color HEX #E529AA Persian Rose

📋 copy color: '#E529AA'

red 229 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #E529AA

Tints of Persian Rose #E529AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.32%

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

R = 52.05%
G = 9.32%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E529AA (or 0xE529AA) is known color: Persian Rose. HEX triplet: E5, 29 and AA. RGB value is (229,41,170). Sum of RGB (Red+Green+Blue) = 229+41+170=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E529AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529AA is #1AD655. Grayscale: #6F6F6F. Windows color (decimal): -1758806 or 11151845. OLE color: 11151845.

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

Color convert

RGB 229 41 170 -
CMYK 0 0.82 0.26 0.10
HSL 318.83º 0.78% 0.53% -
HSV(B) 318.83º 0.82% 0.9% -
XYZ 40.36 21.15 39.98 -
YUV 111.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 229 41 170 0 0.82 0.26 0.10 318.83 0.78 0.53
Hex E5 29 AA 0 52 1A A 13F 4E 35
Octal 345 51 252 0 122 32 12 477 116 65
Binary 11100101 101001 10101010 0 1010010 11010 1010 100111111 1001110 110101

Color Harmonies of #E529AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529AA

Black with #E529AA

Text Example


Text Example

White with #E529AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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