Html Css Color HEX #ED4DCC Free Speech Magenta
📋 copy color: '#ED4DCC'red 237 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #ED4DCC
Tints of Free Speech Magenta #ED4DCC
RGB
CMYK
RGB Variations
Color information
#ED4DCC (or 0xED4DCC) is known color: Free Speech Magenta. HEX triplet: ED, 4D and CC. RGB value is (237,77,204). Sum of RGB (Red+Green+Blue) = 237+77+204=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DCC is #12B233. Grayscale: #8A8A8A. Windows color (decimal): -1225268 or 13389293. OLE color: 13389293.
HSL color Cylindrical-coordinate representation of color #ED4DCC: hue angle of 312.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DCC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 204 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312.38º | 0.82% | 0.62% | - |
| HSV(B) | 312.38º | 0.68% | 0.93% | - |
| XYZ | 48.48 | 27.67 | 59.91 | - |
| YUV | 139.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 204 | 0 | 0.68 | 0.14 | 0.07 | 312.38 | 0.82 | 0.62 |
| Hex | ED | 4D | CC | 0 | 44 | E | 7 | 138 | 52 | 3E |
| Octal | 355 | 115 | 314 | 0 | 104 | 16 | 7 | 470 | 122 | 76 |
| Binary | 11101101 | 1001101 | 11001100 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010010 | 111110 |
Color Harmonies of #ED4DCC
Complementary color
Monochromatic Colors of #ED4DCC
Black with #ED4DCC
Text Example
Text Example
White with #ED4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DCC; }
p { color: rgb(237,77,204); }
H1.HeaderClassName
{
color: #ED4DCC;
}
.AnyTagClassName
{
color: #ED4DCC;
}
</style>
background-color css
<style>
a { background-color: #ED4DCC; }
a { background-color: rgb(237,77,204); }
div.DivClassName
{
background-color: #ED4DCC;
}
.BgClassName
{
background-color: #ED4DCC;
}
</style>
border-color css
<style>
span { border-color: #ED4DCC; }
span { border-color: rgb(237,77,204); }
td.TdClassName
{
border-color: #ED4DCC;
}
.TagClassName
{
border-color: #ED4DCC;
}
</style>