Shades of Hot Magenta #EE14E2
Tints of Hot Magenta #EE14E2
RGB
CMYK
RGB Variations
Color information
#EE14E2 (or 0xEE14E2) is known color: Hot Magenta. HEX triplet: EE, 14 and E2. RGB value is (238,20,226). Sum of RGB (Red+Green+Blue) = 238+20+226=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14E2 is #11EB1D. Grayscale: #6C6C6C. Windows color (decimal): -1174302 or 14816494. OLE color: 14816494.
HSL color Cylindrical-coordinate representation of color #EE14E2: hue angle of 303.3º 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 #EE14E2 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.07 |
| HSL | 303.3º | 0.87% | 0.51% | - |
| HSV(B) | 303.3º | 0.92% | 0.93% | - |
| XYZ | 49.24 | 24.17 | 74.02 | - |
| YUV | 108.67 | 194.22 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 226 | 0 | 0.92 | 0.05 | 0.07 | 303.3 | 0.87 | 0.51 |
| Hex | EE | 14 | E2 | 0 | 5C | 5 | 7 | 12F | 57 | 33 |
| Octal | 356 | 24 | 342 | 0 | 134 | 5 | 7 | 457 | 127 | 63 |
| Binary | 11101110 | 10100 | 11100010 | 0 | 1011100 | 101 | 111 | 100101111 | 1010111 | 110011 |
Color Harmonies of #EE14E2
Complementary color
Monochromatic Colors of #EE14E2
Black with #EE14E2
Text Example
Text Example
White with #EE14E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14E2; }
p { color: rgb(238,20,226); }
H1.HeaderClassName
{
color: #EE14E2;
}
.AnyTagClassName
{
color: #EE14E2;
}
</style>
background-color css
<style>
a { background-color: #EE14E2; }
a { background-color: rgb(238,20,226); }
div.DivClassName
{
background-color: #EE14E2;
}
.BgClassName
{
background-color: #EE14E2;
}
</style>
border-color css
<style>
span { border-color: #EE14E2; }
span { border-color: rgb(238,20,226); }
td.TdClassName
{
border-color: #EE14E2;
}
.TagClassName
{
border-color: #EE14E2;
}
</style>