Shades of Hot Magenta #EE12E3
Tints of Hot Magenta #EE12E3
RGB
CMYK
RGB Variations
Color information
#EE12E3 (or 0xEE12E3) is known color: Hot Magenta. HEX triplet: EE, 12 and E3. RGB value is (238,18,227). Sum of RGB (Red+Green+Blue) = 238+18+227=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12E3 is #11ED1C. Grayscale: #6A6A6A. Windows color (decimal): -1174813 or 14881518. OLE color: 14881518.
HSL color Cylindrical-coordinate representation of color #EE12E3: hue angle of 303º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12E3 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 227 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.07 |
| HSL | 303º | 0.87% | 0.5% | - |
| HSV(B) | 303º | 0.92% | 0.93% | - |
| XYZ | 49.34 | 24.16 | 74.74 | - |
| YUV | 107.61 | 195.39 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 227 | 0 | 0.92 | 0.05 | 0.07 | 303 | 0.87 | 0.5 |
| Hex | EE | 12 | E3 | 0 | 5C | 5 | 7 | 12F | 57 | 32 |
| Octal | 356 | 22 | 343 | 0 | 134 | 5 | 7 | 457 | 127 | 62 |
| Binary | 11101110 | 10010 | 11100011 | 0 | 1011100 | 101 | 111 | 100101111 | 1010111 | 110010 |
Color Harmonies of #EE12E3
Complementary color
Monochromatic Colors of #EE12E3
Black with #EE12E3
Text Example
Text Example
White with #EE12E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12E3; }
p { color: rgb(238,18,227); }
H1.HeaderClassName
{
color: #EE12E3;
}
.AnyTagClassName
{
color: #EE12E3;
}
</style>
background-color css
<style>
a { background-color: #EE12E3; }
a { background-color: rgb(238,18,227); }
div.DivClassName
{
background-color: #EE12E3;
}
.BgClassName
{
background-color: #EE12E3;
}
</style>
border-color css
<style>
span { border-color: #EE12E3; }
span { border-color: rgb(238,18,227); }
td.TdClassName
{
border-color: #EE12E3;
}
.TagClassName
{
border-color: #EE12E3;
}
</style>