Shades of Magenta #EE08E8
Tints of Magenta #EE08E8
RGB
CMYK
RGB Variations
Color information
#EE08E8 (or 0xEE08E8) is known color: Magenta. HEX triplet: EE, 08 and E8. RGB value is (238,8,232). Sum of RGB (Red+Green+Blue) = 238+8+232=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE08E8 is #11F717. Grayscale: #656565. Windows color (decimal): -1177368 or 15206638. OLE color: 15206638.
HSL color Cylindrical-coordinate representation of color #EE08E8: hue angle of 301.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE08E8 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 232 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.07 |
| HSL | 301.57º | 0.93% | 0.48% | - |
| HSV(B) | 301.57º | 0.97% | 0.93% | - |
| XYZ | 49.91 | 24.18 | 78.38 | - |
| YUV | 102.31 | 201.2 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 232 | 0 | 0.97 | 0.03 | 0.07 | 301.57 | 0.93 | 0.48 |
| Hex | EE | 8 | E8 | 0 | 61 | 3 | 7 | 12E | 5D | 30 |
| Octal | 356 | 10 | 350 | 0 | 141 | 3 | 7 | 456 | 135 | 60 |
| Binary | 11101110 | 1000 | 11101000 | 0 | 1100001 | 11 | 111 | 100101110 | 1011101 | 110000 |
Color Harmonies of #EE08E8
Complementary color
Monochromatic Colors of #EE08E8
Black with #EE08E8
Text Example
Text Example
White with #EE08E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08E8; }
p { color: rgb(238,8,232); }
H1.HeaderClassName
{
color: #EE08E8;
}
.AnyTagClassName
{
color: #EE08E8;
}
</style>
background-color css
<style>
a { background-color: #EE08E8; }
a { background-color: rgb(238,8,232); }
div.DivClassName
{
background-color: #EE08E8;
}
.BgClassName
{
background-color: #EE08E8;
}
</style>
border-color css
<style>
span { border-color: #EE08E8; }
span { border-color: rgb(238,8,232); }
td.TdClassName
{
border-color: #EE08E8;
}
.TagClassName
{
border-color: #EE08E8;
}
</style>