Shades of Magenta #EE0CFE
Tints of Magenta #EE0CFE
RGB
CMYK
RGB Variations
Color information
#EE0CFE (or 0xEE0CFE) is known color: Magenta. HEX triplet: EE, 0C and FE. RGB value is (238,12,254). Sum of RGB (Red+Green+Blue) = 238+12+254=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE0CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CFE is #11F301. Grayscale: #6A6A6A. Windows color (decimal): -1176322 or 16649454. OLE color: 16649454.
HSL color Cylindrical-coordinate representation of color #EE0CFE: hue angle of 296.03º 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 #EE0CFE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 12 | 254 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.00 |
| HSL | 296.03º | 0.99% | 0.52% | - |
| HSV(B) | 296.03º | 0.95% | 1% | - |
| XYZ | 53.28 | 25.6 | 95.9 | - |
| YUV | 107.16 | 210.87 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 254 | 0.06 | 0.95 | 0 | 0.00 | 296.03 | 0.99 | 0.52 |
| Hex | EE | C | FE | 6 | 5F | 0 | 0 | 128 | 63 | 34 |
| Octal | 356 | 14 | 376 | 6 | 137 | 0 | 0 | 450 | 143 | 64 |
| Binary | 11101110 | 1100 | 11111110 | 110 | 1011111 | 0 | 0 | 100101000 | 1100011 | 110100 |
Color Harmonies of #EE0CFE
Complementary color
Monochromatic Colors of #EE0CFE
Black with #EE0CFE
Text Example
Text Example
White with #EE0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CFE; }
p { color: rgb(238,12,254); }
H1.HeaderClassName
{
color: #EE0CFE;
}
.AnyTagClassName
{
color: #EE0CFE;
}
</style>
background-color css
<style>
a { background-color: #EE0CFE; }
a { background-color: rgb(238,12,254); }
div.DivClassName
{
background-color: #EE0CFE;
}
.BgClassName
{
background-color: #EE0CFE;
}
</style>
border-color css
<style>
span { border-color: #EE0CFE; }
span { border-color: rgb(238,12,254); }
td.TdClassName
{
border-color: #EE0CFE;
}
.TagClassName
{
border-color: #EE0CFE;
}
</style>