Shades of Magenta #EE0DEC
Tints of Magenta #EE0DEC
RGB
CMYK
RGB Variations
Color information
#EE0DEC (or 0xEE0DEC) is known color: Magenta. HEX triplet: EE, 0D and EC. RGB value is (238,13,236). Sum of RGB (Red+Green+Blue) = 238+13+236=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 13 (5.47% from 255 or 2.67% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DEC is #11F213. Grayscale: #696969. Windows color (decimal): -1176084 or 15470062. OLE color: 15470062.
HSL color Cylindrical-coordinate representation of color #EE0DEC: 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 #EE0DEC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 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.54 | 24.52 | 81.43 | - |
| YUV | 105.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 236 | 0 | 0.95 | 0.01 | 0.07 | 300.53 | 0.9 | 0.49 |
| Hex | EE | D | EC | 0 | 5F | 1 | 7 | 12D | 5A | 31 |
| Octal | 356 | 15 | 354 | 0 | 137 | 1 | 7 | 455 | 132 | 61 |
| Binary | 11101110 | 1101 | 11101100 | 0 | 1011111 | 1 | 111 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EE0DEC
Complementary color
Monochromatic Colors of #EE0DEC
Black with #EE0DEC
Text Example
Text Example
White with #EE0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DEC; }
p { color: rgb(238,13,236); }
H1.HeaderClassName
{
color: #EE0DEC;
}
.AnyTagClassName
{
color: #EE0DEC;
}
</style>
background-color css
<style>
a { background-color: #EE0DEC; }
a { background-color: rgb(238,13,236); }
div.DivClassName
{
background-color: #EE0DEC;
}
.BgClassName
{
background-color: #EE0DEC;
}
</style>
border-color css
<style>
span { border-color: #EE0DEC; }
span { border-color: rgb(238,13,236); }
td.TdClassName
{
border-color: #EE0DEC;
}
.TagClassName
{
border-color: #EE0DEC;
}
</style>