Shades of Hot Magenta #EE15E3
Tints of Hot Magenta #EE15E3
RGB
CMYK
RGB Variations
Color information
#EE15E3 (or 0xEE15E3) is known color: Hot Magenta. HEX triplet: EE, 15 and E3. RGB value is (238,21,227). Sum of RGB (Red+Green+Blue) = 238+21+227=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15E3 is #11EA1C. Grayscale: #6C6C6C. Windows color (decimal): -1174045 or 14882286. OLE color: 14882286.
HSL color Cylindrical-coordinate representation of color #EE15E3: hue angle of 303.04º 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 #EE15E3 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 227 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.07 |
| HSL | 303.04º | 0.86% | 0.51% | - |
| HSV(B) | 303.04º | 0.91% | 0.93% | - |
| XYZ | 49.39 | 24.26 | 74.75 | - |
| YUV | 109.37 | 194.39 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 227 | 0 | 0.91 | 0.05 | 0.07 | 303.04 | 0.86 | 0.51 |
| Hex | EE | 15 | E3 | 0 | 5B | 5 | 7 | 12F | 56 | 33 |
| Octal | 356 | 25 | 343 | 0 | 133 | 5 | 7 | 457 | 126 | 63 |
| Binary | 11101110 | 10101 | 11100011 | 0 | 1011011 | 101 | 111 | 100101111 | 1010110 | 110011 |
Color Harmonies of #EE15E3
Complementary color
Monochromatic Colors of #EE15E3
Black with #EE15E3
Text Example
Text Example
White with #EE15E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15E3; }
p { color: rgb(238,21,227); }
H1.HeaderClassName
{
color: #EE15E3;
}
.AnyTagClassName
{
color: #EE15E3;
}
</style>
background-color css
<style>
a { background-color: #EE15E3; }
a { background-color: rgb(238,21,227); }
div.DivClassName
{
background-color: #EE15E3;
}
.BgClassName
{
background-color: #EE15E3;
}
</style>
border-color css
<style>
span { border-color: #EE15E3; }
span { border-color: rgb(238,21,227); }
td.TdClassName
{
border-color: #EE15E3;
}
.TagClassName
{
border-color: #EE15E3;
}
</style>