Shades of Persian Rose #E040AF
Tints of Persian Rose #E040AF
RGB
CMYK
RGB Variations
Color information
#E040AF (or 0xE040AF) is known color: Persian Rose. HEX triplet: E0, 40 and AF. RGB value is (224,64,175). Sum of RGB (Red+Green+Blue) = 224+64+175=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E040AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E040AF is #1FBF50. Grayscale: #7C7C7C. Windows color (decimal): -2080593 or 11485408. OLE color: 11485408.
HSL color Cylindrical-coordinate representation of color #E040AF: hue angle of 318.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040AF is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 175 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.12 |
| HSL | 318.38º | 0.72% | 0.56% | - |
| HSV(B) | 318.38º | 0.71% | 0.88% | - |
| XYZ | 40.31 | 22.61 | 42.8 | - |
| YUV | 124.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 175 | 0 | 0.71 | 0.22 | 0.12 | 318.38 | 0.72 | 0.56 |
| Hex | E0 | 40 | AF | 0 | 47 | 16 | C | 13E | 48 | 38 |
| Octal | 340 | 100 | 257 | 0 | 107 | 26 | 14 | 476 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10101111 | 0 | 1000111 | 10110 | 1100 | 100111110 | 1001000 | 111000 |
Color Harmonies of #E040AF
Complementary color
Monochromatic Colors of #E040AF
Black with #E040AF
Text Example
Text Example
White with #E040AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040AF; }
p { color: rgb(224,64,175); }
H1.HeaderClassName
{
color: #E040AF;
}
.AnyTagClassName
{
color: #E040AF;
}
</style>
background-color css
<style>
a { background-color: #E040AF; }
a { background-color: rgb(224,64,175); }
div.DivClassName
{
background-color: #E040AF;
}
.BgClassName
{
background-color: #E040AF;
}
</style>
border-color css
<style>
span { border-color: #E040AF; }
span { border-color: rgb(224,64,175); }
td.TdClassName
{
border-color: #E040AF;
}
.TagClassName
{
border-color: #E040AF;
}
</style>