#E829A0

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

Shades of Persian Rose #E829A0

Tints of Persian Rose #E829A0

Color information

#E829A0 (or 0xE829A0) is unknown color: approx Persian Rose. HEX triplet: E8, 29 and A0. RGB value is (232,41,160). Sum of RGB (Red+Green+Blue) = 232+41+160=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E829A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829A0 is #17D65F. Grayscale: #6F6F6F. Windows color (decimal): -1562208 or 10496488. OLE color: 10496488.

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

Color convert

RGB23241160-
CMYK00.820.310.09
HSL322.62º80.59%53.53%-
HSV(B)322.62º82.33%90.98%-
XYZ40.4221.2835.23-
YUV111.68155.28213.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.58%
GREEN value IS 41 (16.41% from 255) = 9.47%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=53.58%
G=9.47%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324116000.820.310.09322.6280.5953.53
HexE829A00521F91435136
Octal350512400122371150312166
Binary1110100010100110100000010100101111110011010000111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E829A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E829A0; }

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

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

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

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

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

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

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

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