Shades of Persian Rose #E12FAC
Tints of Persian Rose #E12FAC
RGB
CMYK
RGB Variations
Color information
#E12FAC (or 0xE12FAC) is known color: Persian Rose. HEX triplet: E1, 2F and AC. RGB value is (225,47,172). Sum of RGB (Red+Green+Blue) = 225+47+172=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12FAC is #1ED053. Grayscale: #727272. Windows color (decimal): -2019412 or 11284449. OLE color: 11284449.
HSL color Cylindrical-coordinate representation of color #E12FAC: hue angle of 317.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12FAC is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 172 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.12 |
| HSL | 317.87º | 0.75% | 0.53% | - |
| HSV(B) | 317.87º | 0.79% | 0.88% | - |
| XYZ | 39.51 | 21.02 | 41 | - |
| YUV | 114.47 | 160.47 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 172 | 0 | 0.79 | 0.24 | 0.12 | 317.87 | 0.75 | 0.53 |
| Hex | E1 | 2F | AC | 0 | 4F | 18 | C | 13E | 4B | 35 |
| Octal | 341 | 57 | 254 | 0 | 117 | 30 | 14 | 476 | 113 | 65 |
| Binary | 11100001 | 101111 | 10101100 | 0 | 1001111 | 11000 | 1100 | 100111110 | 1001011 | 110101 |
Color Harmonies of #E12FAC
Complementary color
Monochromatic Colors of #E12FAC
Black with #E12FAC
Text Example
Text Example
White with #E12FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12FAC; }
p { color: rgb(225,47,172); }
H1.HeaderClassName
{
color: #E12FAC;
}
.AnyTagClassName
{
color: #E12FAC;
}
</style>
background-color css
<style>
a { background-color: #E12FAC; }
a { background-color: rgb(225,47,172); }
div.DivClassName
{
background-color: #E12FAC;
}
.BgClassName
{
background-color: #E12FAC;
}
</style>
border-color css
<style>
span { border-color: #E12FAC; }
span { border-color: rgb(225,47,172); }
td.TdClassName
{
border-color: #E12FAC;
}
.TagClassName
{
border-color: #E12FAC;
}
</style>