Shades of Persian Rose #E529A5
Tints of Persian Rose #E529A5
RGB
CMYK
RGB Variations
Color information
#E529A5 (or 0xE529A5) is known color: Persian Rose. HEX triplet: E5, 29 and A5. RGB value is (229,41,165). Sum of RGB (Red+Green+Blue) = 229+41+165=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E529A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529A5 is #1AD65A. Grayscale: #6F6F6F. Windows color (decimal): -1758811 or 10824165. OLE color: 10824165.
HSL color Cylindrical-coordinate representation of color #E529A5: hue angle of 320.43º 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 #E529A5 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 165 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.10 |
| HSL | 320.43º | 0.78% | 0.53% | - |
| HSV(B) | 320.43º | 0.82% | 0.9% | - |
| XYZ | 39.9 | 20.96 | 37.54 | - |
| YUV | 111.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 165 | 0 | 0.82 | 0.28 | 0.10 | 320.43 | 0.78 | 0.53 |
| Hex | E5 | 29 | A5 | 0 | 52 | 1C | A | 140 | 4E | 35 |
| Octal | 345 | 51 | 245 | 0 | 122 | 34 | 12 | 500 | 116 | 65 |
| Binary | 11100101 | 101001 | 10100101 | 0 | 1010010 | 11100 | 1010 | 101000000 | 1001110 | 110101 |
Color Harmonies of #E529A5
Complementary color
Monochromatic Colors of #E529A5
Black with #E529A5
Text Example
Text Example
White with #E529A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529A5; }
p { color: rgb(229,41,165); }
H1.HeaderClassName
{
color: #E529A5;
}
.AnyTagClassName
{
color: #E529A5;
}
</style>
background-color css
<style>
a { background-color: #E529A5; }
a { background-color: rgb(229,41,165); }
div.DivClassName
{
background-color: #E529A5;
}
.BgClassName
{
background-color: #E529A5;
}
</style>
border-color css
<style>
span { border-color: #E529A5; }
span { border-color: rgb(229,41,165); }
td.TdClassName
{
border-color: #E529A5;
}
.TagClassName
{
border-color: #E529A5;
}
</style>