Shades of Magenta #EE10FC
Tints of Magenta #EE10FC
RGB
CMYK
RGB Variations
Color information
#EE10FC (or 0xEE10FC) is known color: Magenta. HEX triplet: EE, 10 and FC. RGB value is (238,16,252). Sum of RGB (Red+Green+Blue) = 238+16+252=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE10FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10FC is #11EF03. Grayscale: #6C6C6C. Windows color (decimal): -1175300 or 16519406. OLE color: 16519406.
HSL color Cylindrical-coordinate representation of color #EE10FC: hue angle of 296.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE10FC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 16 | 252 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.01 |
| HSL | 296.44º | 0.98% | 0.53% | - |
| HSV(B) | 296.44º | 0.94% | 0.99% | - |
| XYZ | 53.02 | 25.58 | 94.24 | - |
| YUV | 109.28 | 208.55 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 252 | 0.06 | 0.94 | 0 | 0.01 | 296.44 | 0.98 | 0.53 |
| Hex | EE | 10 | FC | 6 | 5E | 0 | 1 | 128 | 62 | 35 |
| Octal | 356 | 20 | 374 | 6 | 136 | 0 | 1 | 450 | 142 | 65 |
| Binary | 11101110 | 10000 | 11111100 | 110 | 1011110 | 0 | 1 | 100101000 | 1100010 | 110101 |
Color Harmonies of #EE10FC
Complementary color
Monochromatic Colors of #EE10FC
Black with #EE10FC
Text Example
Text Example
White with #EE10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10FC; }
p { color: rgb(238,16,252); }
H1.HeaderClassName
{
color: #EE10FC;
}
.AnyTagClassName
{
color: #EE10FC;
}
</style>
background-color css
<style>
a { background-color: #EE10FC; }
a { background-color: rgb(238,16,252); }
div.DivClassName
{
background-color: #EE10FC;
}
.BgClassName
{
background-color: #EE10FC;
}
</style>
border-color css
<style>
span { border-color: #EE10FC; }
span { border-color: rgb(238,16,252); }
td.TdClassName
{
border-color: #EE10FC;
}
.TagClassName
{
border-color: #EE10FC;
}
</style>