Shades of Magenta #EE10EA
Tints of Magenta #EE10EA
RGB
CMYK
RGB Variations
Color information
#EE10EA (or 0xEE10EA) is known color: Magenta. HEX triplet: EE, 10 and EA. RGB value is (238,16,234). Sum of RGB (Red+Green+Blue) = 238+16+234=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10EA is #11EF15. Grayscale: #6A6A6A. Windows color (decimal): -1175318 or 15339758. OLE color: 15339758.
HSL color Cylindrical-coordinate representation of color #EE10EA: hue angle of 301.08º 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 #EE10EA is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 234 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.07 |
| HSL | 301.08º | 0.87% | 0.5% | - |
| HSV(B) | 301.08º | 0.93% | 0.93% | - |
| XYZ | 50.3 | 24.49 | 79.92 | - |
| YUV | 107.23 | 199.55 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 234 | 0 | 0.93 | 0.02 | 0.07 | 301.08 | 0.87 | 0.5 |
| Hex | EE | 10 | EA | 0 | 5D | 2 | 7 | 12D | 57 | 32 |
| Octal | 356 | 20 | 352 | 0 | 135 | 2 | 7 | 455 | 127 | 62 |
| Binary | 11101110 | 10000 | 11101010 | 0 | 1011101 | 10 | 111 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EE10EA
Complementary color
Monochromatic Colors of #EE10EA
Black with #EE10EA
Text Example
Text Example
White with #EE10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10EA; }
p { color: rgb(238,16,234); }
H1.HeaderClassName
{
color: #EE10EA;
}
.AnyTagClassName
{
color: #EE10EA;
}
</style>
background-color css
<style>
a { background-color: #EE10EA; }
a { background-color: rgb(238,16,234); }
div.DivClassName
{
background-color: #EE10EA;
}
.BgClassName
{
background-color: #EE10EA;
}
</style>
border-color css
<style>
span { border-color: #EE10EA; }
span { border-color: rgb(238,16,234); }
td.TdClassName
{
border-color: #EE10EA;
}
.TagClassName
{
border-color: #EE10EA;
}
</style>