Shades of Magenta #ED03F3
Tints of Magenta #ED03F3
RGB
CMYK
RGB Variations
Color information
#ED03F3 (or 0xED03F3) is known color: Magenta. HEX triplet: ED, 03 and F3. RGB value is (237,3,243). Sum of RGB (Red+Green+Blue) = 237+3+243=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 3 (1.56% from 255 or 0.62% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED03F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03F3 is #12FC0C. Grayscale: #636363. Windows color (decimal): -1244173 or 15926253. OLE color: 15926253.
HSL color Cylindrical-coordinate representation of color #ED03F3: hue angle of 298.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03F3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 3 | 243 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.05 |
| HSL | 298.5º | 0.98% | 0.48% | - |
| HSV(B) | 298.5º | 0.99% | 0.95% | - |
| XYZ | 51.14 | 24.54 | 86.84 | - |
| YUV | 100.33 | 208.52 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 243 | 0.02 | 0.99 | 0 | 0.05 | 298.5 | 0.98 | 0.48 |
| Hex | ED | 3 | F3 | 2 | 63 | 0 | 5 | 12A | 62 | 30 |
| Octal | 355 | 3 | 363 | 2 | 143 | 0 | 5 | 452 | 142 | 60 |
| Binary | 11101101 | 11 | 11110011 | 10 | 1100011 | 0 | 101 | 100101010 | 1100010 | 110000 |
Color Harmonies of #ED03F3
Complementary color
Monochromatic Colors of #ED03F3
Black with #ED03F3
Text Example
Text Example
White with #ED03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03F3; }
p { color: rgb(237,3,243); }
H1.HeaderClassName
{
color: #ED03F3;
}
.AnyTagClassName
{
color: #ED03F3;
}
</style>
background-color css
<style>
a { background-color: #ED03F3; }
a { background-color: rgb(237,3,243); }
div.DivClassName
{
background-color: #ED03F3;
}
.BgClassName
{
background-color: #ED03F3;
}
</style>
border-color css
<style>
span { border-color: #ED03F3; }
span { border-color: rgb(237,3,243); }
td.TdClassName
{
border-color: #ED03F3;
}
.TagClassName
{
border-color: #ED03F3;
}
</style>