Shades of Magenta #EE0AF9
Tints of Magenta #EE0AF9
RGB
CMYK
RGB Variations
Color information
#EE0AF9 (or 0xEE0AF9) is known color: Magenta. HEX triplet: EE, 0A and F9. RGB value is (238,10,249). Sum of RGB (Red+Green+Blue) = 238+10+249=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 10 (4.30% from 255 or 2.01% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE0AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AF9 is #11F506. Grayscale: #686868. Windows color (decimal): -1176839 or 16321262. OLE color: 16321262.
HSL color Cylindrical-coordinate representation of color #EE0AF9: hue angle of 297.24º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AF9 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 10 | 249 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.24º | 0.95% | 0.51% | - |
| HSV(B) | 297.24º | 0.96% | 0.98% | - |
| XYZ | 52.47 | 25.23 | 91.73 | - |
| YUV | 105.42 | 209.04 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 249 | 0.04 | 0.96 | 0 | 0.02 | 297.24 | 0.95 | 0.51 |
| Hex | EE | A | F9 | 4 | 60 | 0 | 2 | 129 | 5F | 33 |
| Octal | 356 | 12 | 371 | 4 | 140 | 0 | 2 | 451 | 137 | 63 |
| Binary | 11101110 | 1010 | 11111001 | 100 | 1100000 | 0 | 10 | 100101001 | 1011111 | 110011 |
Color Harmonies of #EE0AF9
Complementary color
Monochromatic Colors of #EE0AF9
Black with #EE0AF9
Text Example
Text Example
White with #EE0AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AF9; }
p { color: rgb(238,10,249); }
H1.HeaderClassName
{
color: #EE0AF9;
}
.AnyTagClassName
{
color: #EE0AF9;
}
</style>
background-color css
<style>
a { background-color: #EE0AF9; }
a { background-color: rgb(238,10,249); }
div.DivClassName
{
background-color: #EE0AF9;
}
.BgClassName
{
background-color: #EE0AF9;
}
</style>
border-color css
<style>
span { border-color: #EE0AF9; }
span { border-color: rgb(238,10,249); }
td.TdClassName
{
border-color: #EE0AF9;
}
.TagClassName
{
border-color: #EE0AF9;
}
</style>