Shades of Magenta #EE0EFE
Tints of Magenta #EE0EFE
RGB
CMYK
RGB Variations
Color information
#EE0EFE (or 0xEE0EFE) is known color: Magenta. HEX triplet: EE, 0E and FE. RGB value is (238,14,254). Sum of RGB (Red+Green+Blue) = 238+14+254=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE0EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFE is #11F101. Grayscale: #6B6B6B. Windows color (decimal): -1175810 or 16649966. OLE color: 16649966.
HSL color Cylindrical-coordinate representation of color #EE0EFE: hue angle of 296º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EFE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 14 | 254 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.00 |
| HSL | 296º | 0.99% | 0.53% | - |
| HSV(B) | 296º | 0.94% | 1% | - |
| XYZ | 53.31 | 25.65 | 95.91 | - |
| YUV | 108.34 | 210.21 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 254 | 0.06 | 0.94 | 0 | 0.00 | 296 | 0.99 | 0.53 |
| Hex | EE | E | FE | 6 | 5E | 0 | 0 | 128 | 63 | 35 |
| Octal | 356 | 16 | 376 | 6 | 136 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101110 | 1110 | 11111110 | 110 | 1011110 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #EE0EFE
Complementary color
Monochromatic Colors of #EE0EFE
Black with #EE0EFE
Text Example
Text Example
White with #EE0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EFE; }
p { color: rgb(238,14,254); }
H1.HeaderClassName
{
color: #EE0EFE;
}
.AnyTagClassName
{
color: #EE0EFE;
}
</style>
background-color css
<style>
a { background-color: #EE0EFE; }
a { background-color: rgb(238,14,254); }
div.DivClassName
{
background-color: #EE0EFE;
}
.BgClassName
{
background-color: #EE0EFE;
}
</style>
border-color css
<style>
span { border-color: #EE0EFE; }
span { border-color: rgb(238,14,254); }
td.TdClassName
{
border-color: #EE0EFE;
}
.TagClassName
{
border-color: #EE0EFE;
}
</style>