Html Css Color HEX #ED47CE Free Speech Magenta
📋 copy color: '#ED47CE'red 237 ◦ green 71 ◦ blue 206
Shades of Free Speech Magenta #ED47CE
Tints of Free Speech Magenta #ED47CE
RGB
CMYK
RGB Variations
Color information
#ED47CE (or 0xED47CE) is known color: Free Speech Magenta. HEX triplet: ED, 47 and CE. RGB value is (237,71,206). Sum of RGB (Red+Green+Blue) = 237+71+206=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47CE is #12B831. Grayscale: #878787. Windows color (decimal): -1226802 or 13518829. OLE color: 13518829.
HSL color Cylindrical-coordinate representation of color #ED47CE: hue angle of 311.2º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47CE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 206 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.07 |
| HSL | 311.2º | 0.82% | 0.6% | - |
| HSV(B) | 311.2º | 0.7% | 0.93% | - |
| XYZ | 48.32 | 26.97 | 61.05 | - |
| YUV | 136.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 206 | 0 | 0.70 | 0.13 | 0.07 | 311.2 | 0.82 | 0.6 |
| Hex | ED | 47 | CE | 0 | 46 | D | 7 | 137 | 52 | 3C |
| Octal | 355 | 107 | 316 | 0 | 106 | 15 | 7 | 467 | 122 | 74 |
| Binary | 11101101 | 1000111 | 11001110 | 0 | 1000110 | 1101 | 111 | 100110111 | 1010010 | 111100 |
Color Harmonies of #ED47CE
Complementary color
Monochromatic Colors of #ED47CE
Black with #ED47CE
Text Example
Text Example
White with #ED47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED47CE; }
p { color: rgb(237,71,206); }
H1.HeaderClassName
{
color: #ED47CE;
}
.AnyTagClassName
{
color: #ED47CE;
}
</style>
background-color css
<style>
a { background-color: #ED47CE; }
a { background-color: rgb(237,71,206); }
div.DivClassName
{
background-color: #ED47CE;
}
.BgClassName
{
background-color: #ED47CE;
}
</style>
border-color css
<style>
span { border-color: #ED47CE; }
span { border-color: rgb(237,71,206); }
td.TdClassName
{
border-color: #ED47CE;
}
.TagClassName
{
border-color: #ED47CE;
}
</style>