Shades of Magenta #ED03E5
Tints of Magenta #ED03E5
RGB
CMYK
RGB Variations
Color information
#ED03E5 (or 0xED03E5) is known color: Magenta. HEX triplet: ED, 03 and E5. RGB value is (237,3,229). Sum of RGB (Red+Green+Blue) = 237+3+229=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03E5 is #12FC1A. Grayscale: #626262. Windows color (decimal): -1244187 or 15008749. OLE color: 15008749.
HSL color Cylindrical-coordinate representation of color #ED03E5: hue angle of 302.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03E5 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.07 |
| HSL | 302.05º | 0.98% | 0.47% | - |
| HSV(B) | 302.05º | 0.99% | 0.93% | - |
| XYZ | 49.1 | 23.73 | 76.12 | - |
| YUV | 98.73 | 201.52 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 229 | 0 | 0.99 | 0.03 | 0.07 | 302.05 | 0.98 | 0.47 |
| Hex | ED | 3 | E5 | 0 | 63 | 3 | 7 | 12E | 62 | 2F |
| Octal | 355 | 3 | 345 | 0 | 143 | 3 | 7 | 456 | 142 | 57 |
| Binary | 11101101 | 11 | 11100101 | 0 | 1100011 | 11 | 111 | 100101110 | 1100010 | 101111 |
Color Harmonies of #ED03E5
Complementary color
Monochromatic Colors of #ED03E5
Black with #ED03E5
Text Example
Text Example
White with #ED03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03E5; }
p { color: rgb(237,3,229); }
H1.HeaderClassName
{
color: #ED03E5;
}
.AnyTagClassName
{
color: #ED03E5;
}
</style>
background-color css
<style>
a { background-color: #ED03E5; }
a { background-color: rgb(237,3,229); }
div.DivClassName
{
background-color: #ED03E5;
}
.BgClassName
{
background-color: #ED03E5;
}
</style>
border-color css
<style>
span { border-color: #ED03E5; }
span { border-color: rgb(237,3,229); }
td.TdClassName
{
border-color: #ED03E5;
}
.TagClassName
{
border-color: #ED03E5;
}
</style>