Shades of Hot Magenta #EE0CE2
Tints of Hot Magenta #EE0CE2
RGB
CMYK
RGB Variations
Color information
#EE0CE2 (or 0xEE0CE2) is known color: Hot Magenta. HEX triplet: EE, 0C and E2. RGB value is (238,12,226). Sum of RGB (Red+Green+Blue) = 238+12+226=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CE2 is #11F31D. Grayscale: #676767. Windows color (decimal): -1176350 or 14814446. OLE color: 14814446.
HSL color Cylindrical-coordinate representation of color #EE0CE2: hue angle of 303.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CE2 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 226 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.07 |
| HSL | 303.19º | 0.9% | 0.49% | - |
| HSV(B) | 303.19º | 0.95% | 0.93% | - |
| XYZ | 49.12 | 23.93 | 73.98 | - |
| YUV | 103.97 | 196.87 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 226 | 0 | 0.95 | 0.05 | 0.07 | 303.19 | 0.9 | 0.49 |
| Hex | EE | C | E2 | 0 | 5F | 5 | 7 | 12F | 5A | 31 |
| Octal | 356 | 14 | 342 | 0 | 137 | 5 | 7 | 457 | 132 | 61 |
| Binary | 11101110 | 1100 | 11100010 | 0 | 1011111 | 101 | 111 | 100101111 | 1011010 | 110001 |
Color Harmonies of #EE0CE2
Complementary color
Monochromatic Colors of #EE0CE2
Black with #EE0CE2
Text Example
Text Example
White with #EE0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CE2; }
p { color: rgb(238,12,226); }
H1.HeaderClassName
{
color: #EE0CE2;
}
.AnyTagClassName
{
color: #EE0CE2;
}
</style>
background-color css
<style>
a { background-color: #EE0CE2; }
a { background-color: rgb(238,12,226); }
div.DivClassName
{
background-color: #EE0CE2;
}
.BgClassName
{
background-color: #EE0CE2;
}
</style>
border-color css
<style>
span { border-color: #EE0CE2; }
span { border-color: rgb(238,12,226); }
td.TdClassName
{
border-color: #EE0CE2;
}
.TagClassName
{
border-color: #EE0CE2;
}
</style>