Shades of Persian Rose #E53FAE
Tints of Persian Rose #E53FAE
RGB
CMYK
RGB Variations
Color information
#E53FAE (or 0xE53FAE) is known color: Persian Rose. HEX triplet: E5, 3F and AE. RGB value is (229,63,174). Sum of RGB (Red+Green+Blue) = 229+63+174=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FAE is #1AC051. Grayscale: #7D7D7D. Windows color (decimal): -1753170 or 11419621. OLE color: 11419621.
HSL color Cylindrical-coordinate representation of color #E53FAE: hue angle of 319.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FAE is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 174 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.10 |
| HSL | 319.88º | 0.76% | 0.57% | - |
| HSV(B) | 319.88º | 0.72% | 0.9% | - |
| XYZ | 41.73 | 23.27 | 42.34 | - |
| YUV | 125.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 174 | 0 | 0.72 | 0.24 | 0.10 | 319.88 | 0.76 | 0.57 |
| Hex | E5 | 3F | AE | 0 | 48 | 18 | A | 140 | 4C | 39 |
| Octal | 345 | 77 | 256 | 0 | 110 | 30 | 12 | 500 | 114 | 71 |
| Binary | 11100101 | 111111 | 10101110 | 0 | 1001000 | 11000 | 1010 | 101000000 | 1001100 | 111001 |
Color Harmonies of #E53FAE
Complementary color
Monochromatic Colors of #E53FAE
Black with #E53FAE
Text Example
Text Example
White with #E53FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FAE; }
p { color: rgb(229,63,174); }
H1.HeaderClassName
{
color: #E53FAE;
}
.AnyTagClassName
{
color: #E53FAE;
}
</style>
background-color css
<style>
a { background-color: #E53FAE; }
a { background-color: rgb(229,63,174); }
div.DivClassName
{
background-color: #E53FAE;
}
.BgClassName
{
background-color: #E53FAE;
}
</style>
border-color css
<style>
span { border-color: #E53FAE; }
span { border-color: rgb(229,63,174); }
td.TdClassName
{
border-color: #E53FAE;
}
.TagClassName
{
border-color: #E53FAE;
}
</style>