Shades of Magenta #ED0FEA
Tints of Magenta #ED0FEA
RGB
CMYK
RGB Variations
Color information
#ED0FEA (or 0xED0FEA) is known color: Magenta. HEX triplet: ED, 0F and EA. RGB value is (237,15,234). Sum of RGB (Red+Green+Blue) = 237+15+234=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FEA is #12F015. Grayscale: #696969. Windows color (decimal): -1241110 or 15339501. OLE color: 15339501.
HSL color Cylindrical-coordinate representation of color #ED0FEA: hue angle of 300.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FEA is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 234 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.07 |
| HSL | 300.81º | 0.88% | 0.49% | - |
| HSV(B) | 300.81º | 0.94% | 0.93% | - |
| XYZ | 49.95 | 24.29 | 79.9 | - |
| YUV | 106.34 | 200.05 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 234 | 0 | 0.94 | 0.01 | 0.07 | 300.81 | 0.88 | 0.49 |
| Hex | ED | F | EA | 0 | 5E | 1 | 7 | 12D | 58 | 31 |
| Octal | 355 | 17 | 352 | 0 | 136 | 1 | 7 | 455 | 130 | 61 |
| Binary | 11101101 | 1111 | 11101010 | 0 | 1011110 | 1 | 111 | 100101101 | 1011000 | 110001 |
Color Harmonies of #ED0FEA
Complementary color
Monochromatic Colors of #ED0FEA
Black with #ED0FEA
Text Example
Text Example
White with #ED0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FEA; }
p { color: rgb(237,15,234); }
H1.HeaderClassName
{
color: #ED0FEA;
}
.AnyTagClassName
{
color: #ED0FEA;
}
</style>
background-color css
<style>
a { background-color: #ED0FEA; }
a { background-color: rgb(237,15,234); }
div.DivClassName
{
background-color: #ED0FEA;
}
.BgClassName
{
background-color: #ED0FEA;
}
</style>
border-color css
<style>
span { border-color: #ED0FEA; }
span { border-color: rgb(237,15,234); }
td.TdClassName
{
border-color: #ED0FEA;
}
.TagClassName
{
border-color: #ED0FEA;
}
</style>