Html Css Color HEX #ED49E8 Free Speech Magenta
📋 copy color: '#ED49E8'red 237 ◦ green 73 ◦ blue 232
Shades of Free Speech Magenta #ED49E8
Tints of Free Speech Magenta #ED49E8
RGB
CMYK
RGB Variations
Color information
#ED49E8 (or 0xED49E8) is known color: Free Speech Magenta. HEX triplet: ED, 49 and E8. RGB value is (237,73,232). Sum of RGB (Red+Green+Blue) = 237+73+232=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49E8 is #12B617. Grayscale: #8B8B8B. Windows color (decimal): -1226264 or 15223277. OLE color: 15223277.
HSL color Cylindrical-coordinate representation of color #ED49E8: hue angle of 301.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49E8 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 232 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.07 |
| HSL | 301.83º | 0.82% | 0.61% | - |
| HSV(B) | 301.83º | 0.69% | 0.93% | - |
| XYZ | 51.87 | 28.6 | 79.13 | - |
| YUV | 140.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 232 | 0 | 0.69 | 0.02 | 0.07 | 301.83 | 0.82 | 0.61 |
| Hex | ED | 49 | E8 | 0 | 45 | 2 | 7 | 12E | 52 | 3D |
| Octal | 355 | 111 | 350 | 0 | 105 | 2 | 7 | 456 | 122 | 75 |
| Binary | 11101101 | 1001001 | 11101000 | 0 | 1000101 | 10 | 111 | 100101110 | 1010010 | 111101 |
Color Harmonies of #ED49E8
Complementary color
Monochromatic Colors of #ED49E8
Black with #ED49E8
Text Example
Text Example
White with #ED49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49E8; }
p { color: rgb(237,73,232); }
H1.HeaderClassName
{
color: #ED49E8;
}
.AnyTagClassName
{
color: #ED49E8;
}
</style>
background-color css
<style>
a { background-color: #ED49E8; }
a { background-color: rgb(237,73,232); }
div.DivClassName
{
background-color: #ED49E8;
}
.BgClassName
{
background-color: #ED49E8;
}
</style>
border-color css
<style>
span { border-color: #ED49E8; }
span { border-color: rgb(237,73,232); }
td.TdClassName
{
border-color: #ED49E8;
}
.TagClassName
{
border-color: #ED49E8;
}
</style>