#E829AA

Color #E829AA Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E829AA

Tints of Persian Rose #E829AA

Color information

#E829AA (or 0xE829AA) is unknown color: approx Persian Rose. HEX triplet: E8, 29 and AA. RGB value is (232,41,170). Sum of RGB (Red+Green+Blue) = 232+41+170=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E829AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829AA is #17D655. Grayscale: #707070. Windows color (decimal): -1562198 or 11151848. OLE color: 11151848.

HSL color Cylindrical-coordinate representation of color #E829AA: hue angle of 319.48º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E829AA is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB23241170-
CMYK00.820.270.09
HSL319.48º80.59%53.53%-
HSV(B)319.48º82.33%90.98%-
XYZ41.3321.6440.03-
YUV112.82160.28213.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.37%
GREEN value IS 41 (16.41% from 255) = 9.26%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=52.37%
G=9.26%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324117000.820.270.09319.4880.5953.53
HexE829AA0521B913f5136
Octal350512520122331147712166
Binary1110100010100110101010010100101101110011001111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829AA; }

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

 H1.HeaderClassName
 {
   color: #E829AA;
 }
 .AnyTagClassName
 {
   color: #E829AA;
 }
</style>
background-color css

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

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

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

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

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

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