Shades of Persian Rose #E12BA8
Tints of Persian Rose #E12BA8
RGB
CMYK
RGB Variations
Color information
#E12BA8 (or 0xE12BA8) is known color: Persian Rose. HEX triplet: E1, 2B and A8. RGB value is (225,43,168). Sum of RGB (Red+Green+Blue) = 225+43+168=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BA8 is #1ED457. Grayscale: #6F6F6F. Windows color (decimal): -2020440 or 11021281. OLE color: 11021281.
HSL color Cylindrical-coordinate representation of color #E12BA8: hue angle of 318.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BA8 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 168 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.12 |
| HSL | 318.79º | 0.75% | 0.53% | - |
| HSV(B) | 318.79º | 0.81% | 0.88% | - |
| XYZ | 38.98 | 20.56 | 38.96 | - |
| YUV | 111.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 168 | 0 | 0.81 | 0.25 | 0.12 | 318.79 | 0.75 | 0.53 |
| Hex | E1 | 2B | A8 | 0 | 51 | 19 | C | 13F | 4B | 35 |
| Octal | 341 | 53 | 250 | 0 | 121 | 31 | 14 | 477 | 113 | 65 |
| Binary | 11100001 | 101011 | 10101000 | 0 | 1010001 | 11001 | 1100 | 100111111 | 1001011 | 110101 |
Color Harmonies of #E12BA8
Complementary color
Monochromatic Colors of #E12BA8
Black with #E12BA8
Text Example
Text Example
White with #E12BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BA8; }
p { color: rgb(225,43,168); }
H1.HeaderClassName
{
color: #E12BA8;
}
.AnyTagClassName
{
color: #E12BA8;
}
</style>
background-color css
<style>
a { background-color: #E12BA8; }
a { background-color: rgb(225,43,168); }
div.DivClassName
{
background-color: #E12BA8;
}
.BgClassName
{
background-color: #E12BA8;
}
</style>
border-color css
<style>
span { border-color: #E12BA8; }
span { border-color: rgb(225,43,168); }
td.TdClassName
{
border-color: #E12BA8;
}
.TagClassName
{
border-color: #E12BA8;
}
</style>