Shades of Magenta #EE05ED
Tints of Magenta #EE05ED
RGB
CMYK
RGB Variations
Color information
#EE05ED (or 0xEE05ED) is known color: Magenta. HEX triplet: EE, 05 and ED. RGB value is (238,5,237). Sum of RGB (Red+Green+Blue) = 238+5+237=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 5 (2.34% from 255 or 1.04% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05ED is #11FA12. Grayscale: #646464. Windows color (decimal): -1178131 or 15533550. OLE color: 15533550.
HSL color Cylindrical-coordinate representation of color #EE05ED: hue angle of 300.26º 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 #EE05ED is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.07 |
| HSL | 300.26º | 0.96% | 0.48% | - |
| HSV(B) | 300.26º | 0.98% | 0.93% | - |
| XYZ | 50.6 | 24.4 | 82.16 | - |
| YUV | 101.12 | 204.69 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 237 | 0 | 0.98 | 0.00 | 0.07 | 300.26 | 0.96 | 0.48 |
| Hex | EE | 5 | ED | 0 | 62 | 0 | 7 | 12C | 60 | 30 |
| Octal | 356 | 5 | 355 | 0 | 142 | 0 | 7 | 454 | 140 | 60 |
| Binary | 11101110 | 101 | 11101101 | 0 | 1100010 | 0 | 111 | 100101100 | 1100000 | 110000 |
Color Harmonies of #EE05ED
Complementary color
Monochromatic Colors of #EE05ED
Black with #EE05ED
Text Example
Text Example
White with #EE05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05ED; }
p { color: rgb(238,5,237); }
H1.HeaderClassName
{
color: #EE05ED;
}
.AnyTagClassName
{
color: #EE05ED;
}
</style>
background-color css
<style>
a { background-color: #EE05ED; }
a { background-color: rgb(238,5,237); }
div.DivClassName
{
background-color: #EE05ED;
}
.BgClassName
{
background-color: #EE05ED;
}
</style>
border-color css
<style>
span { border-color: #EE05ED; }
span { border-color: rgb(238,5,237); }
td.TdClassName
{
border-color: #EE05ED;
}
.TagClassName
{
border-color: #EE05ED;
}
</style>