Shades of Magenta #EE0CEC
Tints of Magenta #EE0CEC
RGB
CMYK
RGB Variations
Color information
#EE0CEC (or 0xEE0CEC) is known color: Magenta. HEX triplet: EE, 0C and EC. RGB value is (238,12,236). Sum of RGB (Red+Green+Blue) = 238+12+236=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CEC is #11F313. Grayscale: #686868. Windows color (decimal): -1176340 or 15469806. OLE color: 15469806.
HSL color Cylindrical-coordinate representation of color #EE0CEC: hue angle of 300.53º 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 #EE0CEC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.07 |
| HSL | 300.53º | 0.9% | 0.49% | - |
| HSV(B) | 300.53º | 0.95% | 0.93% | - |
| XYZ | 50.53 | 24.5 | 81.42 | - |
| YUV | 105.11 | 201.87 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 236 | 0 | 0.95 | 0.01 | 0.07 | 300.53 | 0.9 | 0.49 |
| Hex | EE | C | EC | 0 | 5F | 1 | 7 | 12D | 5A | 31 |
| Octal | 356 | 14 | 354 | 0 | 137 | 1 | 7 | 455 | 132 | 61 |
| Binary | 11101110 | 1100 | 11101100 | 0 | 1011111 | 1 | 111 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EE0CEC
Complementary color
Monochromatic Colors of #EE0CEC
Black with #EE0CEC
Text Example
Text Example
White with #EE0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CEC; }
p { color: rgb(238,12,236); }
H1.HeaderClassName
{
color: #EE0CEC;
}
.AnyTagClassName
{
color: #EE0CEC;
}
</style>
background-color css
<style>
a { background-color: #EE0CEC; }
a { background-color: rgb(238,12,236); }
div.DivClassName
{
background-color: #EE0CEC;
}
.BgClassName
{
background-color: #EE0CEC;
}
</style>
border-color css
<style>
span { border-color: #EE0CEC; }
span { border-color: rgb(238,12,236); }
td.TdClassName
{
border-color: #EE0CEC;
}
.TagClassName
{
border-color: #EE0CEC;
}
</style>