Shades of Magenta #EE0DFE
Tints of Magenta #EE0DFE
RGB
CMYK
RGB Variations
Color information
#EE0DFE (or 0xEE0DFE) is known color: Magenta. HEX triplet: EE, 0D and FE. RGB value is (238,13,254). Sum of RGB (Red+Green+Blue) = 238+13+254=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE0DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DFE is #11F201. Grayscale: #6B6B6B. Windows color (decimal): -1176066 or 16649710. OLE color: 16649710.
HSL color Cylindrical-coordinate representation of color #EE0DFE: hue angle of 296.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DFE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 13 | 254 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.00 |
| HSL | 296.02º | 0.99% | 0.52% | - |
| HSV(B) | 296.02º | 0.95% | 1% | - |
| XYZ | 53.29 | 25.62 | 95.9 | - |
| YUV | 107.75 | 210.54 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 254 | 0.06 | 0.95 | 0 | 0.00 | 296.02 | 0.99 | 0.52 |
| Hex | EE | D | FE | 6 | 5F | 0 | 0 | 128 | 63 | 34 |
| Octal | 356 | 15 | 376 | 6 | 137 | 0 | 0 | 450 | 143 | 64 |
| Binary | 11101110 | 1101 | 11111110 | 110 | 1011111 | 0 | 0 | 100101000 | 1100011 | 110100 |
Color Harmonies of #EE0DFE
Complementary color
Monochromatic Colors of #EE0DFE
Black with #EE0DFE
Text Example
Text Example
White with #EE0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DFE; }
p { color: rgb(238,13,254); }
H1.HeaderClassName
{
color: #EE0DFE;
}
.AnyTagClassName
{
color: #EE0DFE;
}
</style>
background-color css
<style>
a { background-color: #EE0DFE; }
a { background-color: rgb(238,13,254); }
div.DivClassName
{
background-color: #EE0DFE;
}
.BgClassName
{
background-color: #EE0DFE;
}
</style>
border-color css
<style>
span { border-color: #EE0DFE; }
span { border-color: rgb(238,13,254); }
td.TdClassName
{
border-color: #EE0DFE;
}
.TagClassName
{
border-color: #EE0DFE;
}
</style>