Shades of Persian Rose #E5229B
Tints of Persian Rose #E5229B
RGB
CMYK
RGB Variations
Color information
#E5229B (or 0xE5229B) is known color: Persian Rose. HEX triplet: E5, 22 and 9B. RGB value is (229,34,155). Sum of RGB (Red+Green+Blue) = 229+34+155=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5229B is #1ADD64. Grayscale: #696969. Windows color (decimal): -1760613 or 10167013. OLE color: 10167013.
HSL color Cylindrical-coordinate representation of color #E5229B: hue angle of 322.77º 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 #E5229B is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 155 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.10 |
| HSL | 322.77º | 0.79% | 0.52% | - |
| HSV(B) | 322.77º | 0.85% | 0.9% | - |
| XYZ | 38.8 | 20.17 | 32.86 | - |
| YUV | 106.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 155 | 0 | 0.85 | 0.32 | 0.10 | 322.77 | 0.79 | 0.52 |
| Hex | E5 | 22 | 9B | 0 | 55 | 20 | A | 143 | 4F | 34 |
| Octal | 345 | 42 | 233 | 0 | 125 | 40 | 12 | 503 | 117 | 64 |
| Binary | 11100101 | 100010 | 10011011 | 0 | 1010101 | 100000 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E5229B
Complementary color
Monochromatic Colors of #E5229B
Black with #E5229B
Text Example
Text Example
White with #E5229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5229B; }
p { color: rgb(229,34,155); }
H1.HeaderClassName
{
color: #E5229B;
}
.AnyTagClassName
{
color: #E5229B;
}
</style>
background-color css
<style>
a { background-color: #E5229B; }
a { background-color: rgb(229,34,155); }
div.DivClassName
{
background-color: #E5229B;
}
.BgClassName
{
background-color: #E5229B;
}
</style>
border-color css
<style>
span { border-color: #E5229B; }
span { border-color: rgb(229,34,155); }
td.TdClassName
{
border-color: #E5229B;
}
.TagClassName
{
border-color: #E5229B;
}
</style>