Shades of Magenta #EE0AF7
Tints of Magenta #EE0AF7
RGB
CMYK
RGB Variations
Color information
#EE0AF7 (or 0xEE0AF7) is known color: Magenta. HEX triplet: EE, 0A and F7. RGB value is (238,10,247). Sum of RGB (Red+Green+Blue) = 238+10+247=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AF7 is #11F508. Grayscale: #686868. Windows color (decimal): -1176841 or 16190190. OLE color: 16190190.
HSL color Cylindrical-coordinate representation of color #EE0AF7: hue angle of 297.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AF7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 10 | 247 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.03 |
| HSL | 297.72º | 0.94% | 0.5% | - |
| HSV(B) | 297.72º | 0.96% | 0.97% | - |
| XYZ | 52.16 | 25.11 | 90.09 | - |
| YUV | 105.19 | 208.04 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 247 | 0.04 | 0.96 | 0 | 0.03 | 297.72 | 0.94 | 0.5 |
| Hex | EE | A | F7 | 4 | 60 | 0 | 3 | 12A | 5E | 32 |
| Octal | 356 | 12 | 367 | 4 | 140 | 0 | 3 | 452 | 136 | 62 |
| Binary | 11101110 | 1010 | 11110111 | 100 | 1100000 | 0 | 11 | 100101010 | 1011110 | 110010 |
Color Harmonies of #EE0AF7
Complementary color
Monochromatic Colors of #EE0AF7
Black with #EE0AF7
Text Example
Text Example
White with #EE0AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AF7; }
p { color: rgb(238,10,247); }
H1.HeaderClassName
{
color: #EE0AF7;
}
.AnyTagClassName
{
color: #EE0AF7;
}
</style>
background-color css
<style>
a { background-color: #EE0AF7; }
a { background-color: rgb(238,10,247); }
div.DivClassName
{
background-color: #EE0AF7;
}
.BgClassName
{
background-color: #EE0AF7;
}
</style>
border-color css
<style>
span { border-color: #EE0AF7; }
span { border-color: rgb(238,10,247); }
td.TdClassName
{
border-color: #EE0AF7;
}
.TagClassName
{
border-color: #EE0AF7;
}
</style>