Shades of Magenta #ED20EE
Tints of Magenta #ED20EE
RGB
CMYK
RGB Variations
Color information
#ED20EE (or 0xED20EE) is known color: Magenta. HEX triplet: ED, 20 and EE. RGB value is (237,32,238). Sum of RGB (Red+Green+Blue) = 237+32+238=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20EE is #12DF11. Grayscale: #747474. Windows color (decimal): -1236754 or 15605997. OLE color: 15605997.
HSL color Cylindrical-coordinate representation of color #ED20EE: hue angle of 299.71º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED20EE is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 238 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.07 |
| HSL | 299.71º | 0.86% | 0.53% | - |
| HSV(B) | 299.71º | 0.87% | 0.93% | - |
| XYZ | 50.87 | 25.21 | 83.07 | - |
| YUV | 116.78 | 196.42 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 238 | 0.00 | 0.87 | 0 | 0.07 | 299.71 | 0.86 | 0.53 |
| Hex | ED | 20 | EE | 0 | 57 | 0 | 7 | 12C | 56 | 35 |
| Octal | 355 | 40 | 356 | 0 | 127 | 0 | 7 | 454 | 126 | 65 |
| Binary | 11101101 | 100000 | 11101110 | 0 | 1010111 | 0 | 111 | 100101100 | 1010110 | 110101 |
Color Harmonies of #ED20EE
Complementary color
Monochromatic Colors of #ED20EE
Black with #ED20EE
Text Example
Text Example
White with #ED20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20EE; }
p { color: rgb(237,32,238); }
H1.HeaderClassName
{
color: #ED20EE;
}
.AnyTagClassName
{
color: #ED20EE;
}
</style>
background-color css
<style>
a { background-color: #ED20EE; }
a { background-color: rgb(237,32,238); }
div.DivClassName
{
background-color: #ED20EE;
}
.BgClassName
{
background-color: #ED20EE;
}
</style>
border-color css
<style>
span { border-color: #ED20EE; }
span { border-color: rgb(237,32,238); }
td.TdClassName
{
border-color: #ED20EE;
}
.TagClassName
{
border-color: #ED20EE;
}
</style>