Shades of Persian Rose #E52BA0
Tints of Persian Rose #E52BA0
RGB
CMYK
RGB Variations
Color information
#E52BA0 (or 0xE52BA0) is known color: Persian Rose. HEX triplet: E5, 2B and A0. RGB value is (229,43,160). Sum of RGB (Red+Green+Blue) = 229+43+160=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA0 is #1AD45F. Grayscale: #6F6F6F. Windows color (decimal): -1758304 or 10496997. OLE color: 10496997.
HSL color Cylindrical-coordinate representation of color #E52BA0: hue angle of 322.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52BA0 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 160 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.10 |
| HSL | 322.26º | 0.78% | 0.53% | - |
| HSV(B) | 322.26º | 0.81% | 0.9% | - |
| XYZ | 39.52 | 20.92 | 35.21 | - |
| YUV | 111.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 160 | 0 | 0.81 | 0.30 | 0.10 | 322.26 | 0.78 | 0.53 |
| Hex | E5 | 2B | A0 | 0 | 51 | 1E | A | 142 | 4E | 35 |
| Octal | 345 | 53 | 240 | 0 | 121 | 36 | 12 | 502 | 116 | 65 |
| Binary | 11100101 | 101011 | 10100000 | 0 | 1010001 | 11110 | 1010 | 101000010 | 1001110 | 110101 |
Color Harmonies of #E52BA0
Complementary color
Monochromatic Colors of #E52BA0
Black with #E52BA0
Text Example
Text Example
White with #E52BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BA0; }
p { color: rgb(229,43,160); }
H1.HeaderClassName
{
color: #E52BA0;
}
.AnyTagClassName
{
color: #E52BA0;
}
</style>
background-color css
<style>
a { background-color: #E52BA0; }
a { background-color: rgb(229,43,160); }
div.DivClassName
{
background-color: #E52BA0;
}
.BgClassName
{
background-color: #E52BA0;
}
</style>
border-color css
<style>
span { border-color: #E52BA0; }
span { border-color: rgb(229,43,160); }
td.TdClassName
{
border-color: #E52BA0;
}
.TagClassName
{
border-color: #E52BA0;
}
</style>