Shades of Magenta #EE0AF6
Tints of Magenta #EE0AF6
RGB
CMYK
RGB Variations
Color information
#EE0AF6 (or 0xEE0AF6) is known color: Magenta. HEX triplet: EE, 0A and F6. RGB value is (238,10,246). Sum of RGB (Red+Green+Blue) = 238+10+246=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 10 (4.30% from 255 or 2.02% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE0AF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AF6 is #11F509. Grayscale: #686868. Windows color (decimal): -1176842 or 16124654. OLE color: 16124654.
HSL color Cylindrical-coordinate representation of color #EE0AF6: hue angle of 297.97º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AF6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 10 | 246 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.04 |
| HSL | 297.97º | 0.93% | 0.5% | - |
| HSV(B) | 297.97º | 0.96% | 0.96% | - |
| XYZ | 52 | 25.05 | 89.28 | - |
| YUV | 105.08 | 207.54 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 246 | 0.03 | 0.96 | 0 | 0.04 | 297.97 | 0.93 | 0.5 |
| Hex | EE | A | F6 | 3 | 60 | 0 | 4 | 12A | 5D | 32 |
| Octal | 356 | 12 | 366 | 3 | 140 | 0 | 4 | 452 | 135 | 62 |
| Binary | 11101110 | 1010 | 11110110 | 11 | 1100000 | 0 | 100 | 100101010 | 1011101 | 110010 |
Color Harmonies of #EE0AF6
Complementary color
Monochromatic Colors of #EE0AF6
Black with #EE0AF6
Text Example
Text Example
White with #EE0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AF6; }
p { color: rgb(238,10,246); }
H1.HeaderClassName
{
color: #EE0AF6;
}
.AnyTagClassName
{
color: #EE0AF6;
}
</style>
background-color css
<style>
a { background-color: #EE0AF6; }
a { background-color: rgb(238,10,246); }
div.DivClassName
{
background-color: #EE0AF6;
}
.BgClassName
{
background-color: #EE0AF6;
}
</style>
border-color css
<style>
span { border-color: #EE0AF6; }
span { border-color: rgb(238,10,246); }
td.TdClassName
{
border-color: #EE0AF6;
}
.TagClassName
{
border-color: #EE0AF6;
}
</style>