Shades of Hot Magenta #EE01C2
Tints of Hot Magenta #EE01C2
RGB
CMYK
RGB Variations
Color information
#EE01C2 (or 0xEE01C2) is known color: Hot Magenta. HEX triplet: EE, 01 and C2. RGB value is (238,1,194). Sum of RGB (Red+Green+Blue) = 238+1+194=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01C2 is #11FE3D. Grayscale: #5D5D5D. Windows color (decimal): -1179198 or 12714478. OLE color: 12714478.
HSL color Cylindrical-coordinate representation of color #EE01C2: hue angle of 311.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01C2 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.07 |
| HSL | 311.14º | 0.99% | 0.47% | - |
| HSV(B) | 311.14º | 1% | 0.93% | - |
| XYZ | 45.01 | 22.09 | 52.93 | - |
| YUV | 93.87 | 184.52 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 194 | 0 | 1.00 | 0.18 | 0.07 | 311.14 | 0.99 | 0.47 |
| Hex | EE | 1 | C2 | 0 | 64 | 12 | 7 | 137 | 63 | 2F |
| Octal | 356 | 1 | 302 | 0 | 144 | 22 | 7 | 467 | 143 | 57 |
| Binary | 11101110 | 1 | 11000010 | 0 | 1100100 | 10010 | 111 | 100110111 | 1100011 | 101111 |
Color Harmonies of #EE01C2
Complementary color
Monochromatic Colors of #EE01C2
Black with #EE01C2
Text Example
Text Example
White with #EE01C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01C2; }
p { color: rgb(238,1,194); }
H1.HeaderClassName
{
color: #EE01C2;
}
.AnyTagClassName
{
color: #EE01C2;
}
</style>
background-color css
<style>
a { background-color: #EE01C2; }
a { background-color: rgb(238,1,194); }
div.DivClassName
{
background-color: #EE01C2;
}
.BgClassName
{
background-color: #EE01C2;
}
</style>
border-color css
<style>
span { border-color: #EE01C2; }
span { border-color: rgb(238,1,194); }
td.TdClassName
{
border-color: #EE01C2;
}
.TagClassName
{
border-color: #EE01C2;
}
</style>