Shades of Magenta #EE1EF6
Tints of Magenta #EE1EF6
RGB
CMYK
RGB Variations
Color information
#EE1EF6 (or 0xEE1EF6) is known color: Magenta. HEX triplet: EE, 1E and F6. RGB value is (238,30,246). Sum of RGB (Red+Green+Blue) = 238+30+246=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE1EF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EF6 is #11E109. Grayscale: #747474. Windows color (decimal): -1171722 or 16129774. OLE color: 16129774.
HSL color Cylindrical-coordinate representation of color #EE1EF6: hue angle of 297.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EF6 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 30 | 246 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.04 |
| HSL | 297.78º | 0.92% | 0.54% | - |
| HSV(B) | 297.78º | 0.88% | 0.96% | - |
| XYZ | 52.36 | 25.76 | 89.4 | - |
| YUV | 116.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 246 | 0.03 | 0.88 | 0 | 0.04 | 297.78 | 0.92 | 0.54 |
| Hex | EE | 1E | F6 | 3 | 58 | 0 | 4 | 12A | 5C | 36 |
| Octal | 356 | 36 | 366 | 3 | 130 | 0 | 4 | 452 | 134 | 66 |
| Binary | 11101110 | 11110 | 11110110 | 11 | 1011000 | 0 | 100 | 100101010 | 1011100 | 110110 |
Color Harmonies of #EE1EF6
Complementary color
Monochromatic Colors of #EE1EF6
Black with #EE1EF6
Text Example
Text Example
White with #EE1EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EF6; }
p { color: rgb(238,30,246); }
H1.HeaderClassName
{
color: #EE1EF6;
}
.AnyTagClassName
{
color: #EE1EF6;
}
</style>
background-color css
<style>
a { background-color: #EE1EF6; }
a { background-color: rgb(238,30,246); }
div.DivClassName
{
background-color: #EE1EF6;
}
.BgClassName
{
background-color: #EE1EF6;
}
</style>
border-color css
<style>
span { border-color: #EE1EF6; }
span { border-color: rgb(238,30,246); }
td.TdClassName
{
border-color: #EE1EF6;
}
.TagClassName
{
border-color: #EE1EF6;
}
</style>