#E829AB

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

Shades of Persian Rose #E829AB

Tints of Persian Rose #E829AB

Color information

#E829AB (or 0xE829AB) is unknown color: approx Persian Rose. HEX triplet: E8, 29 and AB. RGB value is (232,41,171). Sum of RGB (Red+Green+Blue) = 232+41+171=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E829AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829AB is #17D654. Grayscale: #707070. Windows color (decimal): -1562197 or 11217384. OLE color: 11217384.

HSL color Cylindrical-coordinate representation of color #E829AB: hue angle of 319.16º 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 #E829AB is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23241171-
CMYK00.820.260.09
HSL319.16º80.59%53.53%-
HSV(B)319.16º82.33%90.98%-
XYZ41.4221.6840.53-
YUV112.93160.78212.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.25%
GREEN value IS 41 (16.41% from 255) = 9.23%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=52.25%
G=9.23%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324117100.820.260.09319.1680.5953.53
HexE829AB0521A913f5136
Octal350512530122321147712166
Binary1110100010100110101011010100101101010011001111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829AB; }

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

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

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

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

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

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

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

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