Shades of Magenta #EE19EB
Tints of Magenta #EE19EB
RGB
CMYK
RGB Variations
Color information
#EE19EB (or 0xEE19EB) is known color: Magenta. HEX triplet: EE, 19 and EB. RGB value is (238,25,235). Sum of RGB (Red+Green+Blue) = 238+25+235=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19EB is #11E614. Grayscale: #707070. Windows color (decimal): -1173013 or 15407598. OLE color: 15407598.
HSL color Cylindrical-coordinate representation of color #EE19EB: hue angle of 300.85º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE19EB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 235 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.07 |
| HSL | 300.85º | 0.86% | 0.52% | - |
| HSV(B) | 300.85º | 0.89% | 0.93% | - |
| XYZ | 50.6 | 24.87 | 80.73 | - |
| YUV | 112.63 | 197.07 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 235 | 0 | 0.89 | 0.01 | 0.07 | 300.85 | 0.86 | 0.52 |
| Hex | EE | 19 | EB | 0 | 59 | 1 | 7 | 12D | 56 | 34 |
| Octal | 356 | 31 | 353 | 0 | 131 | 1 | 7 | 455 | 126 | 64 |
| Binary | 11101110 | 11001 | 11101011 | 0 | 1011001 | 1 | 111 | 100101101 | 1010110 | 110100 |
Color Harmonies of #EE19EB
Complementary color
Monochromatic Colors of #EE19EB
Black with #EE19EB
Text Example
Text Example
White with #EE19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19EB; }
p { color: rgb(238,25,235); }
H1.HeaderClassName
{
color: #EE19EB;
}
.AnyTagClassName
{
color: #EE19EB;
}
</style>
background-color css
<style>
a { background-color: #EE19EB; }
a { background-color: rgb(238,25,235); }
div.DivClassName
{
background-color: #EE19EB;
}
.BgClassName
{
background-color: #EE19EB;
}
</style>
border-color css
<style>
span { border-color: #EE19EB; }
span { border-color: rgb(238,25,235); }
td.TdClassName
{
border-color: #EE19EB;
}
.TagClassName
{
border-color: #EE19EB;
}
</style>