Shades of Magenta #EE18FC
Tints of Magenta #EE18FC
RGB
CMYK
RGB Variations
Color information
#EE18FC (or 0xEE18FC) is known color: Magenta. HEX triplet: EE, 18 and FC. RGB value is (238,24,252). Sum of RGB (Red+Green+Blue) = 238+24+252=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE18FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18FC is #11E703. Grayscale: #717171. Windows color (decimal): -1173252 or 16521454. OLE color: 16521454.
HSL color Cylindrical-coordinate representation of color #EE18FC: hue angle of 296.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18FC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 24 | 252 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 296.32º | 0.97% | 0.54% | - |
| HSV(B) | 296.32º | 0.9% | 0.99% | - |
| XYZ | 53.16 | 25.86 | 94.29 | - |
| YUV | 113.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 252 | 0.06 | 0.90 | 0 | 0.01 | 296.32 | 0.97 | 0.54 |
| Hex | EE | 18 | FC | 6 | 5A | 0 | 1 | 128 | 61 | 36 |
| Octal | 356 | 30 | 374 | 6 | 132 | 0 | 1 | 450 | 141 | 66 |
| Binary | 11101110 | 11000 | 11111100 | 110 | 1011010 | 0 | 1 | 100101000 | 1100001 | 110110 |
Color Harmonies of #EE18FC
Complementary color
Monochromatic Colors of #EE18FC
Black with #EE18FC
Text Example
Text Example
White with #EE18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18FC; }
p { color: rgb(238,24,252); }
H1.HeaderClassName
{
color: #EE18FC;
}
.AnyTagClassName
{
color: #EE18FC;
}
</style>
background-color css
<style>
a { background-color: #EE18FC; }
a { background-color: rgb(238,24,252); }
div.DivClassName
{
background-color: #EE18FC;
}
.BgClassName
{
background-color: #EE18FC;
}
</style>
border-color css
<style>
span { border-color: #EE18FC; }
span { border-color: rgb(238,24,252); }
td.TdClassName
{
border-color: #EE18FC;
}
.TagClassName
{
border-color: #EE18FC;
}
</style>