Shades of Persian Rose #E041AD
Tints of Persian Rose #E041AD
RGB
CMYK
RGB Variations
Color information
#E041AD (or 0xE041AD) is known color: Persian Rose. HEX triplet: E0, 41 and AD. RGB value is (224,65,173). Sum of RGB (Red+Green+Blue) = 224+65+173=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E041AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041AD is #1FBE52. Grayscale: #7C7C7C. Windows color (decimal): -2080339 or 11354592. OLE color: 11354592.
HSL color Cylindrical-coordinate representation of color #E041AD: hue angle of 319.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041AD is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 173 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.12 |
| HSL | 319.25º | 0.72% | 0.57% | - |
| HSV(B) | 319.25º | 0.71% | 0.88% | - |
| XYZ | 40.17 | 22.65 | 41.79 | - |
| YUV | 124.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 173 | 0 | 0.71 | 0.23 | 0.12 | 319.25 | 0.72 | 0.57 |
| Hex | E0 | 41 | AD | 0 | 47 | 17 | C | 13F | 48 | 39 |
| Octal | 340 | 101 | 255 | 0 | 107 | 27 | 14 | 477 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10101101 | 0 | 1000111 | 10111 | 1100 | 100111111 | 1001000 | 111001 |
Color Harmonies of #E041AD
Complementary color
Monochromatic Colors of #E041AD
Black with #E041AD
Text Example
Text Example
White with #E041AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041AD; }
p { color: rgb(224,65,173); }
H1.HeaderClassName
{
color: #E041AD;
}
.AnyTagClassName
{
color: #E041AD;
}
</style>
background-color css
<style>
a { background-color: #E041AD; }
a { background-color: rgb(224,65,173); }
div.DivClassName
{
background-color: #E041AD;
}
.BgClassName
{
background-color: #E041AD;
}
</style>
border-color css
<style>
span { border-color: #E041AD; }
span { border-color: rgb(224,65,173); }
td.TdClassName
{
border-color: #E041AD;
}
.TagClassName
{
border-color: #E041AD;
}
</style>