Shades of Persian Rose #E52BA4
Tints of Persian Rose #E52BA4
RGB
CMYK
RGB Variations
Color information
#E52BA4 (or 0xE52BA4) is known color: Persian Rose. HEX triplet: E5, 2B and A4. RGB value is (229,43,164). Sum of RGB (Red+Green+Blue) = 229+43+164=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BA4 is #1AD45B. Grayscale: #707070. Windows color (decimal): -1758300 or 10759141. OLE color: 10759141.
HSL color Cylindrical-coordinate representation of color #E52BA4: hue angle of 320.97º 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 #E52BA4 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 164 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.10 |
| HSL | 320.97º | 0.78% | 0.53% | - |
| HSV(B) | 320.97º | 0.81% | 0.9% | - |
| XYZ | 39.88 | 21.07 | 37.09 | - |
| YUV | 112.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 164 | 0 | 0.81 | 0.28 | 0.10 | 320.97 | 0.78 | 0.53 |
| Hex | E5 | 2B | A4 | 0 | 51 | 1C | A | 141 | 4E | 35 |
| Octal | 345 | 53 | 244 | 0 | 121 | 34 | 12 | 501 | 116 | 65 |
| Binary | 11100101 | 101011 | 10100100 | 0 | 1010001 | 11100 | 1010 | 101000001 | 1001110 | 110101 |
Color Harmonies of #E52BA4
Complementary color
Monochromatic Colors of #E52BA4
Black with #E52BA4
Text Example
Text Example
White with #E52BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BA4; }
p { color: rgb(229,43,164); }
H1.HeaderClassName
{
color: #E52BA4;
}
.AnyTagClassName
{
color: #E52BA4;
}
</style>
background-color css
<style>
a { background-color: #E52BA4; }
a { background-color: rgb(229,43,164); }
div.DivClassName
{
background-color: #E52BA4;
}
.BgClassName
{
background-color: #E52BA4;
}
</style>
border-color css
<style>
span { border-color: #E52BA4; }
span { border-color: rgb(229,43,164); }
td.TdClassName
{
border-color: #E52BA4;
}
.TagClassName
{
border-color: #E52BA4;
}
</style>