Shades of Persian Rose #E129A1
Tints of Persian Rose #E129A1
RGB
CMYK
RGB Variations
Color information
#E129A1 (or 0xE129A1) is known color: Persian Rose. HEX triplet: E1, 29 and A1. RGB value is (225,41,161). Sum of RGB (Red+Green+Blue) = 225+41+161=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E129A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E129A1 is #1ED65E. Grayscale: #6D6D6D. Windows color (decimal): -2020959 or 10562017. OLE color: 10562017.
HSL color Cylindrical-coordinate representation of color #E129A1: hue angle of 320.87º 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 #E129A1 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 161 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.12 |
| HSL | 320.87º | 0.75% | 0.52% | - |
| HSV(B) | 320.87º | 0.82% | 0.88% | - |
| XYZ | 38.28 | 20.17 | 35.59 | - |
| YUV | 109.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 161 | 0 | 0.82 | 0.28 | 0.12 | 320.87 | 0.75 | 0.52 |
| Hex | E1 | 29 | A1 | 0 | 52 | 1C | C | 141 | 4B | 34 |
| Octal | 341 | 51 | 241 | 0 | 122 | 34 | 14 | 501 | 113 | 64 |
| Binary | 11100001 | 101001 | 10100001 | 0 | 1010010 | 11100 | 1100 | 101000001 | 1001011 | 110100 |
Color Harmonies of #E129A1
Complementary color
Monochromatic Colors of #E129A1
Black with #E129A1
Text Example
Text Example
White with #E129A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129A1; }
p { color: rgb(225,41,161); }
H1.HeaderClassName
{
color: #E129A1;
}
.AnyTagClassName
{
color: #E129A1;
}
</style>
background-color css
<style>
a { background-color: #E129A1; }
a { background-color: rgb(225,41,161); }
div.DivClassName
{
background-color: #E129A1;
}
.BgClassName
{
background-color: #E129A1;
}
</style>
border-color css
<style>
span { border-color: #E129A1; }
span { border-color: rgb(225,41,161); }
td.TdClassName
{
border-color: #E129A1;
}
.TagClassName
{
border-color: #E129A1;
}
</style>