Shades of Magenta #EE10E4
Tints of Magenta #EE10E4
RGB
CMYK
RGB Variations
Color information
#EE10E4 (or 0xEE10E4) is known color: Magenta. HEX triplet: EE, 10 and E4. RGB value is (238,16,228). Sum of RGB (Red+Green+Blue) = 238+16+228=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10E4 is #11EF1B. Grayscale: #696969. Windows color (decimal): -1175324 or 14946542. OLE color: 14946542.
HSL color Cylindrical-coordinate representation of color #EE10E4: hue angle of 302.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10E4 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 228 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.07 |
| HSL | 302.7º | 0.87% | 0.5% | - |
| HSV(B) | 302.7º | 0.93% | 0.93% | - |
| XYZ | 49.45 | 24.15 | 75.45 | - |
| YUV | 106.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 228 | 0 | 0.93 | 0.04 | 0.07 | 302.7 | 0.87 | 0.5 |
| Hex | EE | 10 | E4 | 0 | 5D | 4 | 7 | 12F | 57 | 32 |
| Octal | 356 | 20 | 344 | 0 | 135 | 4 | 7 | 457 | 127 | 62 |
| Binary | 11101110 | 10000 | 11100100 | 0 | 1011101 | 100 | 111 | 100101111 | 1010111 | 110010 |
Color Harmonies of #EE10E4
Complementary color
Monochromatic Colors of #EE10E4
Black with #EE10E4
Text Example
Text Example
White with #EE10E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10E4; }
p { color: rgb(238,16,228); }
H1.HeaderClassName
{
color: #EE10E4;
}
.AnyTagClassName
{
color: #EE10E4;
}
</style>
background-color css
<style>
a { background-color: #EE10E4; }
a { background-color: rgb(238,16,228); }
div.DivClassName
{
background-color: #EE10E4;
}
.BgClassName
{
background-color: #EE10E4;
}
</style>
border-color css
<style>
span { border-color: #EE10E4; }
span { border-color: rgb(238,16,228); }
td.TdClassName
{
border-color: #EE10E4;
}
.TagClassName
{
border-color: #EE10E4;
}
</style>