Html Css Color HEX #ED54E8 Free Speech Magenta
📋 copy color: '#ED54E8'red 237 ◦ green 84 ◦ blue 232
Shades of Free Speech Magenta #ED54E8
Tints of Free Speech Magenta #ED54E8
RGB
CMYK
RGB Variations
Color information
#ED54E8 (or 0xED54E8) is known color: Free Speech Magenta. HEX triplet: ED, 54 and E8. RGB value is (237,84,232). Sum of RGB (Red+Green+Blue) = 237+84+232=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED54E8 is #12AB17. Grayscale: #929292. Windows color (decimal): -1223448 or 15226093. OLE color: 15226093.
HSL color Cylindrical-coordinate representation of color #ED54E8: hue angle of 301.96º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54E8 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 232 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.07 |
| HSL | 301.96º | 0.81% | 0.63% | - |
| HSV(B) | 301.96º | 0.65% | 0.93% | - |
| XYZ | 52.66 | 30.17 | 79.39 | - |
| YUV | 146.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 232 | 0 | 0.65 | 0.02 | 0.07 | 301.96 | 0.81 | 0.63 |
| Hex | ED | 54 | E8 | 0 | 41 | 2 | 7 | 12E | 51 | 3F |
| Octal | 355 | 124 | 350 | 0 | 101 | 2 | 7 | 456 | 121 | 77 |
| Binary | 11101101 | 1010100 | 11101000 | 0 | 1000001 | 10 | 111 | 100101110 | 1010001 | 111111 |
Color Harmonies of #ED54E8
Complementary color
Monochromatic Colors of #ED54E8
Black with #ED54E8
Text Example
Text Example
White with #ED54E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54E8; }
p { color: rgb(237,84,232); }
H1.HeaderClassName
{
color: #ED54E8;
}
.AnyTagClassName
{
color: #ED54E8;
}
</style>
background-color css
<style>
a { background-color: #ED54E8; }
a { background-color: rgb(237,84,232); }
div.DivClassName
{
background-color: #ED54E8;
}
.BgClassName
{
background-color: #ED54E8;
}
</style>
border-color css
<style>
span { border-color: #ED54E8; }
span { border-color: rgb(237,84,232); }
td.TdClassName
{
border-color: #ED54E8;
}
.TagClassName
{
border-color: #ED54E8;
}
</style>