Shades of Magenta #EE0CF6
Tints of Magenta #EE0CF6
RGB
CMYK
RGB Variations
Color information
#EE0CF6 (or 0xEE0CF6) is known color: Magenta. HEX triplet: EE, 0C and F6. RGB value is (238,12,246). Sum of RGB (Red+Green+Blue) = 238+12+246=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE0CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CF6 is #11F309. Grayscale: #696969. Windows color (decimal): -1176330 or 16125166. OLE color: 16125166.
HSL color Cylindrical-coordinate representation of color #EE0CF6: hue angle of 297.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CF6 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 12 | 246 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.04 |
| HSL | 297.95º | 0.93% | 0.51% | - |
| HSV(B) | 297.95º | 0.95% | 0.96% | - |
| XYZ | 52.03 | 25.09 | 89.29 | - |
| YUV | 106.25 | 206.87 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 246 | 0.03 | 0.95 | 0 | 0.04 | 297.95 | 0.93 | 0.51 |
| Hex | EE | C | F6 | 3 | 5F | 0 | 4 | 12A | 5D | 33 |
| Octal | 356 | 14 | 366 | 3 | 137 | 0 | 4 | 452 | 135 | 63 |
| Binary | 11101110 | 1100 | 11110110 | 11 | 1011111 | 0 | 100 | 100101010 | 1011101 | 110011 |
Color Harmonies of #EE0CF6
Complementary color
Monochromatic Colors of #EE0CF6
Black with #EE0CF6
Text Example
Text Example
White with #EE0CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CF6; }
p { color: rgb(238,12,246); }
H1.HeaderClassName
{
color: #EE0CF6;
}
.AnyTagClassName
{
color: #EE0CF6;
}
</style>
background-color css
<style>
a { background-color: #EE0CF6; }
a { background-color: rgb(238,12,246); }
div.DivClassName
{
background-color: #EE0CF6;
}
.BgClassName
{
background-color: #EE0CF6;
}
</style>
border-color css
<style>
span { border-color: #EE0CF6; }
span { border-color: rgb(238,12,246); }
td.TdClassName
{
border-color: #EE0CF6;
}
.TagClassName
{
border-color: #EE0CF6;
}
</style>