Shades of Persian Rose #E12CAD
Tints of Persian Rose #E12CAD
RGB
CMYK
RGB Variations
Color information
#E12CAD (or 0xE12CAD) is known color: Persian Rose. HEX triplet: E1, 2C and AD. RGB value is (225,44,173). Sum of RGB (Red+Green+Blue) = 225+44+173=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12CAD is #1ED352. Grayscale: #707070. Windows color (decimal): -2020179 or 11349217. OLE color: 11349217.
HSL color Cylindrical-coordinate representation of color #E12CAD: hue angle of 317.24º 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 #E12CAD is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 173 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.12 |
| HSL | 317.24º | 0.75% | 0.53% | - |
| HSV(B) | 317.24º | 0.8% | 0.88% | - |
| XYZ | 39.49 | 20.83 | 41.47 | - |
| YUV | 112.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 173 | 0 | 0.80 | 0.23 | 0.12 | 317.24 | 0.75 | 0.53 |
| Hex | E1 | 2C | AD | 0 | 50 | 17 | C | 13D | 4B | 35 |
| Octal | 341 | 54 | 255 | 0 | 120 | 27 | 14 | 475 | 113 | 65 |
| Binary | 11100001 | 101100 | 10101101 | 0 | 1010000 | 10111 | 1100 | 100111101 | 1001011 | 110101 |
Color Harmonies of #E12CAD
Complementary color
Monochromatic Colors of #E12CAD
Black with #E12CAD
Text Example
Text Example
White with #E12CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CAD; }
p { color: rgb(225,44,173); }
H1.HeaderClassName
{
color: #E12CAD;
}
.AnyTagClassName
{
color: #E12CAD;
}
</style>
background-color css
<style>
a { background-color: #E12CAD; }
a { background-color: rgb(225,44,173); }
div.DivClassName
{
background-color: #E12CAD;
}
.BgClassName
{
background-color: #E12CAD;
}
</style>
border-color css
<style>
span { border-color: #E12CAD; }
span { border-color: rgb(225,44,173); }
td.TdClassName
{
border-color: #E12CAD;
}
.TagClassName
{
border-color: #E12CAD;
}
</style>