Shades of Magenta #EE15E5
Tints of Magenta #EE15E5
RGB
CMYK
RGB Variations
Color information
#EE15E5 (or 0xEE15E5) is known color: Magenta. HEX triplet: EE, 15 and E5. RGB value is (238,21,229). Sum of RGB (Red+Green+Blue) = 238+21+229=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15E5 is #11EA1A. Grayscale: #6C6C6C. Windows color (decimal): -1174043 or 15013358. OLE color: 15013358.
HSL color Cylindrical-coordinate representation of color #EE15E5: hue angle of 302.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15E5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 229 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.07 |
| HSL | 302.49º | 0.86% | 0.51% | - |
| HSV(B) | 302.49º | 0.91% | 0.93% | - |
| XYZ | 49.67 | 24.37 | 76.21 | - |
| YUV | 109.6 | 195.39 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 229 | 0 | 0.91 | 0.04 | 0.07 | 302.49 | 0.86 | 0.51 |
| Hex | EE | 15 | E5 | 0 | 5B | 4 | 7 | 12E | 56 | 33 |
| Octal | 356 | 25 | 345 | 0 | 133 | 4 | 7 | 456 | 126 | 63 |
| Binary | 11101110 | 10101 | 11100101 | 0 | 1011011 | 100 | 111 | 100101110 | 1010110 | 110011 |
Color Harmonies of #EE15E5
Complementary color
Monochromatic Colors of #EE15E5
Black with #EE15E5
Text Example
Text Example
White with #EE15E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15E5; }
p { color: rgb(238,21,229); }
H1.HeaderClassName
{
color: #EE15E5;
}
.AnyTagClassName
{
color: #EE15E5;
}
</style>
background-color css
<style>
a { background-color: #EE15E5; }
a { background-color: rgb(238,21,229); }
div.DivClassName
{
background-color: #EE15E5;
}
.BgClassName
{
background-color: #EE15E5;
}
</style>
border-color css
<style>
span { border-color: #EE15E5; }
span { border-color: rgb(238,21,229); }
td.TdClassName
{
border-color: #EE15E5;
}
.TagClassName
{
border-color: #EE15E5;
}
</style>