Shades of Magenta #EE09F5
Tints of Magenta #EE09F5
RGB
CMYK
RGB Variations
Color information
#EE09F5 (or 0xEE09F5) is known color: Magenta. HEX triplet: EE, 09 and F5. RGB value is (238,9,245). Sum of RGB (Red+Green+Blue) = 238+9+245=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 9 (3.91% from 255 or 1.83% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE09F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE09F5 is #11F60A. Grayscale: #676767. Windows color (decimal): -1177099 or 16058862. OLE color: 16058862.
HSL color Cylindrical-coordinate representation of color #EE09F5: hue angle of 298.22º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE09F5 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 9 | 245 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.04 |
| HSL | 298.22º | 0.93% | 0.5% | - |
| HSV(B) | 298.22º | 0.96% | 0.96% | - |
| XYZ | 51.84 | 24.97 | 88.47 | - |
| YUV | 104.38 | 207.37 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 245 | 0.03 | 0.96 | 0 | 0.04 | 298.22 | 0.93 | 0.5 |
| Hex | EE | 9 | F5 | 3 | 60 | 0 | 4 | 12A | 5D | 32 |
| Octal | 356 | 11 | 365 | 3 | 140 | 0 | 4 | 452 | 135 | 62 |
| Binary | 11101110 | 1001 | 11110101 | 11 | 1100000 | 0 | 100 | 100101010 | 1011101 | 110010 |
Color Harmonies of #EE09F5
Complementary color
Monochromatic Colors of #EE09F5
Black with #EE09F5
Text Example
Text Example
White with #EE09F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE09F5; }
p { color: rgb(238,9,245); }
H1.HeaderClassName
{
color: #EE09F5;
}
.AnyTagClassName
{
color: #EE09F5;
}
</style>
background-color css
<style>
a { background-color: #EE09F5; }
a { background-color: rgb(238,9,245); }
div.DivClassName
{
background-color: #EE09F5;
}
.BgClassName
{
background-color: #EE09F5;
}
</style>
border-color css
<style>
span { border-color: #EE09F5; }
span { border-color: rgb(238,9,245); }
td.TdClassName
{
border-color: #EE09F5;
}
.TagClassName
{
border-color: #EE09F5;
}
</style>