Html Css Color HEX #ED4CCD Free Speech Magenta
📋 copy color: '#ED4CCD'red 237 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #ED4CCD
Tints of Free Speech Magenta #ED4CCD
RGB
CMYK
RGB Variations
Color information
#ED4CCD (or 0xED4CCD) is known color: Free Speech Magenta. HEX triplet: ED, 4C and CD. RGB value is (237,76,205). Sum of RGB (Red+Green+Blue) = 237+76+205=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CCD is #12B332. Grayscale: #8A8A8A. Windows color (decimal): -1225523 or 13454573. OLE color: 13454573.
HSL color Cylindrical-coordinate representation of color #ED4CCD: hue angle of 311.93º 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 #ED4CCD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 205 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 311.93º | 0.82% | 0.61% | - |
| HSV(B) | 311.93º | 0.68% | 0.93% | - |
| XYZ | 48.53 | 27.58 | 60.52 | - |
| YUV | 138.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 205 | 0 | 0.68 | 0.14 | 0.07 | 311.93 | 0.82 | 0.61 |
| Hex | ED | 4C | CD | 0 | 44 | E | 7 | 138 | 52 | 3D |
| Octal | 355 | 114 | 315 | 0 | 104 | 16 | 7 | 470 | 122 | 75 |
| Binary | 11101101 | 1001100 | 11001101 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010010 | 111101 |
Color Harmonies of #ED4CCD
Complementary color
Monochromatic Colors of #ED4CCD
Black with #ED4CCD
Text Example
Text Example
White with #ED4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CCD; }
p { color: rgb(237,76,205); }
H1.HeaderClassName
{
color: #ED4CCD;
}
.AnyTagClassName
{
color: #ED4CCD;
}
</style>
background-color css
<style>
a { background-color: #ED4CCD; }
a { background-color: rgb(237,76,205); }
div.DivClassName
{
background-color: #ED4CCD;
}
.BgClassName
{
background-color: #ED4CCD;
}
</style>
border-color css
<style>
span { border-color: #ED4CCD; }
span { border-color: rgb(237,76,205); }
td.TdClassName
{
border-color: #ED4CCD;
}
.TagClassName
{
border-color: #ED4CCD;
}
</style>