Shades of Magenta #EE0CF0
Tints of Magenta #EE0CF0
RGB
CMYK
RGB Variations
Color information
#EE0CF0 (or 0xEE0CF0) is known color: Magenta. HEX triplet: EE, 0C and F0. RGB value is (238,12,240). Sum of RGB (Red+Green+Blue) = 238+12+240=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE0CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CF0 is #11F30F. Grayscale: #686868. Windows color (decimal): -1176336 or 15731950. OLE color: 15731950.
HSL color Cylindrical-coordinate representation of color #EE0CF0: hue angle of 299.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CF0 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 12 | 240 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.06 |
| HSL | 299.47º | 0.9% | 0.49% | - |
| HSV(B) | 299.47º | 0.95% | 0.94% | - |
| XYZ | 51.12 | 24.73 | 84.52 | - |
| YUV | 105.57 | 203.87 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 240 | 0.01 | 0.95 | 0 | 0.06 | 299.47 | 0.9 | 0.49 |
| Hex | EE | C | F0 | 1 | 5F | 0 | 6 | 12B | 5A | 31 |
| Octal | 356 | 14 | 360 | 1 | 137 | 0 | 6 | 453 | 132 | 61 |
| Binary | 11101110 | 1100 | 11110000 | 1 | 1011111 | 0 | 110 | 100101011 | 1011010 | 110001 |
Color Harmonies of #EE0CF0
Complementary color
Monochromatic Colors of #EE0CF0
Black with #EE0CF0
Text Example
Text Example
White with #EE0CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CF0; }
p { color: rgb(238,12,240); }
H1.HeaderClassName
{
color: #EE0CF0;
}
.AnyTagClassName
{
color: #EE0CF0;
}
</style>
background-color css
<style>
a { background-color: #EE0CF0; }
a { background-color: rgb(238,12,240); }
div.DivClassName
{
background-color: #EE0CF0;
}
.BgClassName
{
background-color: #EE0CF0;
}
</style>
border-color css
<style>
span { border-color: #EE0CF0; }
span { border-color: rgb(238,12,240); }
td.TdClassName
{
border-color: #EE0CF0;
}
.TagClassName
{
border-color: #EE0CF0;
}
</style>