Shades of Magenta #EE13EA
Tints of Magenta #EE13EA
RGB
CMYK
RGB Variations
Color information
#EE13EA (or 0xEE13EA) is known color: Magenta. HEX triplet: EE, 13 and EA. RGB value is (238,19,234). Sum of RGB (Red+Green+Blue) = 238+19+234=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13EA is #11EC15. Grayscale: #6C6C6C. Windows color (decimal): -1174550 or 15340526. OLE color: 15340526.
HSL color Cylindrical-coordinate representation of color #EE13EA: hue angle of 301.1º 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 #EE13EA is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 234 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.07 |
| HSL | 301.1º | 0.87% | 0.5% | - |
| HSV(B) | 301.1º | 0.92% | 0.93% | - |
| XYZ | 50.34 | 24.58 | 79.93 | - |
| YUV | 108.99 | 198.55 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 234 | 0 | 0.92 | 0.02 | 0.07 | 301.1 | 0.87 | 0.5 |
| Hex | EE | 13 | EA | 0 | 5C | 2 | 7 | 12D | 57 | 32 |
| Octal | 356 | 23 | 352 | 0 | 134 | 2 | 7 | 455 | 127 | 62 |
| Binary | 11101110 | 10011 | 11101010 | 0 | 1011100 | 10 | 111 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EE13EA
Complementary color
Monochromatic Colors of #EE13EA
Black with #EE13EA
Text Example
Text Example
White with #EE13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13EA; }
p { color: rgb(238,19,234); }
H1.HeaderClassName
{
color: #EE13EA;
}
.AnyTagClassName
{
color: #EE13EA;
}
</style>
background-color css
<style>
a { background-color: #EE13EA; }
a { background-color: rgb(238,19,234); }
div.DivClassName
{
background-color: #EE13EA;
}
.BgClassName
{
background-color: #EE13EA;
}
</style>
border-color css
<style>
span { border-color: #EE13EA; }
span { border-color: rgb(238,19,234); }
td.TdClassName
{
border-color: #EE13EA;
}
.TagClassName
{
border-color: #EE13EA;
}
</style>