Shades of Magenta #EE1EFC
Tints of Magenta #EE1EFC
RGB
CMYK
RGB Variations
Color information
#EE1EFC (or 0xEE1EFC) is known color: Magenta. HEX triplet: EE, 1E and FC. RGB value is (238,30,252). Sum of RGB (Red+Green+Blue) = 238+30+252=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 30 (12.11% from 255 or 5.77% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE1EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EFC is #11E103. Grayscale: #747474. Windows color (decimal): -1171716 or 16522990. OLE color: 16522990.
HSL color Cylindrical-coordinate representation of color #EE1EFC: hue angle of 296.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EFC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 30 | 252 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.01 |
| HSL | 296.22º | 0.97% | 0.55% | - |
| HSV(B) | 296.22º | 0.88% | 0.99% | - |
| XYZ | 53.29 | 26.13 | 94.33 | - |
| YUV | 117.5 | 203.91 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 252 | 0.06 | 0.88 | 0 | 0.01 | 296.22 | 0.97 | 0.55 |
| Hex | EE | 1E | FC | 6 | 58 | 0 | 1 | 128 | 61 | 37 |
| Octal | 356 | 36 | 374 | 6 | 130 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101110 | 11110 | 11111100 | 110 | 1011000 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1EFC
Complementary color
Monochromatic Colors of #EE1EFC
Black with #EE1EFC
Text Example
Text Example
White with #EE1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EFC; }
p { color: rgb(238,30,252); }
H1.HeaderClassName
{
color: #EE1EFC;
}
.AnyTagClassName
{
color: #EE1EFC;
}
</style>
background-color css
<style>
a { background-color: #EE1EFC; }
a { background-color: rgb(238,30,252); }
div.DivClassName
{
background-color: #EE1EFC;
}
.BgClassName
{
background-color: #EE1EFC;
}
</style>
border-color css
<style>
span { border-color: #EE1EFC; }
span { border-color: rgb(238,30,252); }
td.TdClassName
{
border-color: #EE1EFC;
}
.TagClassName
{
border-color: #EE1EFC;
}
</style>