Shades of Magenta #EE14F8
Tints of Magenta #EE14F8
RGB
CMYK
RGB Variations
Color information
#EE14F8 (or 0xEE14F8) is known color: Magenta. HEX triplet: EE, 14 and F8. RGB value is (238,20,248). Sum of RGB (Red+Green+Blue) = 238+20+248=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE14F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14F8 is #11EB07. Grayscale: #6E6E6E. Windows color (decimal): -1174280 or 16258286. OLE color: 16258286.
HSL color Cylindrical-coordinate representation of color #EE14F8: hue angle of 297.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14F8 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 20 | 248 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.03 |
| HSL | 297.37º | 0.94% | 0.53% | - |
| HSV(B) | 297.37º | 0.92% | 0.97% | - |
| XYZ | 52.45 | 25.45 | 90.96 | - |
| YUV | 111.17 | 205.22 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 248 | 0.04 | 0.92 | 0 | 0.03 | 297.37 | 0.94 | 0.53 |
| Hex | EE | 14 | F8 | 4 | 5C | 0 | 3 | 129 | 5E | 35 |
| Octal | 356 | 24 | 370 | 4 | 134 | 0 | 3 | 451 | 136 | 65 |
| Binary | 11101110 | 10100 | 11111000 | 100 | 1011100 | 0 | 11 | 100101001 | 1011110 | 110101 |
Color Harmonies of #EE14F8
Complementary color
Monochromatic Colors of #EE14F8
Black with #EE14F8
Text Example
Text Example
White with #EE14F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14F8; }
p { color: rgb(238,20,248); }
H1.HeaderClassName
{
color: #EE14F8;
}
.AnyTagClassName
{
color: #EE14F8;
}
</style>
background-color css
<style>
a { background-color: #EE14F8; }
a { background-color: rgb(238,20,248); }
div.DivClassName
{
background-color: #EE14F8;
}
.BgClassName
{
background-color: #EE14F8;
}
</style>
border-color css
<style>
span { border-color: #EE14F8; }
span { border-color: rgb(238,20,248); }
td.TdClassName
{
border-color: #EE14F8;
}
.TagClassName
{
border-color: #EE14F8;
}
</style>