Shades of Magenta #EE05F5
Tints of Magenta #EE05F5
RGB
CMYK
RGB Variations
Color information
#EE05F5 (or 0xEE05F5) is known color: Magenta. HEX triplet: EE, 05 and F5. RGB value is (238,5,245). Sum of RGB (Red+Green+Blue) = 238+5+245=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE05F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05F5 is #11FA0A. Grayscale: #656565. Windows color (decimal): -1178123 or 16057838. OLE color: 16057838.
HSL color Cylindrical-coordinate representation of color #EE05F5: hue angle of 298.25º degrees, saturation: 0.96, 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 #EE05F5 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 5 | 245 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.04 |
| HSL | 298.25º | 0.96% | 0.49% | - |
| HSV(B) | 298.25º | 0.98% | 0.96% | - |
| XYZ | 51.8 | 24.88 | 88.46 | - |
| YUV | 102.03 | 208.69 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 245 | 0.03 | 0.98 | 0 | 0.04 | 298.25 | 0.96 | 0.49 |
| Hex | EE | 5 | F5 | 3 | 62 | 0 | 4 | 12A | 60 | 31 |
| Octal | 356 | 5 | 365 | 3 | 142 | 0 | 4 | 452 | 140 | 61 |
| Binary | 11101110 | 101 | 11110101 | 11 | 1100010 | 0 | 100 | 100101010 | 1100000 | 110001 |
Color Harmonies of #EE05F5
Complementary color
Monochromatic Colors of #EE05F5
Black with #EE05F5
Text Example
Text Example
White with #EE05F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05F5; }
p { color: rgb(238,5,245); }
H1.HeaderClassName
{
color: #EE05F5;
}
.AnyTagClassName
{
color: #EE05F5;
}
</style>
background-color css
<style>
a { background-color: #EE05F5; }
a { background-color: rgb(238,5,245); }
div.DivClassName
{
background-color: #EE05F5;
}
.BgClassName
{
background-color: #EE05F5;
}
</style>
border-color css
<style>
span { border-color: #EE05F5; }
span { border-color: rgb(238,5,245); }
td.TdClassName
{
border-color: #EE05F5;
}
.TagClassName
{
border-color: #EE05F5;
}
</style>