Shades of Persian Rose #E12CA9
Tints of Persian Rose #E12CA9
RGB
CMYK
RGB Variations
Color information
#E12CA9 (or 0xE12CA9) is known color: Persian Rose. HEX triplet: E1, 2C and A9. RGB value is (225,44,169). Sum of RGB (Red+Green+Blue) = 225+44+169=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12CA9 is #1ED356. Grayscale: #707070. Windows color (decimal): -2020183 or 11087073. OLE color: 11087073.
HSL color Cylindrical-coordinate representation of color #E12CA9: hue angle of 318.56º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12CA9 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 169 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.12 |
| HSL | 318.56º | 0.75% | 0.53% | - |
| HSV(B) | 318.56º | 0.8% | 0.88% | - |
| XYZ | 39.11 | 20.67 | 39.46 | - |
| YUV | 112.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 169 | 0 | 0.80 | 0.25 | 0.12 | 318.56 | 0.75 | 0.53 |
| Hex | E1 | 2C | A9 | 0 | 50 | 19 | C | 13F | 4B | 35 |
| Octal | 341 | 54 | 251 | 0 | 120 | 31 | 14 | 477 | 113 | 65 |
| Binary | 11100001 | 101100 | 10101001 | 0 | 1010000 | 11001 | 1100 | 100111111 | 1001011 | 110101 |
Color Harmonies of #E12CA9
Complementary color
Monochromatic Colors of #E12CA9
Black with #E12CA9
Text Example
Text Example
White with #E12CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CA9; }
p { color: rgb(225,44,169); }
H1.HeaderClassName
{
color: #E12CA9;
}
.AnyTagClassName
{
color: #E12CA9;
}
</style>
background-color css
<style>
a { background-color: #E12CA9; }
a { background-color: rgb(225,44,169); }
div.DivClassName
{
background-color: #E12CA9;
}
.BgClassName
{
background-color: #E12CA9;
}
</style>
border-color css
<style>
span { border-color: #E12CA9; }
span { border-color: rgb(225,44,169); }
td.TdClassName
{
border-color: #E12CA9;
}
.TagClassName
{
border-color: #E12CA9;
}
</style>