Shades of Persian Rose #E53DA8
Tints of Persian Rose #E53DA8
RGB
CMYK
RGB Variations
Color information
#E53DA8 (or 0xE53DA8) is known color: Persian Rose. HEX triplet: E5, 3D and A8. RGB value is (229,61,168). Sum of RGB (Red+Green+Blue) = 229+61+168=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DA8 is #1AC257. Grayscale: #7B7B7B. Windows color (decimal): -1753688 or 11025893. OLE color: 11025893.
HSL color Cylindrical-coordinate representation of color #E53DA8: hue angle of 321.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DA8 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 168 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.10 |
| HSL | 321.79º | 0.76% | 0.57% | - |
| HSV(B) | 321.79º | 0.73% | 0.9% | - |
| XYZ | 41.05 | 22.82 | 39.29 | - |
| YUV | 123.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 168 | 0 | 0.73 | 0.27 | 0.10 | 321.79 | 0.76 | 0.57 |
| Hex | E5 | 3D | A8 | 0 | 49 | 1B | A | 142 | 4C | 39 |
| Octal | 345 | 75 | 250 | 0 | 111 | 33 | 12 | 502 | 114 | 71 |
| Binary | 11100101 | 111101 | 10101000 | 0 | 1001001 | 11011 | 1010 | 101000010 | 1001100 | 111001 |
Color Harmonies of #E53DA8
Complementary color
Monochromatic Colors of #E53DA8
Black with #E53DA8
Text Example
Text Example
White with #E53DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DA8; }
p { color: rgb(229,61,168); }
H1.HeaderClassName
{
color: #E53DA8;
}
.AnyTagClassName
{
color: #E53DA8;
}
</style>
background-color css
<style>
a { background-color: #E53DA8; }
a { background-color: rgb(229,61,168); }
div.DivClassName
{
background-color: #E53DA8;
}
.BgClassName
{
background-color: #E53DA8;
}
</style>
border-color css
<style>
span { border-color: #E53DA8; }
span { border-color: rgb(229,61,168); }
td.TdClassName
{
border-color: #E53DA8;
}
.TagClassName
{
border-color: #E53DA8;
}
</style>