Shades of Hot Magenta #EE00E3
Tints of Hot Magenta #EE00E3
RGB
CMYK
RGB Variations
Color information
#EE00E3 (or 0xEE00E3) is known color: Hot Magenta. HEX triplet: EE, 00 and E3. RGB value is (238,0,227). Sum of RGB (Red+Green+Blue) = 238+0+227=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00E3 is #11FF1C. Grayscale: #606060. Windows color (decimal): -1179421 or 14876910. OLE color: 14876910.
HSL color Cylindrical-coordinate representation of color #EE00E3: hue angle of 302.77º 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 #EE00E3 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 227 | - |
| CMYK | 0 | 1 | 0.05 | 0.07 |
| HSL | 302.77º | 1% | 0.47% | - |
| HSV(B) | 302.77º | 1% | 0.93% | - |
| XYZ | 49.13 | 23.72 | 74.66 | - |
| YUV | 97.04 | 201.35 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 227 | 0 | 1 | 0.05 | 0.07 | 302.77 | 1 | 0.47 |
| Hex | EE | 0 | E3 | 0 | 64 | 5 | 7 | 12F | 64 | 2F |
| Octal | 356 | 0 | 343 | 0 | 144 | 5 | 7 | 457 | 144 | 57 |
| Binary | 11101110 | 0 | 11100011 | 0 | 1100100 | 101 | 111 | 100101111 | 1100100 | 101111 |
Color Harmonies of #EE00E3
Complementary color
Monochromatic Colors of #EE00E3
Black with #EE00E3
Text Example
Text Example
White with #EE00E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00E3; }
p { color: rgb(238,0,227); }
H1.HeaderClassName
{
color: #EE00E3;
}
.AnyTagClassName
{
color: #EE00E3;
}
</style>
background-color css
<style>
a { background-color: #EE00E3; }
a { background-color: rgb(238,0,227); }
div.DivClassName
{
background-color: #EE00E3;
}
.BgClassName
{
background-color: #EE00E3;
}
</style>
border-color css
<style>
span { border-color: #EE00E3; }
span { border-color: rgb(238,0,227); }
td.TdClassName
{
border-color: #EE00E3;
}
.TagClassName
{
border-color: #EE00E3;
}
</style>