Shades of Magenta #EE0AE5
Tints of Magenta #EE0AE5
RGB
CMYK
RGB Variations
Color information
#EE0AE5 (or 0xEE0AE5) is known color: Magenta. HEX triplet: EE, 0A and E5. RGB value is (238,10,229). Sum of RGB (Red+Green+Blue) = 238+10+229=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AE5 is #11F51A. Grayscale: #666666. Windows color (decimal): -1176859 or 15010542. OLE color: 15010542.
HSL color Cylindrical-coordinate representation of color #EE0AE5: hue angle of 302.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AE5 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 229 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.07 |
| HSL | 302.37º | 0.92% | 0.49% | - |
| HSV(B) | 302.37º | 0.96% | 0.93% | - |
| XYZ | 49.51 | 24.05 | 76.16 | - |
| YUV | 103.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 229 | 0 | 0.96 | 0.04 | 0.07 | 302.37 | 0.92 | 0.49 |
| Hex | EE | A | E5 | 0 | 60 | 4 | 7 | 12E | 5C | 31 |
| Octal | 356 | 12 | 345 | 0 | 140 | 4 | 7 | 456 | 134 | 61 |
| Binary | 11101110 | 1010 | 11100101 | 0 | 1100000 | 100 | 111 | 100101110 | 1011100 | 110001 |
Color Harmonies of #EE0AE5
Complementary color
Monochromatic Colors of #EE0AE5
Black with #EE0AE5
Text Example
Text Example
White with #EE0AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AE5; }
p { color: rgb(238,10,229); }
H1.HeaderClassName
{
color: #EE0AE5;
}
.AnyTagClassName
{
color: #EE0AE5;
}
</style>
background-color css
<style>
a { background-color: #EE0AE5; }
a { background-color: rgb(238,10,229); }
div.DivClassName
{
background-color: #EE0AE5;
}
.BgClassName
{
background-color: #EE0AE5;
}
</style>
border-color css
<style>
span { border-color: #EE0AE5; }
span { border-color: rgb(238,10,229); }
td.TdClassName
{
border-color: #EE0AE5;
}
.TagClassName
{
border-color: #EE0AE5;
}
</style>