Shades of Magenta #ED25EE
Tints of Magenta #ED25EE
RGB
CMYK
RGB Variations
Color information
#ED25EE (or 0xED25EE) is known color: Magenta. HEX triplet: ED, 25 and EE. RGB value is (237,37,238). Sum of RGB (Red+Green+Blue) = 237+37+238=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED25EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25EE is #12DA11. Grayscale: #777777. Windows color (decimal): -1235474 or 15607277. OLE color: 15607277.
HSL color Cylindrical-coordinate representation of color #ED25EE: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED25EE is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 238 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.07 |
| HSL | 299.7º | 0.86% | 0.54% | - |
| HSV(B) | 299.7º | 0.84% | 0.93% | - |
| XYZ | 51.02 | 25.5 | 83.12 | - |
| YUV | 119.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 238 | 0.00 | 0.84 | 0 | 0.07 | 299.7 | 0.86 | 0.54 |
| Hex | ED | 25 | EE | 0 | 54 | 0 | 7 | 12C | 56 | 36 |
| Octal | 355 | 45 | 356 | 0 | 124 | 0 | 7 | 454 | 126 | 66 |
| Binary | 11101101 | 100101 | 11101110 | 0 | 1010100 | 0 | 111 | 100101100 | 1010110 | 110110 |
Color Harmonies of #ED25EE
Complementary color
Monochromatic Colors of #ED25EE
Black with #ED25EE
Text Example
Text Example
White with #ED25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25EE; }
p { color: rgb(237,37,238); }
H1.HeaderClassName
{
color: #ED25EE;
}
.AnyTagClassName
{
color: #ED25EE;
}
</style>
background-color css
<style>
a { background-color: #ED25EE; }
a { background-color: rgb(237,37,238); }
div.DivClassName
{
background-color: #ED25EE;
}
.BgClassName
{
background-color: #ED25EE;
}
</style>
border-color css
<style>
span { border-color: #ED25EE; }
span { border-color: rgb(237,37,238); }
td.TdClassName
{
border-color: #ED25EE;
}
.TagClassName
{
border-color: #ED25EE;
}
</style>