Shades of Magenta #EE06E8
Tints of Magenta #EE06E8
RGB
CMYK
RGB Variations
Color information
#EE06E8 (or 0xEE06E8) is known color: Magenta. HEX triplet: EE, 06 and E8. RGB value is (238,6,232). Sum of RGB (Red+Green+Blue) = 238+6+232=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06E8 is #11F917. Grayscale: #646464. Windows color (decimal): -1177880 or 15206126. OLE color: 15206126.
HSL color Cylindrical-coordinate representation of color #EE06E8: hue angle of 301.55º degrees, saturation: 0.95, 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 #EE06E8 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 232 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.07 |
| HSL | 301.55º | 0.95% | 0.48% | - |
| HSV(B) | 301.55º | 0.97% | 0.93% | - |
| XYZ | 49.89 | 24.13 | 78.37 | - |
| YUV | 101.13 | 201.86 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 232 | 0 | 0.97 | 0.03 | 0.07 | 301.55 | 0.95 | 0.48 |
| Hex | EE | 6 | E8 | 0 | 61 | 3 | 7 | 12E | 5F | 30 |
| Octal | 356 | 6 | 350 | 0 | 141 | 3 | 7 | 456 | 137 | 60 |
| Binary | 11101110 | 110 | 11101000 | 0 | 1100001 | 11 | 111 | 100101110 | 1011111 | 110000 |
Color Harmonies of #EE06E8
Complementary color
Monochromatic Colors of #EE06E8
Black with #EE06E8
Text Example
Text Example
White with #EE06E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE06E8; }
p { color: rgb(238,6,232); }
H1.HeaderClassName
{
color: #EE06E8;
}
.AnyTagClassName
{
color: #EE06E8;
}
</style>
background-color css
<style>
a { background-color: #EE06E8; }
a { background-color: rgb(238,6,232); }
div.DivClassName
{
background-color: #EE06E8;
}
.BgClassName
{
background-color: #EE06E8;
}
</style>
border-color css
<style>
span { border-color: #EE06E8; }
span { border-color: rgb(238,6,232); }
td.TdClassName
{
border-color: #EE06E8;
}
.TagClassName
{
border-color: #EE06E8;
}
</style>