Shades of Magenta #EE10F1
Tints of Magenta #EE10F1
RGB
CMYK
RGB Variations
Color information
#EE10F1 (or 0xEE10F1) is known color: Magenta. HEX triplet: EE, 10 and F1. RGB value is (238,16,241). Sum of RGB (Red+Green+Blue) = 238+16+241=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE10F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10F1 is #11EF0E. Grayscale: #6B6B6B. Windows color (decimal): -1175311 or 15798510. OLE color: 15798510.
HSL color Cylindrical-coordinate representation of color #EE10F1: hue angle of 299.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10F1 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 16 | 241 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.05 |
| HSL | 299.2º | 0.89% | 0.5% | - |
| HSV(B) | 299.2º | 0.93% | 0.95% | - |
| XYZ | 51.32 | 24.9 | 85.32 | - |
| YUV | 108.03 | 203.05 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 241 | 0.01 | 0.93 | 0 | 0.05 | 299.2 | 0.89 | 0.5 |
| Hex | EE | 10 | F1 | 1 | 5D | 0 | 5 | 12B | 59 | 32 |
| Octal | 356 | 20 | 361 | 1 | 135 | 0 | 5 | 453 | 131 | 62 |
| Binary | 11101110 | 10000 | 11110001 | 1 | 1011101 | 0 | 101 | 100101011 | 1011001 | 110010 |
Color Harmonies of #EE10F1
Complementary color
Monochromatic Colors of #EE10F1
Black with #EE10F1
Text Example
Text Example
White with #EE10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10F1; }
p { color: rgb(238,16,241); }
H1.HeaderClassName
{
color: #EE10F1;
}
.AnyTagClassName
{
color: #EE10F1;
}
</style>
background-color css
<style>
a { background-color: #EE10F1; }
a { background-color: rgb(238,16,241); }
div.DivClassName
{
background-color: #EE10F1;
}
.BgClassName
{
background-color: #EE10F1;
}
</style>
border-color css
<style>
span { border-color: #EE10F1; }
span { border-color: rgb(238,16,241); }
td.TdClassName
{
border-color: #EE10F1;
}
.TagClassName
{
border-color: #EE10F1;
}
</style>