Shades of Magenta #EE06FE
Tints of Magenta #EE06FE
RGB
CMYK
RGB Variations
Color information
#EE06FE (or 0xEE06FE) is known color: Magenta. HEX triplet: EE, 06 and FE. RGB value is (238,6,254). Sum of RGB (Red+Green+Blue) = 238+6+254=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06FE is #11F901. Grayscale: #666666. Windows color (decimal): -1177858 or 16647918. OLE color: 16647918.
HSL color Cylindrical-coordinate representation of color #EE06FE: hue angle of 296.13º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE06FE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 6 | 254 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.00 |
| HSL | 296.13º | 0.99% | 0.51% | - |
| HSV(B) | 296.13º | 0.98% | 1% | - |
| XYZ | 53.21 | 25.46 | 95.88 | - |
| YUV | 103.64 | 212.86 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 254 | 0.06 | 0.98 | 0 | 0.00 | 296.13 | 0.99 | 0.51 |
| Hex | EE | 6 | FE | 6 | 62 | 0 | 0 | 128 | 63 | 33 |
| Octal | 356 | 6 | 376 | 6 | 142 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101110 | 110 | 11111110 | 110 | 1100010 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EE06FE
Complementary color
Monochromatic Colors of #EE06FE
Black with #EE06FE
Text Example
Text Example
White with #EE06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE06FE; }
p { color: rgb(238,6,254); }
H1.HeaderClassName
{
color: #EE06FE;
}
.AnyTagClassName
{
color: #EE06FE;
}
</style>
background-color css
<style>
a { background-color: #EE06FE; }
a { background-color: rgb(238,6,254); }
div.DivClassName
{
background-color: #EE06FE;
}
.BgClassName
{
background-color: #EE06FE;
}
</style>
border-color css
<style>
span { border-color: #EE06FE; }
span { border-color: rgb(238,6,254); }
td.TdClassName
{
border-color: #EE06FE;
}
.TagClassName
{
border-color: #EE06FE;
}
</style>