Shades of Persian Rose #E240AD
Tints of Persian Rose #E240AD
RGB
CMYK
RGB Variations
Color information
#E240AD (or 0xE240AD) is known color: Persian Rose. HEX triplet: E2, 40 and AD. RGB value is (226,64,173). Sum of RGB (Red+Green+Blue) = 226+64+173=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E240AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E240AD is #1DBF52. Grayscale: #7C7C7C. Windows color (decimal): -1949523 or 11354338. OLE color: 11354338.
HSL color Cylindrical-coordinate representation of color #E240AD: hue angle of 319.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E240AD is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 173 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.11 |
| HSL | 319.63º | 0.74% | 0.57% | - |
| HSV(B) | 319.63º | 0.72% | 0.89% | - |
| XYZ | 40.74 | 22.85 | 41.8 | - |
| YUV | 124.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 173 | 0 | 0.72 | 0.23 | 0.11 | 319.63 | 0.74 | 0.57 |
| Hex | E2 | 40 | AD | 0 | 48 | 17 | B | 140 | 4A | 39 |
| Octal | 342 | 100 | 255 | 0 | 110 | 27 | 13 | 500 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10101101 | 0 | 1001000 | 10111 | 1011 | 101000000 | 1001010 | 111001 |
Color Harmonies of #E240AD
Complementary color
Monochromatic Colors of #E240AD
Black with #E240AD
Text Example
Text Example
White with #E240AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240AD; }
p { color: rgb(226,64,173); }
H1.HeaderClassName
{
color: #E240AD;
}
.AnyTagClassName
{
color: #E240AD;
}
</style>
background-color css
<style>
a { background-color: #E240AD; }
a { background-color: rgb(226,64,173); }
div.DivClassName
{
background-color: #E240AD;
}
.BgClassName
{
background-color: #E240AD;
}
</style>
border-color css
<style>
span { border-color: #E240AD; }
span { border-color: rgb(226,64,173); }
td.TdClassName
{
border-color: #E240AD;
}
.TagClassName
{
border-color: #E240AD;
}
</style>