Shades of Persian Rose #E5229F
Tints of Persian Rose #E5229F
RGB
CMYK
RGB Variations
Color information
#E5229F (or 0xE5229F) is known color: Persian Rose. HEX triplet: E5, 22 and 9F. RGB value is (229,34,159). Sum of RGB (Red+Green+Blue) = 229+34+159=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5229F is #1ADD60. Grayscale: #6A6A6A. Windows color (decimal): -1760609 or 10429157. OLE color: 10429157.
HSL color Cylindrical-coordinate representation of color #E5229F: hue angle of 321.54º 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 #E5229F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 159 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.10 |
| HSL | 321.54º | 0.79% | 0.52% | - |
| HSV(B) | 321.54º | 0.85% | 0.9% | - |
| XYZ | 39.14 | 20.31 | 34.66 | - |
| YUV | 106.56 | 157.6 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 159 | 0 | 0.85 | 0.31 | 0.10 | 321.54 | 0.79 | 0.52 |
| Hex | E5 | 22 | 9F | 0 | 55 | 1F | A | 142 | 4F | 34 |
| Octal | 345 | 42 | 237 | 0 | 125 | 37 | 12 | 502 | 117 | 64 |
| Binary | 11100101 | 100010 | 10011111 | 0 | 1010101 | 11111 | 1010 | 101000010 | 1001111 | 110100 |
Color Harmonies of #E5229F
Complementary color
Monochromatic Colors of #E5229F
Black with #E5229F
Text Example
Text Example
White with #E5229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5229F; }
p { color: rgb(229,34,159); }
H1.HeaderClassName
{
color: #E5229F;
}
.AnyTagClassName
{
color: #E5229F;
}
</style>
background-color css
<style>
a { background-color: #E5229F; }
a { background-color: rgb(229,34,159); }
div.DivClassName
{
background-color: #E5229F;
}
.BgClassName
{
background-color: #E5229F;
}
</style>
border-color css
<style>
span { border-color: #E5229F; }
span { border-color: rgb(229,34,159); }
td.TdClassName
{
border-color: #E5229F;
}
.TagClassName
{
border-color: #E5229F;
}
</style>