Shades of Persian Rose #E5209D
Tints of Persian Rose #E5209D
RGB
CMYK
RGB Variations
Color information
#E5209D (or 0xE5209D) is known color: Persian Rose. HEX triplet: E5, 20 and 9D. RGB value is (229,32,157). Sum of RGB (Red+Green+Blue) = 229+32+157=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5209D is #1ADF62. Grayscale: #686868. Windows color (decimal): -1761123 or 10297573. OLE color: 10297573.
HSL color Cylindrical-coordinate representation of color #E5209D: hue angle of 321.93º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5209D is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 157 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.10 |
| HSL | 321.93º | 0.79% | 0.51% | - |
| HSV(B) | 321.93º | 0.86% | 0.9% | - |
| XYZ | 38.92 | 20.13 | 33.73 | - |
| YUV | 105.15 | 157.27 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 157 | 0 | 0.86 | 0.31 | 0.10 | 321.93 | 0.79 | 0.51 |
| Hex | E5 | 20 | 9D | 0 | 56 | 1F | A | 142 | 4F | 33 |
| Octal | 345 | 40 | 235 | 0 | 126 | 37 | 12 | 502 | 117 | 63 |
| Binary | 11100101 | 100000 | 10011101 | 0 | 1010110 | 11111 | 1010 | 101000010 | 1001111 | 110011 |
Color Harmonies of #E5209D
Complementary color
Monochromatic Colors of #E5209D
Black with #E5209D
Text Example
Text Example
White with #E5209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5209D; }
p { color: rgb(229,32,157); }
H1.HeaderClassName
{
color: #E5209D;
}
.AnyTagClassName
{
color: #E5209D;
}
</style>
background-color css
<style>
a { background-color: #E5209D; }
a { background-color: rgb(229,32,157); }
div.DivClassName
{
background-color: #E5209D;
}
.BgClassName
{
background-color: #E5209D;
}
</style>
border-color css
<style>
span { border-color: #E5209D; }
span { border-color: rgb(229,32,157); }
td.TdClassName
{
border-color: #E5209D;
}
.TagClassName
{
border-color: #E5209D;
}
</style>