Shades of Magenta #EE0DFC
Tints of Magenta #EE0DFC
RGB
CMYK
RGB Variations
Color information
#EE0DFC (or 0xEE0DFC) is known color: Magenta. HEX triplet: EE, 0D and FC. RGB value is (238,13,252). Sum of RGB (Red+Green+Blue) = 238+13+252=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 13 (5.47% from 255 or 2.58% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE0DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DFC is #11F203. Grayscale: #6A6A6A. Windows color (decimal): -1176068 or 16518638. OLE color: 16518638.
HSL color Cylindrical-coordinate representation of color #EE0DFC: hue angle of 296.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DFC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 13 | 252 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.01 |
| HSL | 296.49º | 0.98% | 0.52% | - |
| HSV(B) | 296.49º | 0.95% | 0.99% | - |
| XYZ | 52.97 | 25.49 | 94.22 | - |
| YUV | 107.52 | 209.54 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 252 | 0.06 | 0.95 | 0 | 0.01 | 296.49 | 0.98 | 0.52 |
| Hex | EE | D | FC | 6 | 5F | 0 | 1 | 128 | 62 | 34 |
| Octal | 356 | 15 | 374 | 6 | 137 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101110 | 1101 | 11111100 | 110 | 1011111 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EE0DFC
Complementary color
Monochromatic Colors of #EE0DFC
Black with #EE0DFC
Text Example
Text Example
White with #EE0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DFC; }
p { color: rgb(238,13,252); }
H1.HeaderClassName
{
color: #EE0DFC;
}
.AnyTagClassName
{
color: #EE0DFC;
}
</style>
background-color css
<style>
a { background-color: #EE0DFC; }
a { background-color: rgb(238,13,252); }
div.DivClassName
{
background-color: #EE0DFC;
}
.BgClassName
{
background-color: #EE0DFC;
}
</style>
border-color css
<style>
span { border-color: #EE0DFC; }
span { border-color: rgb(238,13,252); }
td.TdClassName
{
border-color: #EE0DFC;
}
.TagClassName
{
border-color: #EE0DFC;
}
</style>