Shades of Hot Magenta #EE00C6
Tints of Hot Magenta #EE00C6
RGB
CMYK
RGB Variations
Color information
#EE00C6 (or 0xEE00C6) is known color: Hot Magenta. HEX triplet: EE, 00 and C6. RGB value is (238,0,198). Sum of RGB (Red+Green+Blue) = 238+0+198=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00C6 is #11FF39. Grayscale: #5D5D5D. Windows color (decimal): -1179450 or 12976366. OLE color: 12976366.
HSL color Cylindrical-coordinate representation of color #EE00C6: hue angle of 310.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00C6 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 198 | - |
| CMYK | 0 | 1 | 0.17 | 0.07 |
| HSL | 310.08º | 1% | 0.47% | - |
| HSV(B) | 310.08º | 1% | 0.93% | - |
| XYZ | 45.45 | 22.25 | 55.33 | - |
| YUV | 93.73 | 186.85 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 198 | 0 | 1 | 0.17 | 0.07 | 310.08 | 1 | 0.47 |
| Hex | EE | 0 | C6 | 0 | 64 | 11 | 7 | 136 | 64 | 2F |
| Octal | 356 | 0 | 306 | 0 | 144 | 21 | 7 | 466 | 144 | 57 |
| Binary | 11101110 | 0 | 11000110 | 0 | 1100100 | 10001 | 111 | 100110110 | 1100100 | 101111 |
Color Harmonies of #EE00C6
Complementary color
Monochromatic Colors of #EE00C6
Black with #EE00C6
Text Example
Text Example
White with #EE00C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00C6; }
p { color: rgb(238,0,198); }
H1.HeaderClassName
{
color: #EE00C6;
}
.AnyTagClassName
{
color: #EE00C6;
}
</style>
background-color css
<style>
a { background-color: #EE00C6; }
a { background-color: rgb(238,0,198); }
div.DivClassName
{
background-color: #EE00C6;
}
.BgClassName
{
background-color: #EE00C6;
}
</style>
border-color css
<style>
span { border-color: #EE00C6; }
span { border-color: rgb(238,0,198); }
td.TdClassName
{
border-color: #EE00C6;
}
.TagClassName
{
border-color: #EE00C6;
}
</style>