Html Css Color HEX #ED55C7 Free Speech Magenta
📋 copy color: '#ED55C7'red 237 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #ED55C7
Tints of Free Speech Magenta #ED55C7
RGB
CMYK
RGB Variations
Color information
#ED55C7 (or 0xED55C7) is known color: Free Speech Magenta. HEX triplet: ED, 55 and C7. RGB value is (237,85,199). Sum of RGB (Red+Green+Blue) = 237+85+199=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55C7 is #12AA38. Grayscale: #8F8F8F. Windows color (decimal): -1223225 or 13063661. OLE color: 13063661.
HSL color Cylindrical-coordinate representation of color #ED55C7: hue angle of 315º 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 #ED55C7 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 199 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.07 |
| HSL | 315º | 0.81% | 0.63% | - |
| HSV(B) | 315º | 0.64% | 0.93% | - |
| XYZ | 48.48 | 28.63 | 57 | - |
| YUV | 143.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 199 | 0 | 0.64 | 0.16 | 0.07 | 315 | 0.81 | 0.63 |
| Hex | ED | 55 | C7 | 0 | 40 | 10 | 7 | 13B | 51 | 3F |
| Octal | 355 | 125 | 307 | 0 | 100 | 20 | 7 | 473 | 121 | 77 |
| Binary | 11101101 | 1010101 | 11000111 | 0 | 1000000 | 10000 | 111 | 100111011 | 1010001 | 111111 |
Color Harmonies of #ED55C7
Complementary color
Monochromatic Colors of #ED55C7
Black with #ED55C7
Text Example
Text Example
White with #ED55C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55C7; }
p { color: rgb(237,85,199); }
H1.HeaderClassName
{
color: #ED55C7;
}
.AnyTagClassName
{
color: #ED55C7;
}
</style>
background-color css
<style>
a { background-color: #ED55C7; }
a { background-color: rgb(237,85,199); }
div.DivClassName
{
background-color: #ED55C7;
}
.BgClassName
{
background-color: #ED55C7;
}
</style>
border-color css
<style>
span { border-color: #ED55C7; }
span { border-color: rgb(237,85,199); }
td.TdClassName
{
border-color: #ED55C7;
}
.TagClassName
{
border-color: #ED55C7;
}
</style>