Shades of Persian Rose #E524A8
Tints of Persian Rose #E524A8
RGB
CMYK
RGB Variations
Color information
#E524A8 (or 0xE524A8) is known color: Persian Rose. HEX triplet: E5, 24 and A8. RGB value is (229,36,168). Sum of RGB (Red+Green+Blue) = 229+36+168=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E524A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E524A8 is #1ADB57. Grayscale: #6C6C6C. Windows color (decimal): -1760088 or 11019493. OLE color: 11019493.
HSL color Cylindrical-coordinate representation of color #E524A8: hue angle of 318.96º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E524A8 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 168 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.10 |
| HSL | 318.96º | 0.79% | 0.52% | - |
| HSV(B) | 318.96º | 0.84% | 0.9% | - |
| XYZ | 40.01 | 20.75 | 38.94 | - |
| YUV | 108.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 168 | 0 | 0.84 | 0.27 | 0.10 | 318.96 | 0.79 | 0.52 |
| Hex | E5 | 24 | A8 | 0 | 54 | 1B | A | 13F | 4F | 34 |
| Octal | 345 | 44 | 250 | 0 | 124 | 33 | 12 | 477 | 117 | 64 |
| Binary | 11100101 | 100100 | 10101000 | 0 | 1010100 | 11011 | 1010 | 100111111 | 1001111 | 110100 |
Color Harmonies of #E524A8
Complementary color
Monochromatic Colors of #E524A8
Black with #E524A8
Text Example
Text Example
White with #E524A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524A8; }
p { color: rgb(229,36,168); }
H1.HeaderClassName
{
color: #E524A8;
}
.AnyTagClassName
{
color: #E524A8;
}
</style>
background-color css
<style>
a { background-color: #E524A8; }
a { background-color: rgb(229,36,168); }
div.DivClassName
{
background-color: #E524A8;
}
.BgClassName
{
background-color: #E524A8;
}
</style>
border-color css
<style>
span { border-color: #E524A8; }
span { border-color: rgb(229,36,168); }
td.TdClassName
{
border-color: #E524A8;
}
.TagClassName
{
border-color: #E524A8;
}
</style>