Shades of Magenta #EE14E8
Tints of Magenta #EE14E8
RGB
CMYK
RGB Variations
Color information
#EE14E8 (or 0xEE14E8) is known color: Magenta. HEX triplet: EE, 14 and E8. RGB value is (238,20,232). Sum of RGB (Red+Green+Blue) = 238+20+232=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14E8 is #11EB17. Grayscale: #6C6C6C. Windows color (decimal): -1174296 or 15209710. OLE color: 15209710.
HSL color Cylindrical-coordinate representation of color #EE14E8: hue angle of 301.65º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14E8 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 232 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.07 |
| HSL | 301.65º | 0.87% | 0.51% | - |
| HSV(B) | 301.65º | 0.92% | 0.93% | - |
| XYZ | 50.08 | 24.5 | 78.43 | - |
| YUV | 109.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 232 | 0 | 0.92 | 0.03 | 0.07 | 301.65 | 0.87 | 0.51 |
| Hex | EE | 14 | E8 | 0 | 5C | 3 | 7 | 12E | 57 | 33 |
| Octal | 356 | 24 | 350 | 0 | 134 | 3 | 7 | 456 | 127 | 63 |
| Binary | 11101110 | 10100 | 11101000 | 0 | 1011100 | 11 | 111 | 100101110 | 1010111 | 110011 |
Color Harmonies of #EE14E8
Complementary color
Monochromatic Colors of #EE14E8
Black with #EE14E8
Text Example
Text Example
White with #EE14E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14E8; }
p { color: rgb(238,20,232); }
H1.HeaderClassName
{
color: #EE14E8;
}
.AnyTagClassName
{
color: #EE14E8;
}
</style>
background-color css
<style>
a { background-color: #EE14E8; }
a { background-color: rgb(238,20,232); }
div.DivClassName
{
background-color: #EE14E8;
}
.BgClassName
{
background-color: #EE14E8;
}
</style>
border-color css
<style>
span { border-color: #EE14E8; }
span { border-color: rgb(238,20,232); }
td.TdClassName
{
border-color: #EE14E8;
}
.TagClassName
{
border-color: #EE14E8;
}
</style>