Shades of Magenta #EE0EFB
Tints of Magenta #EE0EFB
RGB
CMYK
RGB Variations
Color information
#EE0EFB (or 0xEE0EFB) is known color: Magenta. HEX triplet: EE, 0E and FB. RGB value is (238,14,251). Sum of RGB (Red+Green+Blue) = 238+14+251=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE0EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFB is #11F104. Grayscale: #6B6B6B. Windows color (decimal): -1175813 or 16453358. OLE color: 16453358.
HSL color Cylindrical-coordinate representation of color #EE0EFB: hue angle of 296.71º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EFB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 14 | 251 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.02 |
| HSL | 296.71º | 0.97% | 0.52% | - |
| HSV(B) | 296.71º | 0.94% | 0.98% | - |
| XYZ | 52.83 | 25.46 | 93.4 | - |
| YUV | 107.99 | 208.71 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 251 | 0.05 | 0.94 | 0 | 0.02 | 296.71 | 0.97 | 0.52 |
| Hex | EE | E | FB | 5 | 5E | 0 | 2 | 129 | 61 | 34 |
| Octal | 356 | 16 | 373 | 5 | 136 | 0 | 2 | 451 | 141 | 64 |
| Binary | 11101110 | 1110 | 11111011 | 101 | 1011110 | 0 | 10 | 100101001 | 1100001 | 110100 |
Color Harmonies of #EE0EFB
Complementary color
Monochromatic Colors of #EE0EFB
Black with #EE0EFB
Text Example
Text Example
White with #EE0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EFB; }
p { color: rgb(238,14,251); }
H1.HeaderClassName
{
color: #EE0EFB;
}
.AnyTagClassName
{
color: #EE0EFB;
}
</style>
background-color css
<style>
a { background-color: #EE0EFB; }
a { background-color: rgb(238,14,251); }
div.DivClassName
{
background-color: #EE0EFB;
}
.BgClassName
{
background-color: #EE0EFB;
}
</style>
border-color css
<style>
span { border-color: #EE0EFB; }
span { border-color: rgb(238,14,251); }
td.TdClassName
{
border-color: #EE0EFB;
}
.TagClassName
{
border-color: #EE0EFB;
}
</style>