Shades of Persian Rose #E53FAD
Tints of Persian Rose #E53FAD
RGB
CMYK
RGB Variations
Color information
#E53FAD (or 0xE53FAD) is known color: Persian Rose. HEX triplet: E5, 3F and AD. RGB value is (229,63,173). Sum of RGB (Red+Green+Blue) = 229+63+173=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FAD is #1AC052. Grayscale: #7C7C7C. Windows color (decimal): -1753171 or 11354085. OLE color: 11354085.
HSL color Cylindrical-coordinate representation of color #E53FAD: hue angle of 320.24º 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 #E53FAD is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 173 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.10 |
| HSL | 320.24º | 0.76% | 0.57% | - |
| HSV(B) | 320.24º | 0.72% | 0.9% | - |
| XYZ | 41.63 | 23.23 | 41.82 | - |
| YUV | 125.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 173 | 0 | 0.72 | 0.24 | 0.10 | 320.24 | 0.76 | 0.57 |
| Hex | E5 | 3F | AD | 0 | 48 | 18 | A | 140 | 4C | 39 |
| Octal | 345 | 77 | 255 | 0 | 110 | 30 | 12 | 500 | 114 | 71 |
| Binary | 11100101 | 111111 | 10101101 | 0 | 1001000 | 11000 | 1010 | 101000000 | 1001100 | 111001 |
Color Harmonies of #E53FAD
Complementary color
Monochromatic Colors of #E53FAD
Black with #E53FAD
Text Example
Text Example
White with #E53FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FAD; }
p { color: rgb(229,63,173); }
H1.HeaderClassName
{
color: #E53FAD;
}
.AnyTagClassName
{
color: #E53FAD;
}
</style>
background-color css
<style>
a { background-color: #E53FAD; }
a { background-color: rgb(229,63,173); }
div.DivClassName
{
background-color: #E53FAD;
}
.BgClassName
{
background-color: #E53FAD;
}
</style>
border-color css
<style>
span { border-color: #E53FAD; }
span { border-color: rgb(229,63,173); }
td.TdClassName
{
border-color: #E53FAD;
}
.TagClassName
{
border-color: #E53FAD;
}
</style>