#E829AC

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

Shades of Persian Rose #E829AC

Tints of Persian Rose #E829AC

Color information

#E829AC (or 0xE829AC) is unknown color: approx Persian Rose. HEX triplet: E8, 29 and AC. RGB value is (232,41,172). Sum of RGB (Red+Green+Blue) = 232+41+172=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E829AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829AC is #17D653. Grayscale: #707070. Windows color (decimal): -1562196 or 11282920. OLE color: 11282920.

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

Color convert

RGB23241172-
CMYK00.820.260.09
HSL318.85º80.59%53.53%-
HSV(B)318.85º82.33%90.98%-
XYZ41.5221.7241.03-
YUV113.04161.28212.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.13%
GREEN value IS 41 (16.41% from 255) = 9.21%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=52.13%
G=9.21%
B=38.65%

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
Decimal2324117200.820.260.09318.8580.5953.53
HexE829AC0521A913f5136
Octal350512540122321147712166
Binary1110100010100110101100010100101101010011001111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829AC; }

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

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

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

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

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

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

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

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