Shades of Magenta #EE07FE
Tints of Magenta #EE07FE
RGB
CMYK
RGB Variations
Color information
#EE07FE (or 0xEE07FE) is known color: Magenta. HEX triplet: EE, 07 and FE. RGB value is (238,7,254). Sum of RGB (Red+Green+Blue) = 238+7+254=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 7 (3.12% from 255 or 1.40% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE07FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07FE is #11F801. Grayscale: #676767. Windows color (decimal): -1177602 or 16648174. OLE color: 16648174.
HSL color Cylindrical-coordinate representation of color #EE07FE: hue angle of 296.11º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07FE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 7 | 254 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.00 |
| HSL | 296.11º | 0.99% | 0.51% | - |
| HSV(B) | 296.11º | 0.97% | 1% | - |
| XYZ | 53.23 | 25.48 | 95.88 | - |
| YUV | 104.23 | 212.53 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 254 | 0.06 | 0.97 | 0 | 0.00 | 296.11 | 0.99 | 0.51 |
| Hex | EE | 7 | FE | 6 | 61 | 0 | 0 | 128 | 63 | 33 |
| Octal | 356 | 7 | 376 | 6 | 141 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101110 | 111 | 11111110 | 110 | 1100001 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EE07FE
Complementary color
Monochromatic Colors of #EE07FE
Black with #EE07FE
Text Example
Text Example
White with #EE07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07FE; }
p { color: rgb(238,7,254); }
H1.HeaderClassName
{
color: #EE07FE;
}
.AnyTagClassName
{
color: #EE07FE;
}
</style>
background-color css
<style>
a { background-color: #EE07FE; }
a { background-color: rgb(238,7,254); }
div.DivClassName
{
background-color: #EE07FE;
}
.BgClassName
{
background-color: #EE07FE;
}
</style>
border-color css
<style>
span { border-color: #EE07FE; }
span { border-color: rgb(238,7,254); }
td.TdClassName
{
border-color: #EE07FE;
}
.TagClassName
{
border-color: #EE07FE;
}
</style>