Shades of Magenta #EE07EA
Tints of Magenta #EE07EA
RGB
CMYK
RGB Variations
Color information
#EE07EA (or 0xEE07EA) is known color: Magenta. HEX triplet: EE, 07 and EA. RGB value is (238,7,234). Sum of RGB (Red+Green+Blue) = 238+7+234=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07EA is #11F815. Grayscale: #656565. Windows color (decimal): -1177622 or 15337454. OLE color: 15337454.
HSL color Cylindrical-coordinate representation of color #EE07EA: hue angle of 301.04º 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 #EE07EA is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 234 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.07 |
| HSL | 301.04º | 0.94% | 0.48% | - |
| HSV(B) | 301.04º | 0.97% | 0.93% | - |
| XYZ | 50.19 | 24.27 | 79.88 | - |
| YUV | 101.95 | 202.53 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 234 | 0 | 0.97 | 0.02 | 0.07 | 301.04 | 0.94 | 0.48 |
| Hex | EE | 7 | EA | 0 | 61 | 2 | 7 | 12D | 5E | 30 |
| Octal | 356 | 7 | 352 | 0 | 141 | 2 | 7 | 455 | 136 | 60 |
| Binary | 11101110 | 111 | 11101010 | 0 | 1100001 | 10 | 111 | 100101101 | 1011110 | 110000 |
Color Harmonies of #EE07EA
Complementary color
Monochromatic Colors of #EE07EA
Black with #EE07EA
Text Example
Text Example
White with #EE07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07EA; }
p { color: rgb(238,7,234); }
H1.HeaderClassName
{
color: #EE07EA;
}
.AnyTagClassName
{
color: #EE07EA;
}
</style>
background-color css
<style>
a { background-color: #EE07EA; }
a { background-color: rgb(238,7,234); }
div.DivClassName
{
background-color: #EE07EA;
}
.BgClassName
{
background-color: #EE07EA;
}
</style>
border-color css
<style>
span { border-color: #EE07EA; }
span { border-color: rgb(238,7,234); }
td.TdClassName
{
border-color: #EE07EA;
}
.TagClassName
{
border-color: #EE07EA;
}
</style>