Shades of Magenta #ED0FF3
Tints of Magenta #ED0FF3
RGB
CMYK
RGB Variations
Color information
#ED0FF3 (or 0xED0FF3) is known color: Magenta. HEX triplet: ED, 0F and F3. RGB value is (237,15,243). Sum of RGB (Red+Green+Blue) = 237+15+243=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED0FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FF3 is #12F00C. Grayscale: #6A6A6A. Windows color (decimal): -1241101 or 15929325. OLE color: 15929325.
HSL color Cylindrical-coordinate representation of color #ED0FF3: hue angle of 298.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FF3 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 15 | 243 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.05 |
| HSL | 298.42º | 0.9% | 0.51% | - |
| HSV(B) | 298.42º | 0.94% | 0.95% | - |
| XYZ | 51.27 | 24.82 | 86.88 | - |
| YUV | 107.37 | 204.55 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 243 | 0.02 | 0.94 | 0 | 0.05 | 298.42 | 0.9 | 0.51 |
| Hex | ED | F | F3 | 2 | 5E | 0 | 5 | 12A | 5A | 33 |
| Octal | 355 | 17 | 363 | 2 | 136 | 0 | 5 | 452 | 132 | 63 |
| Binary | 11101101 | 1111 | 11110011 | 10 | 1011110 | 0 | 101 | 100101010 | 1011010 | 110011 |
Color Harmonies of #ED0FF3
Complementary color
Monochromatic Colors of #ED0FF3
Black with #ED0FF3
Text Example
Text Example
White with #ED0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FF3; }
p { color: rgb(237,15,243); }
H1.HeaderClassName
{
color: #ED0FF3;
}
.AnyTagClassName
{
color: #ED0FF3;
}
</style>
background-color css
<style>
a { background-color: #ED0FF3; }
a { background-color: rgb(237,15,243); }
div.DivClassName
{
background-color: #ED0FF3;
}
.BgClassName
{
background-color: #ED0FF3;
}
</style>
border-color css
<style>
span { border-color: #ED0FF3; }
span { border-color: rgb(237,15,243); }
td.TdClassName
{
border-color: #ED0FF3;
}
.TagClassName
{
border-color: #ED0FF3;
}
</style>