Shades of Magenta #EE13E6
Tints of Magenta #EE13E6
RGB
CMYK
RGB Variations
Color information
#EE13E6 (or 0xEE13E6) is known color: Magenta. HEX triplet: EE, 13 and E6. RGB value is (238,19,230). Sum of RGB (Red+Green+Blue) = 238+19+230=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13E6 is #11EC19. Grayscale: #6B6B6B. Windows color (decimal): -1174554 or 15078382. OLE color: 15078382.
HSL color Cylindrical-coordinate representation of color #EE13E6: hue angle of 302.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13E6 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 230 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.07 |
| HSL | 302.19º | 0.87% | 0.5% | - |
| HSV(B) | 302.19º | 0.92% | 0.93% | - |
| XYZ | 49.78 | 24.36 | 76.94 | - |
| YUV | 108.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 230 | 0 | 0.92 | 0.03 | 0.07 | 302.19 | 0.87 | 0.5 |
| Hex | EE | 13 | E6 | 0 | 5C | 3 | 7 | 12E | 57 | 32 |
| Octal | 356 | 23 | 346 | 0 | 134 | 3 | 7 | 456 | 127 | 62 |
| Binary | 11101110 | 10011 | 11100110 | 0 | 1011100 | 11 | 111 | 100101110 | 1010111 | 110010 |
Color Harmonies of #EE13E6
Complementary color
Monochromatic Colors of #EE13E6
Black with #EE13E6
Text Example
Text Example
White with #EE13E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13E6; }
p { color: rgb(238,19,230); }
H1.HeaderClassName
{
color: #EE13E6;
}
.AnyTagClassName
{
color: #EE13E6;
}
</style>
background-color css
<style>
a { background-color: #EE13E6; }
a { background-color: rgb(238,19,230); }
div.DivClassName
{
background-color: #EE13E6;
}
.BgClassName
{
background-color: #EE13E6;
}
</style>
border-color css
<style>
span { border-color: #EE13E6; }
span { border-color: rgb(238,19,230); }
td.TdClassName
{
border-color: #EE13E6;
}
.TagClassName
{
border-color: #EE13E6;
}
</style>