Shades of Magenta #EE04F4
Tints of Magenta #EE04F4
RGB
CMYK
RGB Variations
Color information
#EE04F4 (or 0xEE04F4) is known color: Magenta. HEX triplet: EE, 04 and F4. RGB value is (238,4,244). Sum of RGB (Red+Green+Blue) = 238+4+244=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE04F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04F4 is #11FB0B. Grayscale: #646464. Windows color (decimal): -1178380 or 15992046. OLE color: 15992046.
HSL color Cylindrical-coordinate representation of color #EE04F4: hue angle of 298.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04F4 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 4 | 244 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.04 |
| HSL | 298.5º | 0.97% | 0.49% | - |
| HSV(B) | 298.5º | 0.98% | 0.96% | - |
| XYZ | 51.63 | 24.8 | 87.65 | - |
| YUV | 101.33 | 208.52 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 244 | 0.02 | 0.98 | 0 | 0.04 | 298.5 | 0.97 | 0.49 |
| Hex | EE | 4 | F4 | 2 | 62 | 0 | 4 | 12A | 61 | 31 |
| Octal | 356 | 4 | 364 | 2 | 142 | 0 | 4 | 452 | 141 | 61 |
| Binary | 11101110 | 100 | 11110100 | 10 | 1100010 | 0 | 100 | 100101010 | 1100001 | 110001 |
Color Harmonies of #EE04F4
Complementary color
Monochromatic Colors of #EE04F4
Black with #EE04F4
Text Example
Text Example
White with #EE04F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04F4; }
p { color: rgb(238,4,244); }
H1.HeaderClassName
{
color: #EE04F4;
}
.AnyTagClassName
{
color: #EE04F4;
}
</style>
background-color css
<style>
a { background-color: #EE04F4; }
a { background-color: rgb(238,4,244); }
div.DivClassName
{
background-color: #EE04F4;
}
.BgClassName
{
background-color: #EE04F4;
}
</style>
border-color css
<style>
span { border-color: #EE04F4; }
span { border-color: rgb(238,4,244); }
td.TdClassName
{
border-color: #EE04F4;
}
.TagClassName
{
border-color: #EE04F4;
}
</style>