Shades of Magenta #EE18F0
Tints of Magenta #EE18F0
RGB
CMYK
RGB Variations
Color information
#EE18F0 (or 0xEE18F0) is known color: Magenta. HEX triplet: EE, 18 and F0. RGB value is (238,24,240). Sum of RGB (Red+Green+Blue) = 238+24+240=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE18F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18F0 is #11E70F. Grayscale: #6F6F6F. Windows color (decimal): -1173264 or 15735022. OLE color: 15735022.
HSL color Cylindrical-coordinate representation of color #EE18F0: hue angle of 299.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18F0 is Cyan = 0.01, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 24 | 240 | - |
| CMYK | 0.01 | 0.9 | 0 | 0.06 |
| HSL | 299.44º | 0.88% | 0.52% | - |
| HSV(B) | 299.44º | 0.9% | 0.94% | - |
| XYZ | 51.31 | 25.12 | 84.58 | - |
| YUV | 112.61 | 199.9 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 240 | 0.01 | 0.9 | 0 | 0.06 | 299.44 | 0.88 | 0.52 |
| Hex | EE | 18 | F0 | 1 | 5A | 0 | 6 | 12B | 58 | 34 |
| Octal | 356 | 30 | 360 | 1 | 132 | 0 | 6 | 453 | 130 | 64 |
| Binary | 11101110 | 11000 | 11110000 | 1 | 1011010 | 0 | 110 | 100101011 | 1011000 | 110100 |
Color Harmonies of #EE18F0
Complementary color
Monochromatic Colors of #EE18F0
Black with #EE18F0
Text Example
Text Example
White with #EE18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18F0; }
p { color: rgb(238,24,240); }
H1.HeaderClassName
{
color: #EE18F0;
}
.AnyTagClassName
{
color: #EE18F0;
}
</style>
background-color css
<style>
a { background-color: #EE18F0; }
a { background-color: rgb(238,24,240); }
div.DivClassName
{
background-color: #EE18F0;
}
.BgClassName
{
background-color: #EE18F0;
}
</style>
border-color css
<style>
span { border-color: #EE18F0; }
span { border-color: rgb(238,24,240); }
td.TdClassName
{
border-color: #EE18F0;
}
.TagClassName
{
border-color: #EE18F0;
}
</style>