Shades of Magenta #EE04FE
Tints of Magenta #EE04FE
RGB
CMYK
RGB Variations
Color information
#EE04FE (or 0xEE04FE) is known color: Magenta. HEX triplet: EE, 04 and FE. RGB value is (238,4,254). Sum of RGB (Red+Green+Blue) = 238+4+254=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 4 (1.95% from 255 or 0.81% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04FE is #11FB01. Grayscale: #656565. Windows color (decimal): -1178370 or 16647406. OLE color: 16647406.
HSL color Cylindrical-coordinate representation of color #EE04FE: hue angle of 296.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04FE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 4 | 254 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.00 |
| HSL | 296.16º | 0.99% | 0.51% | - |
| HSV(B) | 296.16º | 0.98% | 1% | - |
| XYZ | 53.19 | 25.42 | 95.87 | - |
| YUV | 102.47 | 213.52 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 254 | 0.06 | 0.98 | 0 | 0.00 | 296.16 | 0.99 | 0.51 |
| Hex | EE | 4 | FE | 6 | 62 | 0 | 0 | 128 | 63 | 33 |
| Octal | 356 | 4 | 376 | 6 | 142 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101110 | 100 | 11111110 | 110 | 1100010 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EE04FE
Complementary color
Monochromatic Colors of #EE04FE
Black with #EE04FE
Text Example
Text Example
White with #EE04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04FE; }
p { color: rgb(238,4,254); }
H1.HeaderClassName
{
color: #EE04FE;
}
.AnyTagClassName
{
color: #EE04FE;
}
</style>
background-color css
<style>
a { background-color: #EE04FE; }
a { background-color: rgb(238,4,254); }
div.DivClassName
{
background-color: #EE04FE;
}
.BgClassName
{
background-color: #EE04FE;
}
</style>
border-color css
<style>
span { border-color: #EE04FE; }
span { border-color: rgb(238,4,254); }
td.TdClassName
{
border-color: #EE04FE;
}
.TagClassName
{
border-color: #EE04FE;
}
</style>