Shades of Persian Rose #E240AF
Tints of Persian Rose #E240AF
RGB
CMYK
RGB Variations
Color information
#E240AF (or 0xE240AF) is known color: Persian Rose. HEX triplet: E2, 40 and AF. RGB value is (226,64,175). Sum of RGB (Red+Green+Blue) = 226+64+175=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E240AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E240AF is #1DBF50. Grayscale: #7C7C7C. Windows color (decimal): -1949521 or 11485410. OLE color: 11485410.
HSL color Cylindrical-coordinate representation of color #E240AF: hue angle of 318.89º 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 #E240AF is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 175 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.11 |
| HSL | 318.89º | 0.74% | 0.57% | - |
| HSV(B) | 318.89º | 0.72% | 0.89% | - |
| XYZ | 40.94 | 22.93 | 42.83 | - |
| YUV | 125.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 175 | 0 | 0.72 | 0.23 | 0.11 | 318.89 | 0.74 | 0.57 |
| Hex | E2 | 40 | AF | 0 | 48 | 17 | B | 13F | 4A | 39 |
| Octal | 342 | 100 | 257 | 0 | 110 | 27 | 13 | 477 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10101111 | 0 | 1001000 | 10111 | 1011 | 100111111 | 1001010 | 111001 |
Color Harmonies of #E240AF
Complementary color
Monochromatic Colors of #E240AF
Black with #E240AF
Text Example
Text Example
White with #E240AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240AF; }
p { color: rgb(226,64,175); }
H1.HeaderClassName
{
color: #E240AF;
}
.AnyTagClassName
{
color: #E240AF;
}
</style>
background-color css
<style>
a { background-color: #E240AF; }
a { background-color: rgb(226,64,175); }
div.DivClassName
{
background-color: #E240AF;
}
.BgClassName
{
background-color: #E240AF;
}
</style>
border-color css
<style>
span { border-color: #E240AF; }
span { border-color: rgb(226,64,175); }
td.TdClassName
{
border-color: #E240AF;
}
.TagClassName
{
border-color: #E240AF;
}
</style>