Shades of Magenta #ED0CE5
Tints of Magenta #ED0CE5
RGB
CMYK
RGB Variations
Color information
#ED0CE5 (or 0xED0CE5) is known color: Magenta. HEX triplet: ED, 0C and E5. RGB value is (237,12,229). Sum of RGB (Red+Green+Blue) = 237+12+229=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CE5 is #12F31A. Grayscale: #676767. Windows color (decimal): -1241883 or 15011053. OLE color: 15011053.
HSL color Cylindrical-coordinate representation of color #ED0CE5: hue angle of 302.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 229 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.07 |
| HSL | 302.13º | 0.9% | 0.49% | - |
| HSV(B) | 302.13º | 0.95% | 0.93% | - |
| XYZ | 49.2 | 23.92 | 76.15 | - |
| YUV | 104.01 | 198.54 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 229 | 0 | 0.95 | 0.03 | 0.07 | 302.13 | 0.9 | 0.49 |
| Hex | ED | C | E5 | 0 | 5F | 3 | 7 | 12E | 5A | 31 |
| Octal | 355 | 14 | 345 | 0 | 137 | 3 | 7 | 456 | 132 | 61 |
| Binary | 11101101 | 1100 | 11100101 | 0 | 1011111 | 11 | 111 | 100101110 | 1011010 | 110001 |
Color Harmonies of #ED0CE5
Complementary color
Monochromatic Colors of #ED0CE5
Black with #ED0CE5
Text Example
Text Example
White with #ED0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0CE5; }
p { color: rgb(237,12,229); }
H1.HeaderClassName
{
color: #ED0CE5;
}
.AnyTagClassName
{
color: #ED0CE5;
}
</style>
background-color css
<style>
a { background-color: #ED0CE5; }
a { background-color: rgb(237,12,229); }
div.DivClassName
{
background-color: #ED0CE5;
}
.BgClassName
{
background-color: #ED0CE5;
}
</style>
border-color css
<style>
span { border-color: #ED0CE5; }
span { border-color: rgb(237,12,229); }
td.TdClassName
{
border-color: #ED0CE5;
}
.TagClassName
{
border-color: #ED0CE5;
}
</style>