Shades of Persian Rose #E52299
Tints of Persian Rose #E52299
RGB
CMYK
RGB Variations
Color information
#E52299 (or 0xE52299) is known color: Persian Rose. HEX triplet: E5, 22 and 99. RGB value is (229,34,153). Sum of RGB (Red+Green+Blue) = 229+34+153=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E52299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52299 is #1ADD66. Grayscale: #696969. Windows color (decimal): -1760615 or 10035941. OLE color: 10035941.
HSL color Cylindrical-coordinate representation of color #E52299: hue angle of 323.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52299 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 153 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.10 |
| HSL | 323.38º | 0.79% | 0.52% | - |
| HSV(B) | 323.38º | 0.85% | 0.9% | - |
| XYZ | 38.63 | 20.1 | 31.98 | - |
| YUV | 105.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 153 | 0 | 0.85 | 0.33 | 0.10 | 323.38 | 0.79 | 0.52 |
| Hex | E5 | 22 | 99 | 0 | 55 | 21 | A | 143 | 4F | 34 |
| Octal | 345 | 42 | 231 | 0 | 125 | 41 | 12 | 503 | 117 | 64 |
| Binary | 11100101 | 100010 | 10011001 | 0 | 1010101 | 100001 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E52299
Complementary color
Monochromatic Colors of #E52299
Black with #E52299
Text Example
Text Example
White with #E52299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52299; }
p { color: rgb(229,34,153); }
H1.HeaderClassName
{
color: #E52299;
}
.AnyTagClassName
{
color: #E52299;
}
</style>
background-color css
<style>
a { background-color: #E52299; }
a { background-color: rgb(229,34,153); }
div.DivClassName
{
background-color: #E52299;
}
.BgClassName
{
background-color: #E52299;
}
</style>
border-color css
<style>
span { border-color: #E52299; }
span { border-color: rgb(229,34,153); }
td.TdClassName
{
border-color: #E52299;
}
.TagClassName
{
border-color: #E52299;
}
</style>