Shades of Hot Magenta #EE0FE0
Tints of Hot Magenta #EE0FE0
RGB
CMYK
RGB Variations
Color information
#EE0FE0 (or 0xEE0FE0) is known color: Hot Magenta. HEX triplet: EE, 0F and E0. RGB value is (238,15,224). Sum of RGB (Red+Green+Blue) = 238+15+224=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FE0 is #11F01F. Grayscale: #686868. Windows color (decimal): -1175584 or 14684142. OLE color: 14684142.
HSL color Cylindrical-coordinate representation of color #EE0FE0: hue angle of 303.77º 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 #EE0FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.07 |
| HSL | 303.77º | 0.88% | 0.5% | - |
| HSV(B) | 303.77º | 0.94% | 0.93% | - |
| XYZ | 48.89 | 23.9 | 72.56 | - |
| YUV | 105.5 | 194.88 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 224 | 0 | 0.94 | 0.06 | 0.07 | 303.77 | 0.88 | 0.5 |
| Hex | EE | F | E0 | 0 | 5E | 6 | 7 | 130 | 58 | 32 |
| Octal | 356 | 17 | 340 | 0 | 136 | 6 | 7 | 460 | 130 | 62 |
| Binary | 11101110 | 1111 | 11100000 | 0 | 1011110 | 110 | 111 | 100110000 | 1011000 | 110010 |
Color Harmonies of #EE0FE0
Complementary color
Monochromatic Colors of #EE0FE0
Black with #EE0FE0
Text Example
Text Example
White with #EE0FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FE0; }
p { color: rgb(238,15,224); }
H1.HeaderClassName
{
color: #EE0FE0;
}
.AnyTagClassName
{
color: #EE0FE0;
}
</style>
background-color css
<style>
a { background-color: #EE0FE0; }
a { background-color: rgb(238,15,224); }
div.DivClassName
{
background-color: #EE0FE0;
}
.BgClassName
{
background-color: #EE0FE0;
}
</style>
border-color css
<style>
span { border-color: #EE0FE0; }
span { border-color: rgb(238,15,224); }
td.TdClassName
{
border-color: #EE0FE0;
}
.TagClassName
{
border-color: #EE0FE0;
}
</style>