Shades of Persian Rose #E12CA5
Tints of Persian Rose #E12CA5
RGB
CMYK
RGB Variations
Color information
#E12CA5 (or 0xE12CA5) is known color: Persian Rose. HEX triplet: E1, 2C and A5. RGB value is (225,44,165). Sum of RGB (Red+Green+Blue) = 225+44+165=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12CA5 is #1ED35A. Grayscale: #6F6F6F. Windows color (decimal): -2020187 or 10824929. OLE color: 10824929.
HSL color Cylindrical-coordinate representation of color #E12CA5: hue angle of 319.89º 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 #E12CA5 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 165 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.12 |
| HSL | 319.89º | 0.75% | 0.53% | - |
| HSV(B) | 319.89º | 0.8% | 0.88% | - |
| XYZ | 38.74 | 20.53 | 37.52 | - |
| YUV | 111.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 165 | 0 | 0.80 | 0.27 | 0.12 | 319.89 | 0.75 | 0.53 |
| Hex | E1 | 2C | A5 | 0 | 50 | 1B | C | 140 | 4B | 35 |
| Octal | 341 | 54 | 245 | 0 | 120 | 33 | 14 | 500 | 113 | 65 |
| Binary | 11100001 | 101100 | 10100101 | 0 | 1010000 | 11011 | 1100 | 101000000 | 1001011 | 110101 |
Color Harmonies of #E12CA5
Complementary color
Monochromatic Colors of #E12CA5
Black with #E12CA5
Text Example
Text Example
White with #E12CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CA5; }
p { color: rgb(225,44,165); }
H1.HeaderClassName
{
color: #E12CA5;
}
.AnyTagClassName
{
color: #E12CA5;
}
</style>
background-color css
<style>
a { background-color: #E12CA5; }
a { background-color: rgb(225,44,165); }
div.DivClassName
{
background-color: #E12CA5;
}
.BgClassName
{
background-color: #E12CA5;
}
</style>
border-color css
<style>
span { border-color: #E12CA5; }
span { border-color: rgb(225,44,165); }
td.TdClassName
{
border-color: #E12CA5;
}
.TagClassName
{
border-color: #E12CA5;
}
</style>