Shades of Magenta #EE0AFC
Tints of Magenta #EE0AFC
RGB
CMYK
RGB Variations
Color information
#EE0AFC (or 0xEE0AFC) is known color: Magenta. HEX triplet: EE, 0A and FC. RGB value is (238,10,252). Sum of RGB (Red+Green+Blue) = 238+10+252=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 10 (4.30% from 255 or 2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE0AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AFC is #11F503. Grayscale: #696969. Windows color (decimal): -1176836 or 16517870. OLE color: 16517870.
HSL color Cylindrical-coordinate representation of color #EE0AFC: hue angle of 296.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AFC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 10 | 252 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.01 |
| HSL | 296.53º | 0.98% | 0.51% | - |
| HSV(B) | 296.53º | 0.96% | 0.99% | - |
| XYZ | 52.94 | 25.42 | 94.21 | - |
| YUV | 105.76 | 210.54 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 252 | 0.06 | 0.96 | 0 | 0.01 | 296.53 | 0.98 | 0.51 |
| Hex | EE | A | FC | 6 | 60 | 0 | 1 | 129 | 62 | 33 |
| Octal | 356 | 12 | 374 | 6 | 140 | 0 | 1 | 451 | 142 | 63 |
| Binary | 11101110 | 1010 | 11111100 | 110 | 1100000 | 0 | 1 | 100101001 | 1100010 | 110011 |
Color Harmonies of #EE0AFC
Complementary color
Monochromatic Colors of #EE0AFC
Black with #EE0AFC
Text Example
Text Example
White with #EE0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AFC; }
p { color: rgb(238,10,252); }
H1.HeaderClassName
{
color: #EE0AFC;
}
.AnyTagClassName
{
color: #EE0AFC;
}
</style>
background-color css
<style>
a { background-color: #EE0AFC; }
a { background-color: rgb(238,10,252); }
div.DivClassName
{
background-color: #EE0AFC;
}
.BgClassName
{
background-color: #EE0AFC;
}
</style>
border-color css
<style>
span { border-color: #EE0AFC; }
span { border-color: rgb(238,10,252); }
td.TdClassName
{
border-color: #EE0AFC;
}
.TagClassName
{
border-color: #EE0AFC;
}
</style>