Shades of Persian Rose #E1209D
Tints of Persian Rose #E1209D
RGB
CMYK
RGB Variations
Color information
#E1209D (or 0xE1209D) is known color: Persian Rose. HEX triplet: E1, 20 and 9D. RGB value is (225,32,157). Sum of RGB (Red+Green+Blue) = 225+32+157=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1209D is #1EDF62. Grayscale: #676767. Windows color (decimal): -2023267 or 10297569. OLE color: 10297569.
HSL color Cylindrical-coordinate representation of color #E1209D: hue angle of 321.14º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1209D is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 157 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.12 |
| HSL | 321.14º | 0.76% | 0.5% | - |
| HSV(B) | 321.14º | 0.86% | 0.88% | - |
| XYZ | 37.65 | 19.47 | 33.67 | - |
| YUV | 103.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 157 | 0 | 0.86 | 0.30 | 0.12 | 321.14 | 0.76 | 0.5 |
| Hex | E1 | 20 | 9D | 0 | 56 | 1E | C | 141 | 4C | 32 |
| Octal | 341 | 40 | 235 | 0 | 126 | 36 | 14 | 501 | 114 | 62 |
| Binary | 11100001 | 100000 | 10011101 | 0 | 1010110 | 11110 | 1100 | 101000001 | 1001100 | 110010 |
Color Harmonies of #E1209D
Complementary color
Monochromatic Colors of #E1209D
Black with #E1209D
Text Example
Text Example
White with #E1209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1209D; }
p { color: rgb(225,32,157); }
H1.HeaderClassName
{
color: #E1209D;
}
.AnyTagClassName
{
color: #E1209D;
}
</style>
background-color css
<style>
a { background-color: #E1209D; }
a { background-color: rgb(225,32,157); }
div.DivClassName
{
background-color: #E1209D;
}
.BgClassName
{
background-color: #E1209D;
}
</style>
border-color css
<style>
span { border-color: #E1209D; }
span { border-color: rgb(225,32,157); }
td.TdClassName
{
border-color: #E1209D;
}
.TagClassName
{
border-color: #E1209D;
}
</style>