Shades of Magenta #EE14E5
Tints of Magenta #EE14E5
RGB
CMYK
RGB Variations
Color information
#EE14E5 (or 0xEE14E5) is known color: Magenta. HEX triplet: EE, 14 and E5. RGB value is (238,20,229). Sum of RGB (Red+Green+Blue) = 238+20+229=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14E5 is #11EB1A. Grayscale: #6C6C6C. Windows color (decimal): -1174299 or 15013102. OLE color: 15013102.
HSL color Cylindrical-coordinate representation of color #EE14E5: hue angle of 302.48º 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 #EE14E5 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 229 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.07 |
| HSL | 302.48º | 0.87% | 0.51% | - |
| HSV(B) | 302.48º | 0.92% | 0.93% | - |
| XYZ | 49.65 | 24.33 | 76.21 | - |
| YUV | 109.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 229 | 0 | 0.92 | 0.04 | 0.07 | 302.48 | 0.87 | 0.51 |
| Hex | EE | 14 | E5 | 0 | 5C | 4 | 7 | 12E | 57 | 33 |
| Octal | 356 | 24 | 345 | 0 | 134 | 4 | 7 | 456 | 127 | 63 |
| Binary | 11101110 | 10100 | 11100101 | 0 | 1011100 | 100 | 111 | 100101110 | 1010111 | 110011 |
Color Harmonies of #EE14E5
Complementary color
Monochromatic Colors of #EE14E5
Black with #EE14E5
Text Example
Text Example
White with #EE14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14E5; }
p { color: rgb(238,20,229); }
H1.HeaderClassName
{
color: #EE14E5;
}
.AnyTagClassName
{
color: #EE14E5;
}
</style>
background-color css
<style>
a { background-color: #EE14E5; }
a { background-color: rgb(238,20,229); }
div.DivClassName
{
background-color: #EE14E5;
}
.BgClassName
{
background-color: #EE14E5;
}
</style>
border-color css
<style>
span { border-color: #EE14E5; }
span { border-color: rgb(238,20,229); }
td.TdClassName
{
border-color: #EE14E5;
}
.TagClassName
{
border-color: #EE14E5;
}
</style>