Shades of Magenta #EE08FE
Tints of Magenta #EE08FE
RGB
CMYK
RGB Variations
Color information
#EE08FE (or 0xEE08FE) is known color: Magenta. HEX triplet: EE, 08 and FE. RGB value is (238,8,254). Sum of RGB (Red+Green+Blue) = 238+8+254=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 8 (3.52% from 255 or 1.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE08FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE08FE is #11F701. Grayscale: #686868. Windows color (decimal): -1177346 or 16648430. OLE color: 16648430.
HSL color Cylindrical-coordinate representation of color #EE08FE: hue angle of 296.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE08FE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 8 | 254 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.00 |
| HSL | 296.1º | 0.99% | 0.51% | - |
| HSV(B) | 296.1º | 0.97% | 1% | - |
| XYZ | 53.24 | 25.51 | 95.88 | - |
| YUV | 104.81 | 212.2 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 254 | 0.06 | 0.97 | 0 | 0.00 | 296.1 | 0.99 | 0.51 |
| Hex | EE | 8 | FE | 6 | 61 | 0 | 0 | 128 | 63 | 33 |
| Octal | 356 | 10 | 376 | 6 | 141 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101110 | 1000 | 11111110 | 110 | 1100001 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EE08FE
Complementary color
Monochromatic Colors of #EE08FE
Black with #EE08FE
Text Example
Text Example
White with #EE08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08FE; }
p { color: rgb(238,8,254); }
H1.HeaderClassName
{
color: #EE08FE;
}
.AnyTagClassName
{
color: #EE08FE;
}
</style>
background-color css
<style>
a { background-color: #EE08FE; }
a { background-color: rgb(238,8,254); }
div.DivClassName
{
background-color: #EE08FE;
}
.BgClassName
{
background-color: #EE08FE;
}
</style>
border-color css
<style>
span { border-color: #EE08FE; }
span { border-color: rgb(238,8,254); }
td.TdClassName
{
border-color: #EE08FE;
}
.TagClassName
{
border-color: #EE08FE;
}
</style>