Shades of Magenta #EE1FFC
Tints of Magenta #EE1FFC
RGB
CMYK
RGB Variations
Color information
#EE1FFC (or 0xEE1FFC) is known color: Magenta. HEX triplet: EE, 1F and FC. RGB value is (238,31,252). Sum of RGB (Red+Green+Blue) = 238+31+252=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 31 (12.5% from 255 or 5.95% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FFC is #11E003. Grayscale: #757575. Windows color (decimal): -1171460 or 16523246. OLE color: 16523246.
HSL color Cylindrical-coordinate representation of color #EE1FFC: hue angle of 296.2º 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 #EE1FFC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 31 | 252 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.01 |
| HSL | 296.2º | 0.97% | 0.55% | - |
| HSV(B) | 296.2º | 0.88% | 0.99% | - |
| XYZ | 53.32 | 26.19 | 94.34 | - |
| YUV | 118.09 | 203.58 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 252 | 0.06 | 0.88 | 0 | 0.01 | 296.2 | 0.97 | 0.55 |
| Hex | EE | 1F | FC | 6 | 58 | 0 | 1 | 128 | 61 | 37 |
| Octal | 356 | 37 | 374 | 6 | 130 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101110 | 11111 | 11111100 | 110 | 1011000 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1FFC
Complementary color
Monochromatic Colors of #EE1FFC
Black with #EE1FFC
Text Example
Text Example
White with #EE1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1FFC; }
p { color: rgb(238,31,252); }
H1.HeaderClassName
{
color: #EE1FFC;
}
.AnyTagClassName
{
color: #EE1FFC;
}
</style>
background-color css
<style>
a { background-color: #EE1FFC; }
a { background-color: rgb(238,31,252); }
div.DivClassName
{
background-color: #EE1FFC;
}
.BgClassName
{
background-color: #EE1FFC;
}
</style>
border-color css
<style>
span { border-color: #EE1FFC; }
span { border-color: rgb(238,31,252); }
td.TdClassName
{
border-color: #EE1FFC;
}
.TagClassName
{
border-color: #EE1FFC;
}
</style>