Shades of Persian Rose #E52CA3
Tints of Persian Rose #E52CA3
RGB
CMYK
RGB Variations
Color information
#E52CA3 (or 0xE52CA3) is known color: Persian Rose. HEX triplet: E5, 2C and A3. RGB value is (229,44,163). Sum of RGB (Red+Green+Blue) = 229+44+163=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52CA3 is #1AD35C. Grayscale: #707070. Windows color (decimal): -1758045 or 10693861. OLE color: 10693861.
HSL color Cylindrical-coordinate representation of color #E52CA3: hue angle of 321.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CA3 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 163 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.10 |
| HSL | 321.41º | 0.78% | 0.54% | - |
| HSV(B) | 321.41º | 0.81% | 0.9% | - |
| XYZ | 39.82 | 21.1 | 36.62 | - |
| YUV | 112.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 163 | 0 | 0.81 | 0.29 | 0.10 | 321.41 | 0.78 | 0.54 |
| Hex | E5 | 2C | A3 | 0 | 51 | 1D | A | 141 | 4E | 36 |
| Octal | 345 | 54 | 243 | 0 | 121 | 35 | 12 | 501 | 116 | 66 |
| Binary | 11100101 | 101100 | 10100011 | 0 | 1010001 | 11101 | 1010 | 101000001 | 1001110 | 110110 |
Color Harmonies of #E52CA3
Complementary color
Monochromatic Colors of #E52CA3
Black with #E52CA3
Text Example
Text Example
White with #E52CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CA3; }
p { color: rgb(229,44,163); }
H1.HeaderClassName
{
color: #E52CA3;
}
.AnyTagClassName
{
color: #E52CA3;
}
</style>
background-color css
<style>
a { background-color: #E52CA3; }
a { background-color: rgb(229,44,163); }
div.DivClassName
{
background-color: #E52CA3;
}
.BgClassName
{
background-color: #E52CA3;
}
</style>
border-color css
<style>
span { border-color: #E52CA3; }
span { border-color: rgb(229,44,163); }
td.TdClassName
{
border-color: #E52CA3;
}
.TagClassName
{
border-color: #E52CA3;
}
</style>