Shades of Hot Magenta #EE06C8
Tints of Hot Magenta #EE06C8
RGB
CMYK
RGB Variations
Color information
#EE06C8 (or 0xEE06C8) is known color: Hot Magenta. HEX triplet: EE, 06 and C8. RGB value is (238,6,200). Sum of RGB (Red+Green+Blue) = 238+6+200=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE06C8 is #11F937. Grayscale: #606060. Windows color (decimal): -1177912 or 13108974. OLE color: 13108974.
HSL color Cylindrical-coordinate representation of color #EE06C8: hue angle of 309.83º 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 #EE06C8 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 200 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.07 |
| HSL | 309.83º | 0.95% | 0.48% | - |
| HSV(B) | 309.83º | 0.97% | 0.93% | - |
| XYZ | 45.75 | 22.48 | 56.57 | - |
| YUV | 97.48 | 185.86 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 200 | 0 | 0.97 | 0.16 | 0.07 | 309.83 | 0.95 | 0.48 |
| Hex | EE | 6 | C8 | 0 | 61 | 10 | 7 | 136 | 5F | 30 |
| Octal | 356 | 6 | 310 | 0 | 141 | 20 | 7 | 466 | 137 | 60 |
| Binary | 11101110 | 110 | 11001000 | 0 | 1100001 | 10000 | 111 | 100110110 | 1011111 | 110000 |
Color Harmonies of #EE06C8
Complementary color
Monochromatic Colors of #EE06C8
Black with #EE06C8
Text Example
Text Example
White with #EE06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE06C8; }
p { color: rgb(238,6,200); }
H1.HeaderClassName
{
color: #EE06C8;
}
.AnyTagClassName
{
color: #EE06C8;
}
</style>
background-color css
<style>
a { background-color: #EE06C8; }
a { background-color: rgb(238,6,200); }
div.DivClassName
{
background-color: #EE06C8;
}
.BgClassName
{
background-color: #EE06C8;
}
</style>
border-color css
<style>
span { border-color: #EE06C8; }
span { border-color: rgb(238,6,200); }
td.TdClassName
{
border-color: #EE06C8;
}
.TagClassName
{
border-color: #EE06C8;
}
</style>