Shades of Persian Rose #E529AC
Tints of Persian Rose #E529AC
RGB
CMYK
RGB Variations
Color information
#E529AC (or 0xE529AC) is known color: Persian Rose. HEX triplet: E5, 29 and AC. RGB value is (229,41,172). Sum of RGB (Red+Green+Blue) = 229+41+172=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E529AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529AC is #1AD653. Grayscale: #6F6F6F. Windows color (decimal): -1758804 or 11282917. OLE color: 11282917.
HSL color Cylindrical-coordinate representation of color #E529AC: hue angle of 318.19º 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 #E529AC is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 172 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.10 |
| HSL | 318.19º | 0.78% | 0.53% | - |
| HSV(B) | 318.19º | 0.82% | 0.9% | - |
| XYZ | 40.55 | 21.22 | 40.99 | - |
| YUV | 112.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 172 | 0 | 0.82 | 0.25 | 0.10 | 318.19 | 0.78 | 0.53 |
| Hex | E5 | 29 | AC | 0 | 52 | 19 | A | 13E | 4E | 35 |
| Octal | 345 | 51 | 254 | 0 | 122 | 31 | 12 | 476 | 116 | 65 |
| Binary | 11100101 | 101001 | 10101100 | 0 | 1010010 | 11001 | 1010 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E529AC
Complementary color
Monochromatic Colors of #E529AC
Black with #E529AC
Text Example
Text Example
White with #E529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529AC; }
p { color: rgb(229,41,172); }
H1.HeaderClassName
{
color: #E529AC;
}
.AnyTagClassName
{
color: #E529AC;
}
</style>
background-color css
<style>
a { background-color: #E529AC; }
a { background-color: rgb(229,41,172); }
div.DivClassName
{
background-color: #E529AC;
}
.BgClassName
{
background-color: #E529AC;
}
</style>
border-color css
<style>
span { border-color: #E529AC; }
span { border-color: rgb(229,41,172); }
td.TdClassName
{
border-color: #E529AC;
}
.TagClassName
{
border-color: #E529AC;
}
</style>