Shades of Magenta #ED1EEB
Tints of Magenta #ED1EEB
RGB
CMYK
RGB Variations
Color information
#ED1EEB (or 0xED1EEB) is known color: Magenta. HEX triplet: ED, 1E and EB. RGB value is (237,30,235). Sum of RGB (Red+Green+Blue) = 237+30+235=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EEB is #12E114. Grayscale: #727272. Windows color (decimal): -1237269 or 15408877. OLE color: 15408877.
HSL color Cylindrical-coordinate representation of color #ED1EEB: hue angle of 300.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1EEB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 235 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.07 |
| HSL | 300.58º | 0.85% | 0.52% | - |
| HSV(B) | 300.58º | 0.87% | 0.93% | - |
| XYZ | 50.38 | 24.93 | 80.75 | - |
| YUV | 115.26 | 195.58 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 235 | 0 | 0.87 | 0.01 | 0.07 | 300.58 | 0.85 | 0.52 |
| Hex | ED | 1E | EB | 0 | 57 | 1 | 7 | 12D | 55 | 34 |
| Octal | 355 | 36 | 353 | 0 | 127 | 1 | 7 | 455 | 125 | 64 |
| Binary | 11101101 | 11110 | 11101011 | 0 | 1010111 | 1 | 111 | 100101101 | 1010101 | 110100 |
Color Harmonies of #ED1EEB
Complementary color
Monochromatic Colors of #ED1EEB
Black with #ED1EEB
Text Example
Text Example
White with #ED1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1EEB; }
p { color: rgb(237,30,235); }
H1.HeaderClassName
{
color: #ED1EEB;
}
.AnyTagClassName
{
color: #ED1EEB;
}
</style>
background-color css
<style>
a { background-color: #ED1EEB; }
a { background-color: rgb(237,30,235); }
div.DivClassName
{
background-color: #ED1EEB;
}
.BgClassName
{
background-color: #ED1EEB;
}
</style>
border-color css
<style>
span { border-color: #ED1EEB; }
span { border-color: rgb(237,30,235); }
td.TdClassName
{
border-color: #ED1EEB;
}
.TagClassName
{
border-color: #ED1EEB;
}
</style>