Html Css Color HEX #ED5FCD Free Speech Magenta
📋 copy color: '#ED5FCD'red 237 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #ED5FCD
Tints of Free Speech Magenta #ED5FCD
RGB
CMYK
RGB Variations
Color information
#ED5FCD (or 0xED5FCD) is known color: Free Speech Magenta. HEX triplet: ED, 5F and CD. RGB value is (237,95,205). Sum of RGB (Red+Green+Blue) = 237+95+205=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5FCD is #12A032. Grayscale: #959595. Windows color (decimal): -1220659 or 13459437. OLE color: 13459437.
HSL color Cylindrical-coordinate representation of color #ED5FCD: hue angle of 313.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FCD is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 205 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.07 |
| HSL | 313.52º | 0.8% | 0.65% | - |
| HSV(B) | 313.52º | 0.6% | 0.93% | - |
| XYZ | 50.04 | 30.6 | 61.03 | - |
| YUV | 150 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 205 | 0 | 0.60 | 0.14 | 0.07 | 313.52 | 0.8 | 0.65 |
| Hex | ED | 5F | CD | 0 | 3C | E | 7 | 13A | 50 | 41 |
| Octal | 355 | 137 | 315 | 0 | 74 | 16 | 7 | 472 | 120 | 101 |
| Binary | 11101101 | 1011111 | 11001101 | 0 | 111100 | 1110 | 111 | 100111010 | 1010000 | 1000001 |
Color Harmonies of #ED5FCD
Complementary color
Monochromatic Colors of #ED5FCD
Black with #ED5FCD
Text Example
Text Example
White with #ED5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FCD; }
p { color: rgb(237,95,205); }
H1.HeaderClassName
{
color: #ED5FCD;
}
.AnyTagClassName
{
color: #ED5FCD;
}
</style>
background-color css
<style>
a { background-color: #ED5FCD; }
a { background-color: rgb(237,95,205); }
div.DivClassName
{
background-color: #ED5FCD;
}
.BgClassName
{
background-color: #ED5FCD;
}
</style>
border-color css
<style>
span { border-color: #ED5FCD; }
span { border-color: rgb(237,95,205); }
td.TdClassName
{
border-color: #ED5FCD;
}
.TagClassName
{
border-color: #ED5FCD;
}
</style>