Shades of Persian Rose #E5249B
Tints of Persian Rose #E5249B
RGB
CMYK
RGB Variations
Color information
#E5249B (or 0xE5249B) is known color: Persian Rose. HEX triplet: E5, 24 and 9B. RGB value is (229,36,155). Sum of RGB (Red+Green+Blue) = 229+36+155=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5249B is #1ADB64. Grayscale: #6A6A6A. Windows color (decimal): -1760101 or 10167525. OLE color: 10167525.
HSL color Cylindrical-coordinate representation of color #E5249B: hue angle of 323.01º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5249B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 155 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.10 |
| HSL | 323.01º | 0.79% | 0.52% | - |
| HSV(B) | 323.01º | 0.84% | 0.9% | - |
| XYZ | 38.86 | 20.29 | 32.88 | - |
| YUV | 107.27 | 154.94 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 155 | 0 | 0.84 | 0.32 | 0.10 | 323.01 | 0.79 | 0.52 |
| Hex | E5 | 24 | 9B | 0 | 54 | 20 | A | 143 | 4F | 34 |
| Octal | 345 | 44 | 233 | 0 | 124 | 40 | 12 | 503 | 117 | 64 |
| Binary | 11100101 | 100100 | 10011011 | 0 | 1010100 | 100000 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E5249B
Complementary color
Monochromatic Colors of #E5249B
Black with #E5249B
Text Example
Text Example
White with #E5249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5249B; }
p { color: rgb(229,36,155); }
H1.HeaderClassName
{
color: #E5249B;
}
.AnyTagClassName
{
color: #E5249B;
}
</style>
background-color css
<style>
a { background-color: #E5249B; }
a { background-color: rgb(229,36,155); }
div.DivClassName
{
background-color: #E5249B;
}
.BgClassName
{
background-color: #E5249B;
}
</style>
border-color css
<style>
span { border-color: #E5249B; }
span { border-color: rgb(229,36,155); }
td.TdClassName
{
border-color: #E5249B;
}
.TagClassName
{
border-color: #E5249B;
}
</style>