Shades of Persian Rose #E129AA
Tints of Persian Rose #E129AA
RGB
CMYK
RGB Variations
Color information
#E129AA (or 0xE129AA) is known color: Persian Rose. HEX triplet: E1, 29 and AA. RGB value is (225,41,170). Sum of RGB (Red+Green+Blue) = 225+41+170=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E129AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E129AA is #1ED655. Grayscale: #6E6E6E. Windows color (decimal): -2020950 or 11151841. OLE color: 11151841.
HSL color Cylindrical-coordinate representation of color #E129AA: hue angle of 317.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E129AA is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 170 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.12 |
| HSL | 317.93º | 0.75% | 0.52% | - |
| HSV(B) | 317.93º | 0.82% | 0.88% | - |
| XYZ | 39.1 | 20.5 | 39.93 | - |
| YUV | 110.72 | 161.46 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 170 | 0 | 0.82 | 0.24 | 0.12 | 317.93 | 0.75 | 0.52 |
| Hex | E1 | 29 | AA | 0 | 52 | 18 | C | 13E | 4B | 34 |
| Octal | 341 | 51 | 252 | 0 | 122 | 30 | 14 | 476 | 113 | 64 |
| Binary | 11100001 | 101001 | 10101010 | 0 | 1010010 | 11000 | 1100 | 100111110 | 1001011 | 110100 |
Color Harmonies of #E129AA
Complementary color
Monochromatic Colors of #E129AA
Black with #E129AA
Text Example
Text Example
White with #E129AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129AA; }
p { color: rgb(225,41,170); }
H1.HeaderClassName
{
color: #E129AA;
}
.AnyTagClassName
{
color: #E129AA;
}
</style>
background-color css
<style>
a { background-color: #E129AA; }
a { background-color: rgb(225,41,170); }
div.DivClassName
{
background-color: #E129AA;
}
.BgClassName
{
background-color: #E129AA;
}
</style>
border-color css
<style>
span { border-color: #E129AA; }
span { border-color: rgb(225,41,170); }
td.TdClassName
{
border-color: #E129AA;
}
.TagClassName
{
border-color: #E129AA;
}
</style>