Shades of Magenta #ED10EE
Tints of Magenta #ED10EE
RGB
CMYK
RGB Variations
Color information
#ED10EE (or 0xED10EE) is known color: Magenta. HEX triplet: ED, 10 and EE. RGB value is (237,16,238). Sum of RGB (Red+Green+Blue) = 237+16+238=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED10EE is #12EF11. Grayscale: #6A6A6A. Windows color (decimal): -1240850 or 15601901. OLE color: 15601901.
HSL color Cylindrical-coordinate representation of color #ED10EE: hue angle of 299.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10EE is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 238 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.07 |
| HSL | 299.73º | 0.87% | 0.5% | - |
| HSV(B) | 299.73º | 0.93% | 0.93% | - |
| XYZ | 50.54 | 24.55 | 82.96 | - |
| YUV | 107.39 | 201.72 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 238 | 0.00 | 0.93 | 0 | 0.07 | 299.73 | 0.87 | 0.5 |
| Hex | ED | 10 | EE | 0 | 5D | 0 | 7 | 12C | 57 | 32 |
| Octal | 355 | 20 | 356 | 0 | 135 | 0 | 7 | 454 | 127 | 62 |
| Binary | 11101101 | 10000 | 11101110 | 0 | 1011101 | 0 | 111 | 100101100 | 1010111 | 110010 |
Color Harmonies of #ED10EE
Complementary color
Monochromatic Colors of #ED10EE
Black with #ED10EE
Text Example
Text Example
White with #ED10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10EE; }
p { color: rgb(237,16,238); }
H1.HeaderClassName
{
color: #ED10EE;
}
.AnyTagClassName
{
color: #ED10EE;
}
</style>
background-color css
<style>
a { background-color: #ED10EE; }
a { background-color: rgb(237,16,238); }
div.DivClassName
{
background-color: #ED10EE;
}
.BgClassName
{
background-color: #ED10EE;
}
</style>
border-color css
<style>
span { border-color: #ED10EE; }
span { border-color: rgb(237,16,238); }
td.TdClassName
{
border-color: #ED10EE;
}
.TagClassName
{
border-color: #ED10EE;
}
</style>