Html Css Color HEX #ED55E7 Free Speech Magenta
📋 copy color: '#ED55E7'red 237 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #ED55E7
Tints of Free Speech Magenta #ED55E7
RGB
CMYK
RGB Variations
Color information
#ED55E7 (or 0xED55E7) is known color: Free Speech Magenta. HEX triplet: ED, 55 and E7. RGB value is (237,85,231). Sum of RGB (Red+Green+Blue) = 237+85+231=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55E7 is #12AA18. Grayscale: #929292. Windows color (decimal): -1223193 or 15160813. OLE color: 15160813.
HSL color Cylindrical-coordinate representation of color #ED55E7: hue angle of 302.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55E7 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 231 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.07 |
| HSL | 302.37º | 0.81% | 0.63% | - |
| HSV(B) | 302.37º | 0.64% | 0.93% | - |
| XYZ | 52.6 | 30.27 | 78.67 | - |
| YUV | 147.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 231 | 0 | 0.64 | 0.03 | 0.07 | 302.37 | 0.81 | 0.63 |
| Hex | ED | 55 | E7 | 0 | 40 | 3 | 7 | 12E | 51 | 3F |
| Octal | 355 | 125 | 347 | 0 | 100 | 3 | 7 | 456 | 121 | 77 |
| Binary | 11101101 | 1010101 | 11100111 | 0 | 1000000 | 11 | 111 | 100101110 | 1010001 | 111111 |
Color Harmonies of #ED55E7
Complementary color
Monochromatic Colors of #ED55E7
Black with #ED55E7
Text Example
Text Example
White with #ED55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55E7; }
p { color: rgb(237,85,231); }
H1.HeaderClassName
{
color: #ED55E7;
}
.AnyTagClassName
{
color: #ED55E7;
}
</style>
background-color css
<style>
a { background-color: #ED55E7; }
a { background-color: rgb(237,85,231); }
div.DivClassName
{
background-color: #ED55E7;
}
.BgClassName
{
background-color: #ED55E7;
}
</style>
border-color css
<style>
span { border-color: #ED55E7; }
span { border-color: rgb(237,85,231); }
td.TdClassName
{
border-color: #ED55E7;
}
.TagClassName
{
border-color: #ED55E7;
}
</style>