Shades of Magenta #EE05EE
Tints of Magenta #EE05EE
RGB
CMYK
RGB Variations
Color information
#EE05EE (or 0xEE05EE) is known color: Magenta. HEX triplet: EE, 05 and EE. RGB value is (238,5,238). Sum of RGB (Red+Green+Blue) = 238+5+238=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE05EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05EE is #11FA11. Grayscale: #646464. Windows color (decimal): -1178130 or 15599086. OLE color: 15599086.
HSL color Cylindrical-coordinate representation of color #EE05EE: hue angle of 300º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05EE is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 238 | - |
| CMYK | 0 | 0.98 | 0 | 0.07 |
| HSL | 300º | 0.96% | 0.48% | - |
| HSV(B) | 300º | 0.98% | 0.93% | - |
| XYZ | 50.75 | 24.46 | 82.94 | - |
| YUV | 101.23 | 205.19 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 238 | 0 | 0.98 | 0 | 0.07 | 300 | 0.96 | 0.48 |
| Hex | EE | 5 | EE | 0 | 62 | 0 | 7 | 12C | 60 | 30 |
| Octal | 356 | 5 | 356 | 0 | 142 | 0 | 7 | 454 | 140 | 60 |
| Binary | 11101110 | 101 | 11101110 | 0 | 1100010 | 0 | 111 | 100101100 | 1100000 | 110000 |
Color Harmonies of #EE05EE
Complementary color
Monochromatic Colors of #EE05EE
Black with #EE05EE
Text Example
Text Example
White with #EE05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05EE; }
p { color: rgb(238,5,238); }
H1.HeaderClassName
{
color: #EE05EE;
}
.AnyTagClassName
{
color: #EE05EE;
}
</style>
background-color css
<style>
a { background-color: #EE05EE; }
a { background-color: rgb(238,5,238); }
div.DivClassName
{
background-color: #EE05EE;
}
.BgClassName
{
background-color: #EE05EE;
}
</style>
border-color css
<style>
span { border-color: #EE05EE; }
span { border-color: rgb(238,5,238); }
td.TdClassName
{
border-color: #EE05EE;
}
.TagClassName
{
border-color: #EE05EE;
}
</style>