Shades of Persian Rose #E52BA6
Tints of Persian Rose #E52BA6
RGB
CMYK
RGB Variations
Color information
#E52BA6 (or 0xE52BA6) is known color: Persian Rose. HEX triplet: E5, 2B and A6. RGB value is (229,43,166). Sum of RGB (Red+Green+Blue) = 229+43+166=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA6 is #1AD459. Grayscale: #707070. Windows color (decimal): -1758298 or 10890213. OLE color: 10890213.
HSL color Cylindrical-coordinate representation of color #E52BA6: hue angle of 320.32º 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 #E52BA6 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 166 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.10 |
| HSL | 320.32º | 0.78% | 0.53% | - |
| HSV(B) | 320.32º | 0.81% | 0.9% | - |
| XYZ | 40.06 | 21.14 | 38.05 | - |
| YUV | 112.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 166 | 0 | 0.81 | 0.28 | 0.10 | 320.32 | 0.78 | 0.53 |
| Hex | E5 | 2B | A6 | 0 | 51 | 1C | A | 140 | 4E | 35 |
| Octal | 345 | 53 | 246 | 0 | 121 | 34 | 12 | 500 | 116 | 65 |
| Binary | 11100101 | 101011 | 10100110 | 0 | 1010001 | 11100 | 1010 | 101000000 | 1001110 | 110101 |
Color Harmonies of #E52BA6
Complementary color
Monochromatic Colors of #E52BA6
Black with #E52BA6
Text Example
Text Example
White with #E52BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BA6; }
p { color: rgb(229,43,166); }
H1.HeaderClassName
{
color: #E52BA6;
}
.AnyTagClassName
{
color: #E52BA6;
}
</style>
background-color css
<style>
a { background-color: #E52BA6; }
a { background-color: rgb(229,43,166); }
div.DivClassName
{
background-color: #E52BA6;
}
.BgClassName
{
background-color: #E52BA6;
}
</style>
border-color css
<style>
span { border-color: #E52BA6; }
span { border-color: rgb(229,43,166); }
td.TdClassName
{
border-color: #E52BA6;
}
.TagClassName
{
border-color: #E52BA6;
}
</style>