Shades of Persian Rose #E52BA7
Tints of Persian Rose #E52BA7
RGB
CMYK
RGB Variations
Color information
#E52BA7 (or 0xE52BA7) is known color: Persian Rose. HEX triplet: E5, 2B and A7. RGB value is (229,43,167). Sum of RGB (Red+Green+Blue) = 229+43+167=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA7 is #1AD458. Grayscale: #707070. Windows color (decimal): -1758297 or 10955749. OLE color: 10955749.
HSL color Cylindrical-coordinate representation of color #E52BA7: hue angle of 320º 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 #E52BA7 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 167 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.10 |
| HSL | 320º | 0.78% | 0.53% | - |
| HSV(B) | 320º | 0.81% | 0.9% | - |
| XYZ | 40.15 | 21.18 | 38.53 | - |
| YUV | 112.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 167 | 0 | 0.81 | 0.27 | 0.10 | 320 | 0.78 | 0.53 |
| Hex | E5 | 2B | A7 | 0 | 51 | 1B | A | 140 | 4E | 35 |
| Octal | 345 | 53 | 247 | 0 | 121 | 33 | 12 | 500 | 116 | 65 |
| Binary | 11100101 | 101011 | 10100111 | 0 | 1010001 | 11011 | 1010 | 101000000 | 1001110 | 110101 |
Color Harmonies of #E52BA7
Complementary color
Monochromatic Colors of #E52BA7
Black with #E52BA7
Text Example
Text Example
White with #E52BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BA7; }
p { color: rgb(229,43,167); }
H1.HeaderClassName
{
color: #E52BA7;
}
.AnyTagClassName
{
color: #E52BA7;
}
</style>
background-color css
<style>
a { background-color: #E52BA7; }
a { background-color: rgb(229,43,167); }
div.DivClassName
{
background-color: #E52BA7;
}
.BgClassName
{
background-color: #E52BA7;
}
</style>
border-color css
<style>
span { border-color: #E52BA7; }
span { border-color: rgb(229,43,167); }
td.TdClassName
{
border-color: #E52BA7;
}
.TagClassName
{
border-color: #E52BA7;
}
</style>