Html Css Color HEX #ED4CCC Free Speech Magenta
📋 copy color: '#ED4CCC'red 237 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #ED4CCC
Tints of Free Speech Magenta #ED4CCC
RGB
CMYK
RGB Variations
Color information
#ED4CCC (or 0xED4CCC) is known color: Free Speech Magenta. HEX triplet: ED, 4C and CC. RGB value is (237,76,204). Sum of RGB (Red+Green+Blue) = 237+76+204=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CCC is #12B333. Grayscale: #8A8A8A. Windows color (decimal): -1225524 or 13389037. OLE color: 13389037.
HSL color Cylindrical-coordinate representation of color #ED4CCC: hue angle of 312.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4CCC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 204 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312.3º | 0.82% | 0.61% | - |
| HSV(B) | 312.3º | 0.68% | 0.93% | - |
| XYZ | 48.41 | 27.53 | 59.89 | - |
| YUV | 138.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 204 | 0 | 0.68 | 0.14 | 0.07 | 312.3 | 0.82 | 0.61 |
| Hex | ED | 4C | CC | 0 | 44 | E | 7 | 138 | 52 | 3D |
| Octal | 355 | 114 | 314 | 0 | 104 | 16 | 7 | 470 | 122 | 75 |
| Binary | 11101101 | 1001100 | 11001100 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010010 | 111101 |
Color Harmonies of #ED4CCC
Complementary color
Monochromatic Colors of #ED4CCC
Black with #ED4CCC
Text Example
Text Example
White with #ED4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CCC; }
p { color: rgb(237,76,204); }
H1.HeaderClassName
{
color: #ED4CCC;
}
.AnyTagClassName
{
color: #ED4CCC;
}
</style>
background-color css
<style>
a { background-color: #ED4CCC; }
a { background-color: rgb(237,76,204); }
div.DivClassName
{
background-color: #ED4CCC;
}
.BgClassName
{
background-color: #ED4CCC;
}
</style>
border-color css
<style>
span { border-color: #ED4CCC; }
span { border-color: rgb(237,76,204); }
td.TdClassName
{
border-color: #ED4CCC;
}
.TagClassName
{
border-color: #ED4CCC;
}
</style>