Shades of Magenta #EE18F4
Tints of Magenta #EE18F4
RGB
CMYK
RGB Variations
Color information
#EE18F4 (or 0xEE18F4) is known color: Magenta. HEX triplet: EE, 18 and F4. RGB value is (238,24,244). Sum of RGB (Red+Green+Blue) = 238+24+244=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE18F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18F4 is #11E70B. Grayscale: #707070. Windows color (decimal): -1173260 or 15997166. OLE color: 15997166.
HSL color Cylindrical-coordinate representation of color #EE18F4: hue angle of 298.36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18F4 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 24 | 244 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.04 |
| HSL | 298.36º | 0.91% | 0.53% | - |
| HSV(B) | 298.36º | 0.9% | 0.96% | - |
| XYZ | 51.92 | 25.36 | 87.75 | - |
| YUV | 113.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 244 | 0.02 | 0.90 | 0 | 0.04 | 298.36 | 0.91 | 0.53 |
| Hex | EE | 18 | F4 | 2 | 5A | 0 | 4 | 12A | 5B | 35 |
| Octal | 356 | 30 | 364 | 2 | 132 | 0 | 4 | 452 | 133 | 65 |
| Binary | 11101110 | 11000 | 11110100 | 10 | 1011010 | 0 | 100 | 100101010 | 1011011 | 110101 |
Color Harmonies of #EE18F4
Complementary color
Monochromatic Colors of #EE18F4
Black with #EE18F4
Text Example
Text Example
White with #EE18F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18F4; }
p { color: rgb(238,24,244); }
H1.HeaderClassName
{
color: #EE18F4;
}
.AnyTagClassName
{
color: #EE18F4;
}
</style>
background-color css
<style>
a { background-color: #EE18F4; }
a { background-color: rgb(238,24,244); }
div.DivClassName
{
background-color: #EE18F4;
}
.BgClassName
{
background-color: #EE18F4;
}
</style>
border-color css
<style>
span { border-color: #EE18F4; }
span { border-color: rgb(238,24,244); }
td.TdClassName
{
border-color: #EE18F4;
}
.TagClassName
{
border-color: #EE18F4;
}
</style>