Shades of Magenta #EE0CE8
Tints of Magenta #EE0CE8
RGB
CMYK
RGB Variations
Color information
#EE0CE8 (or 0xEE0CE8) is known color: Magenta. HEX triplet: EE, 0C and E8. RGB value is (238,12,232). Sum of RGB (Red+Green+Blue) = 238+12+232=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CE8 is #11F317. Grayscale: #676767. Windows color (decimal): -1176344 or 15207662. OLE color: 15207662.
HSL color Cylindrical-coordinate representation of color #EE0CE8: hue angle of 301.59º 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 #EE0CE8 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 232 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.07 |
| HSL | 301.59º | 0.9% | 0.49% | - |
| HSV(B) | 301.59º | 0.95% | 0.93% | - |
| XYZ | 49.96 | 24.27 | 78.39 | - |
| YUV | 104.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 232 | 0 | 0.95 | 0.03 | 0.07 | 301.59 | 0.9 | 0.49 |
| Hex | EE | C | E8 | 0 | 5F | 3 | 7 | 12E | 5A | 31 |
| Octal | 356 | 14 | 350 | 0 | 137 | 3 | 7 | 456 | 132 | 61 |
| Binary | 11101110 | 1100 | 11101000 | 0 | 1011111 | 11 | 111 | 100101110 | 1011010 | 110001 |
Color Harmonies of #EE0CE8
Complementary color
Monochromatic Colors of #EE0CE8
Black with #EE0CE8
Text Example
Text Example
White with #EE0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CE8; }
p { color: rgb(238,12,232); }
H1.HeaderClassName
{
color: #EE0CE8;
}
.AnyTagClassName
{
color: #EE0CE8;
}
</style>
background-color css
<style>
a { background-color: #EE0CE8; }
a { background-color: rgb(238,12,232); }
div.DivClassName
{
background-color: #EE0CE8;
}
.BgClassName
{
background-color: #EE0CE8;
}
</style>
border-color css
<style>
span { border-color: #EE0CE8; }
span { border-color: rgb(238,12,232); }
td.TdClassName
{
border-color: #EE0CE8;
}
.TagClassName
{
border-color: #EE0CE8;
}
</style>