Html Css Color HEX #ED53C0 Free Speech Magenta
📋 copy color: '#ED53C0'red 237 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #ED53C0
Tints of Free Speech Magenta #ED53C0
RGB
CMYK
RGB Variations
Color information
#ED53C0 (or 0xED53C0) is known color: Free Speech Magenta. HEX triplet: ED, 53 and C0. RGB value is (237,83,192). Sum of RGB (Red+Green+Blue) = 237+83+192=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53C0 is #12AC3F. Grayscale: #8D8D8D. Windows color (decimal): -1223744 or 12604397. OLE color: 12604397.
HSL color Cylindrical-coordinate representation of color #ED53C0: hue angle of 317.53º 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 #ED53C0 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 192 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.07 |
| HSL | 317.53º | 0.81% | 0.63% | - |
| HSV(B) | 317.53º | 0.65% | 0.93% | - |
| XYZ | 47.53 | 28 | 52.77 | - |
| YUV | 141.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 192 | 0 | 0.65 | 0.19 | 0.07 | 317.53 | 0.81 | 0.63 |
| Hex | ED | 53 | C0 | 0 | 41 | 13 | 7 | 13E | 51 | 3F |
| Octal | 355 | 123 | 300 | 0 | 101 | 23 | 7 | 476 | 121 | 77 |
| Binary | 11101101 | 1010011 | 11000000 | 0 | 1000001 | 10011 | 111 | 100111110 | 1010001 | 111111 |
Color Harmonies of #ED53C0
Complementary color
Monochromatic Colors of #ED53C0
Black with #ED53C0
Text Example
Text Example
White with #ED53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED53C0; }
p { color: rgb(237,83,192); }
H1.HeaderClassName
{
color: #ED53C0;
}
.AnyTagClassName
{
color: #ED53C0;
}
</style>
background-color css
<style>
a { background-color: #ED53C0; }
a { background-color: rgb(237,83,192); }
div.DivClassName
{
background-color: #ED53C0;
}
.BgClassName
{
background-color: #ED53C0;
}
</style>
border-color css
<style>
span { border-color: #ED53C0; }
span { border-color: rgb(237,83,192); }
td.TdClassName
{
border-color: #ED53C0;
}
.TagClassName
{
border-color: #ED53C0;
}
</style>