Shades of Hot Magenta #EE00E2
Tints of Hot Magenta #EE00E2
RGB
CMYK
RGB Variations
Color information
#EE00E2 (or 0xEE00E2) is known color: Hot Magenta. HEX triplet: EE, 00 and E2. RGB value is (238,0,226). Sum of RGB (Red+Green+Blue) = 238+0+226=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00E2 is #11FF1D. Grayscale: #606060. Windows color (decimal): -1179422 or 14811374. OLE color: 14811374.
HSL color Cylindrical-coordinate representation of color #EE00E2: hue angle of 303.03º 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 #EE00E2 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 226 | - |
| CMYK | 0 | 1 | 0.05 | 0.07 |
| HSL | 303.03º | 1% | 0.47% | - |
| HSV(B) | 303.03º | 1% | 0.93% | - |
| XYZ | 48.99 | 23.67 | 73.94 | - |
| YUV | 96.93 | 200.85 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 226 | 0 | 1 | 0.05 | 0.07 | 303.03 | 1 | 0.47 |
| Hex | EE | 0 | E2 | 0 | 64 | 5 | 7 | 12F | 64 | 2F |
| Octal | 356 | 0 | 342 | 0 | 144 | 5 | 7 | 457 | 144 | 57 |
| Binary | 11101110 | 0 | 11100010 | 0 | 1100100 | 101 | 111 | 100101111 | 1100100 | 101111 |
Color Harmonies of #EE00E2
Complementary color
Monochromatic Colors of #EE00E2
Black with #EE00E2
Text Example
Text Example
White with #EE00E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00E2; }
p { color: rgb(238,0,226); }
H1.HeaderClassName
{
color: #EE00E2;
}
.AnyTagClassName
{
color: #EE00E2;
}
</style>
background-color css
<style>
a { background-color: #EE00E2; }
a { background-color: rgb(238,0,226); }
div.DivClassName
{
background-color: #EE00E2;
}
.BgClassName
{
background-color: #EE00E2;
}
</style>
border-color css
<style>
span { border-color: #EE00E2; }
span { border-color: rgb(238,0,226); }
td.TdClassName
{
border-color: #EE00E2;
}
.TagClassName
{
border-color: #EE00E2;
}
</style>