Shades of Magenta #EE00FE
Tints of Magenta #EE00FE
RGB
CMYK
RGB Variations
Color information
#EE00FE (or 0xEE00FE) is known color: Magenta. HEX triplet: EE, 00 and FE. RGB value is (238,0,254). Sum of RGB (Red+Green+Blue) = 238+0+254=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00FE is #11FF01. Grayscale: #636363. Windows color (decimal): -1179394 or 16646382. OLE color: 16646382.
HSL color Cylindrical-coordinate representation of color #EE00FE: hue angle of 296.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00FE is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 0 | 254 | - |
| CMYK | 0.06 | 1 | 0 | 0.00 |
| HSL | 296.22º | 1% | 0.5% | - |
| HSV(B) | 296.22º | 1% | 1% | - |
| XYZ | 53.15 | 25.33 | 95.85 | - |
| YUV | 100.12 | 214.85 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 254 | 0.06 | 1 | 0 | 0.00 | 296.22 | 1 | 0.5 |
| Hex | EE | 0 | FE | 6 | 64 | 0 | 0 | 128 | 64 | 32 |
| Octal | 356 | 0 | 376 | 6 | 144 | 0 | 0 | 450 | 144 | 62 |
| Binary | 11101110 | 0 | 11111110 | 110 | 1100100 | 0 | 0 | 100101000 | 1100100 | 110010 |
Color Harmonies of #EE00FE
Complementary color
Monochromatic Colors of #EE00FE
Black with #EE00FE
Text Example
Text Example
White with #EE00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00FE; }
p { color: rgb(238,0,254); }
H1.HeaderClassName
{
color: #EE00FE;
}
.AnyTagClassName
{
color: #EE00FE;
}
</style>
background-color css
<style>
a { background-color: #EE00FE; }
a { background-color: rgb(238,0,254); }
div.DivClassName
{
background-color: #EE00FE;
}
.BgClassName
{
background-color: #EE00FE;
}
</style>
border-color css
<style>
span { border-color: #EE00FE; }
span { border-color: rgb(238,0,254); }
td.TdClassName
{
border-color: #EE00FE;
}
.TagClassName
{
border-color: #EE00FE;
}
</style>