Shades of Magenta #EE07E6
Tints of Magenta #EE07E6
RGB
CMYK
RGB Variations
Color information
#EE07E6 (or 0xEE07E6) is known color: Magenta. HEX triplet: EE, 07 and E6. RGB value is (238,7,230). Sum of RGB (Red+Green+Blue) = 238+7+230=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07E6 is #11F819. Grayscale: #646464. Windows color (decimal): -1177626 or 15075310. OLE color: 15075310.
HSL color Cylindrical-coordinate representation of color #EE07E6: hue angle of 302.08º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07E6 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.07 |
| HSL | 302.08º | 0.94% | 0.48% | - |
| HSV(B) | 302.08º | 0.97% | 0.93% | - |
| XYZ | 49.62 | 24.04 | 76.89 | - |
| YUV | 101.49 | 200.53 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 230 | 0 | 0.97 | 0.03 | 0.07 | 302.08 | 0.94 | 0.48 |
| Hex | EE | 7 | E6 | 0 | 61 | 3 | 7 | 12E | 5E | 30 |
| Octal | 356 | 7 | 346 | 0 | 141 | 3 | 7 | 456 | 136 | 60 |
| Binary | 11101110 | 111 | 11100110 | 0 | 1100001 | 11 | 111 | 100101110 | 1011110 | 110000 |
Color Harmonies of #EE07E6
Complementary color
Monochromatic Colors of #EE07E6
Black with #EE07E6
Text Example
Text Example
White with #EE07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07E6; }
p { color: rgb(238,7,230); }
H1.HeaderClassName
{
color: #EE07E6;
}
.AnyTagClassName
{
color: #EE07E6;
}
</style>
background-color css
<style>
a { background-color: #EE07E6; }
a { background-color: rgb(238,7,230); }
div.DivClassName
{
background-color: #EE07E6;
}
.BgClassName
{
background-color: #EE07E6;
}
</style>
border-color css
<style>
span { border-color: #EE07E6; }
span { border-color: rgb(238,7,230); }
td.TdClassName
{
border-color: #EE07E6;
}
.TagClassName
{
border-color: #EE07E6;
}
</style>