Shades of Persian Rose #E036AD
Tints of Persian Rose #E036AD
RGB
CMYK
RGB Variations
Color information
#E036AD (or 0xE036AD) is known color: Persian Rose. HEX triplet: E0, 36 and AD. RGB value is (224,54,173). Sum of RGB (Red+Green+Blue) = 224+54+173=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E036AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E036AD is #1FC952. Grayscale: #767676. Windows color (decimal): -2083155 or 11351776. OLE color: 11351776.
HSL color Cylindrical-coordinate representation of color #E036AD: hue angle of 318º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036AD is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 173 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.12 |
| HSL | 318º | 0.73% | 0.55% | - |
| HSV(B) | 318º | 0.76% | 0.88% | - |
| XYZ | 39.6 | 21.5 | 41.6 | - |
| YUV | 118.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 173 | 0 | 0.76 | 0.23 | 0.12 | 318 | 0.73 | 0.55 |
| Hex | E0 | 36 | AD | 0 | 4C | 17 | C | 13E | 49 | 37 |
| Octal | 340 | 66 | 255 | 0 | 114 | 27 | 14 | 476 | 111 | 67 |
| Binary | 11100000 | 110110 | 10101101 | 0 | 1001100 | 10111 | 1100 | 100111110 | 1001001 | 110111 |
Color Harmonies of #E036AD
Complementary color
Monochromatic Colors of #E036AD
Black with #E036AD
Text Example
Text Example
White with #E036AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036AD; }
p { color: rgb(224,54,173); }
H1.HeaderClassName
{
color: #E036AD;
}
.AnyTagClassName
{
color: #E036AD;
}
</style>
background-color css
<style>
a { background-color: #E036AD; }
a { background-color: rgb(224,54,173); }
div.DivClassName
{
background-color: #E036AD;
}
.BgClassName
{
background-color: #E036AD;
}
</style>
border-color css
<style>
span { border-color: #E036AD; }
span { border-color: rgb(224,54,173); }
td.TdClassName
{
border-color: #E036AD;
}
.TagClassName
{
border-color: #E036AD;
}
</style>