Shades of Magenta #EE05EF
Tints of Magenta #EE05EF
RGB
CMYK
RGB Variations
Color information
#EE05EF (or 0xEE05EF) is known color: Magenta. HEX triplet: EE, 05 and EF. RGB value is (238,5,239). Sum of RGB (Red+Green+Blue) = 238+5+239=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE05EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05EF is #11FA10. Grayscale: #646464. Windows color (decimal): -1178129 or 15664622. OLE color: 15664622.
HSL color Cylindrical-coordinate representation of color #EE05EF: hue angle of 299.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05EF is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 5 | 239 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.06 |
| HSL | 299.74º | 0.96% | 0.48% | - |
| HSV(B) | 299.74º | 0.98% | 0.94% | - |
| XYZ | 50.89 | 24.52 | 83.71 | - |
| YUV | 101.34 | 205.69 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 239 | 0.00 | 0.98 | 0 | 0.06 | 299.74 | 0.96 | 0.48 |
| Hex | EE | 5 | EF | 0 | 62 | 0 | 6 | 12C | 60 | 30 |
| Octal | 356 | 5 | 357 | 0 | 142 | 0 | 6 | 454 | 140 | 60 |
| Binary | 11101110 | 101 | 11101111 | 0 | 1100010 | 0 | 110 | 100101100 | 1100000 | 110000 |
Color Harmonies of #EE05EF
Complementary color
Monochromatic Colors of #EE05EF
Black with #EE05EF
Text Example
Text Example
White with #EE05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05EF; }
p { color: rgb(238,5,239); }
H1.HeaderClassName
{
color: #EE05EF;
}
.AnyTagClassName
{
color: #EE05EF;
}
</style>
background-color css
<style>
a { background-color: #EE05EF; }
a { background-color: rgb(238,5,239); }
div.DivClassName
{
background-color: #EE05EF;
}
.BgClassName
{
background-color: #EE05EF;
}
</style>
border-color css
<style>
span { border-color: #EE05EF; }
span { border-color: rgb(238,5,239); }
td.TdClassName
{
border-color: #EE05EF;
}
.TagClassName
{
border-color: #EE05EF;
}
</style>