Shades of Persian Rose #E12DAF
Tints of Persian Rose #E12DAF
RGB
CMYK
RGB Variations
Color information
#E12DAF (or 0xE12DAF) is known color: Persian Rose. HEX triplet: E1, 2D and AF. RGB value is (225,45,175). Sum of RGB (Red+Green+Blue) = 225+45+175=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DAF is #1ED250. Grayscale: #717171. Windows color (decimal): -2019921 or 11480545. OLE color: 11480545.
HSL color Cylindrical-coordinate representation of color #E12DAF: hue angle of 316.67º 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 #E12DAF is Cyan = 0, Magento = 0.8, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 175 | - |
| CMYK | 0 | 0.8 | 0.22 | 0.12 |
| HSL | 316.67º | 0.75% | 0.53% | - |
| HSV(B) | 316.67º | 0.8% | 0.88% | - |
| XYZ | 39.73 | 20.98 | 42.51 | - |
| YUV | 113.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 175 | 0 | 0.8 | 0.22 | 0.12 | 316.67 | 0.75 | 0.53 |
| Hex | E1 | 2D | AF | 0 | 50 | 16 | C | 13D | 4B | 35 |
| Octal | 341 | 55 | 257 | 0 | 120 | 26 | 14 | 475 | 113 | 65 |
| Binary | 11100001 | 101101 | 10101111 | 0 | 1010000 | 10110 | 1100 | 100111101 | 1001011 | 110101 |
Color Harmonies of #E12DAF
Complementary color
Monochromatic Colors of #E12DAF
Black with #E12DAF
Text Example
Text Example
White with #E12DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12DAF; }
p { color: rgb(225,45,175); }
H1.HeaderClassName
{
color: #E12DAF;
}
.AnyTagClassName
{
color: #E12DAF;
}
</style>
background-color css
<style>
a { background-color: #E12DAF; }
a { background-color: rgb(225,45,175); }
div.DivClassName
{
background-color: #E12DAF;
}
.BgClassName
{
background-color: #E12DAF;
}
</style>
border-color css
<style>
span { border-color: #E12DAF; }
span { border-color: rgb(225,45,175); }
td.TdClassName
{
border-color: #E12DAF;
}
.TagClassName
{
border-color: #E12DAF;
}
</style>