Shades of Magenta #ED1AF3
Tints of Magenta #ED1AF3
RGB
CMYK
RGB Variations
Color information
#ED1AF3 (or 0xED1AF3) is known color: Magenta. HEX triplet: ED, 1A and F3. RGB value is (237,26,243). Sum of RGB (Red+Green+Blue) = 237+26+243=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 26 (10.55% from 255 or 5.14% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED1AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AF3 is #12E50C. Grayscale: #717171. Windows color (decimal): -1238285 or 15932141. OLE color: 15932141.
HSL color Cylindrical-coordinate representation of color #ED1AF3: hue angle of 298.34º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1AF3 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 26 | 243 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.05 |
| HSL | 298.34º | 0.9% | 0.53% | - |
| HSV(B) | 298.34º | 0.89% | 0.95% | - |
| XYZ | 51.47 | 25.21 | 86.95 | - |
| YUV | 113.83 | 200.9 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 243 | 0.02 | 0.89 | 0 | 0.05 | 298.34 | 0.9 | 0.53 |
| Hex | ED | 1A | F3 | 2 | 59 | 0 | 5 | 12A | 5A | 35 |
| Octal | 355 | 32 | 363 | 2 | 131 | 0 | 5 | 452 | 132 | 65 |
| Binary | 11101101 | 11010 | 11110011 | 10 | 1011001 | 0 | 101 | 100101010 | 1011010 | 110101 |
Color Harmonies of #ED1AF3
Complementary color
Monochromatic Colors of #ED1AF3
Black with #ED1AF3
Text Example
Text Example
White with #ED1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AF3; }
p { color: rgb(237,26,243); }
H1.HeaderClassName
{
color: #ED1AF3;
}
.AnyTagClassName
{
color: #ED1AF3;
}
</style>
background-color css
<style>
a { background-color: #ED1AF3; }
a { background-color: rgb(237,26,243); }
div.DivClassName
{
background-color: #ED1AF3;
}
.BgClassName
{
background-color: #ED1AF3;
}
</style>
border-color css
<style>
span { border-color: #ED1AF3; }
span { border-color: rgb(237,26,243); }
td.TdClassName
{
border-color: #ED1AF3;
}
.TagClassName
{
border-color: #ED1AF3;
}
</style>