Shades of Magenta #EE1EFB
Tints of Magenta #EE1EFB
RGB
CMYK
RGB Variations
Color information
#EE1EFB (or 0xEE1EFB) is known color: Magenta. HEX triplet: EE, 1E and FB. RGB value is (238,30,251). Sum of RGB (Red+Green+Blue) = 238+30+251=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 30 (12.11% from 255 or 5.78% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EFB is #11E104. Grayscale: #747474. Windows color (decimal): -1171717 or 16457454. OLE color: 16457454.
HSL color Cylindrical-coordinate representation of color #EE1EFB: hue angle of 296.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EFB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 30 | 251 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.02 |
| HSL | 296.47º | 0.97% | 0.55% | - |
| HSV(B) | 296.47º | 0.88% | 0.98% | - |
| XYZ | 53.14 | 26.07 | 93.5 | - |
| YUV | 117.39 | 203.41 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 251 | 0.05 | 0.88 | 0 | 0.02 | 296.47 | 0.97 | 0.55 |
| Hex | EE | 1E | FB | 5 | 58 | 0 | 2 | 128 | 61 | 37 |
| Octal | 356 | 36 | 373 | 5 | 130 | 0 | 2 | 450 | 141 | 67 |
| Binary | 11101110 | 11110 | 11111011 | 101 | 1011000 | 0 | 10 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1EFB
Complementary color
Monochromatic Colors of #EE1EFB
Black with #EE1EFB
Text Example
Text Example
White with #EE1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EFB; }
p { color: rgb(238,30,251); }
H1.HeaderClassName
{
color: #EE1EFB;
}
.AnyTagClassName
{
color: #EE1EFB;
}
</style>
background-color css
<style>
a { background-color: #EE1EFB; }
a { background-color: rgb(238,30,251); }
div.DivClassName
{
background-color: #EE1EFB;
}
.BgClassName
{
background-color: #EE1EFB;
}
</style>
border-color css
<style>
span { border-color: #EE1EFB; }
span { border-color: rgb(238,30,251); }
td.TdClassName
{
border-color: #EE1EFB;
}
.TagClassName
{
border-color: #EE1EFB;
}
</style>