Shades of Hot Magenta #EE0FE2
Tints of Hot Magenta #EE0FE2
RGB
CMYK
RGB Variations
Color information
#EE0FE2 (or 0xEE0FE2) is known color: Hot Magenta. HEX triplet: EE, 0F and E2. RGB value is (238,15,226). Sum of RGB (Red+Green+Blue) = 238+15+226=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FE2 is #11F01D. Grayscale: #696969. Windows color (decimal): -1175582 or 14815214. OLE color: 14815214.
HSL color Cylindrical-coordinate representation of color #EE0FE2: hue angle of 303.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FE2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 226 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.07 |
| HSL | 303.23º | 0.88% | 0.5% | - |
| HSV(B) | 303.23º | 0.94% | 0.93% | - |
| XYZ | 49.16 | 24.01 | 73.99 | - |
| YUV | 105.73 | 195.88 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 226 | 0 | 0.94 | 0.05 | 0.07 | 303.23 | 0.88 | 0.5 |
| Hex | EE | F | E2 | 0 | 5E | 5 | 7 | 12F | 58 | 32 |
| Octal | 356 | 17 | 342 | 0 | 136 | 5 | 7 | 457 | 130 | 62 |
| Binary | 11101110 | 1111 | 11100010 | 0 | 1011110 | 101 | 111 | 100101111 | 1011000 | 110010 |
Color Harmonies of #EE0FE2
Complementary color
Monochromatic Colors of #EE0FE2
Black with #EE0FE2
Text Example
Text Example
White with #EE0FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FE2; }
p { color: rgb(238,15,226); }
H1.HeaderClassName
{
color: #EE0FE2;
}
.AnyTagClassName
{
color: #EE0FE2;
}
</style>
background-color css
<style>
a { background-color: #EE0FE2; }
a { background-color: rgb(238,15,226); }
div.DivClassName
{
background-color: #EE0FE2;
}
.BgClassName
{
background-color: #EE0FE2;
}
</style>
border-color css
<style>
span { border-color: #EE0FE2; }
span { border-color: rgb(238,15,226); }
td.TdClassName
{
border-color: #EE0FE2;
}
.TagClassName
{
border-color: #EE0FE2;
}
</style>