Shades of Persian Rose #E1219D
Tints of Persian Rose #E1219D
RGB
CMYK
RGB Variations
Color information
#E1219D (or 0xE1219D) is known color: Persian Rose. HEX triplet: E1, 21 and 9D. RGB value is (225,33,157). Sum of RGB (Red+Green+Blue) = 225+33+157=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1219D is #1EDE62. Grayscale: #686868. Windows color (decimal): -2023011 or 10297825. OLE color: 10297825.
HSL color Cylindrical-coordinate representation of color #E1219D: hue angle of 321.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1219D is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 157 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.12 |
| HSL | 321.25º | 0.76% | 0.51% | - |
| HSV(B) | 321.25º | 0.85% | 0.88% | - |
| XYZ | 37.68 | 19.53 | 33.68 | - |
| YUV | 104.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 157 | 0 | 0.85 | 0.30 | 0.12 | 321.25 | 0.76 | 0.51 |
| Hex | E1 | 21 | 9D | 0 | 55 | 1E | C | 141 | 4C | 33 |
| Octal | 341 | 41 | 235 | 0 | 125 | 36 | 14 | 501 | 114 | 63 |
| Binary | 11100001 | 100001 | 10011101 | 0 | 1010101 | 11110 | 1100 | 101000001 | 1001100 | 110011 |
Color Harmonies of #E1219D
Complementary color
Monochromatic Colors of #E1219D
Black with #E1219D
Text Example
Text Example
White with #E1219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1219D; }
p { color: rgb(225,33,157); }
H1.HeaderClassName
{
color: #E1219D;
}
.AnyTagClassName
{
color: #E1219D;
}
</style>
background-color css
<style>
a { background-color: #E1219D; }
a { background-color: rgb(225,33,157); }
div.DivClassName
{
background-color: #E1219D;
}
.BgClassName
{
background-color: #E1219D;
}
</style>
border-color css
<style>
span { border-color: #E1219D; }
span { border-color: rgb(225,33,157); }
td.TdClassName
{
border-color: #E1219D;
}
.TagClassName
{
border-color: #E1219D;
}
</style>