Shades of Magenta #EE06E6
Tints of Magenta #EE06E6
RGB
CMYK
RGB Variations
Color information
#EE06E6 (or 0xEE06E6) is known color: Magenta. HEX triplet: EE, 06 and E6. RGB value is (238,6,230). Sum of RGB (Red+Green+Blue) = 238+6+230=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06E6 is #11F919. Grayscale: #646464. Windows color (decimal): -1177882 or 15075054. OLE color: 15075054.
HSL color Cylindrical-coordinate representation of color #EE06E6: hue angle of 302.07º degrees, saturation: 0.95, 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 #EE06E6 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 230 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.07 |
| HSL | 302.07º | 0.95% | 0.48% | - |
| HSV(B) | 302.07º | 0.97% | 0.93% | - |
| XYZ | 49.61 | 24.02 | 76.88 | - |
| YUV | 100.9 | 200.86 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 230 | 0 | 0.97 | 0.03 | 0.07 | 302.07 | 0.95 | 0.48 |
| Hex | EE | 6 | E6 | 0 | 61 | 3 | 7 | 12E | 5F | 30 |
| Octal | 356 | 6 | 346 | 0 | 141 | 3 | 7 | 456 | 137 | 60 |
| Binary | 11101110 | 110 | 11100110 | 0 | 1100001 | 11 | 111 | 100101110 | 1011111 | 110000 |
Color Harmonies of #EE06E6
Complementary color
Monochromatic Colors of #EE06E6
Black with #EE06E6
Text Example
Text Example
White with #EE06E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE06E6; }
p { color: rgb(238,6,230); }
H1.HeaderClassName
{
color: #EE06E6;
}
.AnyTagClassName
{
color: #EE06E6;
}
</style>
background-color css
<style>
a { background-color: #EE06E6; }
a { background-color: rgb(238,6,230); }
div.DivClassName
{
background-color: #EE06E6;
}
.BgClassName
{
background-color: #EE06E6;
}
</style>
border-color css
<style>
span { border-color: #EE06E6; }
span { border-color: rgb(238,6,230); }
td.TdClassName
{
border-color: #EE06E6;
}
.TagClassName
{
border-color: #EE06E6;
}
</style>