Shades of Magenta #ED09F2
Tints of Magenta #ED09F2
RGB
CMYK
RGB Variations
Color information
#ED09F2 (or 0xED09F2) is known color: Magenta. HEX triplet: ED, 09 and F2. RGB value is (237,9,242). Sum of RGB (Red+Green+Blue) = 237+9+242=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 9 (3.91% from 255 or 1.84% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED09F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09F2 is #12F60D. Grayscale: #676767. Windows color (decimal): -1242638 or 15862253. OLE color: 15862253.
HSL color Cylindrical-coordinate representation of color #ED09F2: hue angle of 298.71º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED09F2 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 9 | 242 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.05 |
| HSL | 298.71º | 0.93% | 0.49% | - |
| HSV(B) | 298.71º | 0.96% | 0.95% | - |
| XYZ | 51.05 | 24.61 | 86.06 | - |
| YUV | 103.73 | 206.04 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 242 | 0.02 | 0.96 | 0 | 0.05 | 298.71 | 0.93 | 0.49 |
| Hex | ED | 9 | F2 | 2 | 60 | 0 | 5 | 12B | 5D | 31 |
| Octal | 355 | 11 | 362 | 2 | 140 | 0 | 5 | 453 | 135 | 61 |
| Binary | 11101101 | 1001 | 11110010 | 10 | 1100000 | 0 | 101 | 100101011 | 1011101 | 110001 |
Color Harmonies of #ED09F2
Complementary color
Monochromatic Colors of #ED09F2
Black with #ED09F2
Text Example
Text Example
White with #ED09F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09F2; }
p { color: rgb(237,9,242); }
H1.HeaderClassName
{
color: #ED09F2;
}
.AnyTagClassName
{
color: #ED09F2;
}
</style>
background-color css
<style>
a { background-color: #ED09F2; }
a { background-color: rgb(237,9,242); }
div.DivClassName
{
background-color: #ED09F2;
}
.BgClassName
{
background-color: #ED09F2;
}
</style>
border-color css
<style>
span { border-color: #ED09F2; }
span { border-color: rgb(237,9,242); }
td.TdClassName
{
border-color: #ED09F2;
}
.TagClassName
{
border-color: #ED09F2;
}
</style>