Html Css Color HEX #ED51DF Free Speech Magenta
📋 copy color: '#ED51DF'red 237 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #ED51DF
Tints of Free Speech Magenta #ED51DF
RGB
CMYK
RGB Variations
Color information
#ED51DF (or 0xED51DF) is known color: Free Speech Magenta. HEX triplet: ED, 51 and DF. RGB value is (237,81,223). Sum of RGB (Red+Green+Blue) = 237+81+223=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51DF is #12AE20. Grayscale: #8F8F8F. Windows color (decimal): -1224225 or 14635501. OLE color: 14635501.
HSL color Cylindrical-coordinate representation of color #ED51DF: hue angle of 305.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED51DF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 223 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305.38º | 0.81% | 0.62% | - |
| HSV(B) | 305.38º | 0.66% | 0.93% | - |
| XYZ | 51.19 | 29.22 | 72.75 | - |
| YUV | 143.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 223 | 0 | 0.66 | 0.06 | 0.07 | 305.38 | 0.81 | 0.62 |
| Hex | ED | 51 | DF | 0 | 42 | 6 | 7 | 131 | 51 | 3E |
| Octal | 355 | 121 | 337 | 0 | 102 | 6 | 7 | 461 | 121 | 76 |
| Binary | 11101101 | 1010001 | 11011111 | 0 | 1000010 | 110 | 111 | 100110001 | 1010001 | 111110 |
Color Harmonies of #ED51DF
Complementary color
Monochromatic Colors of #ED51DF
Black with #ED51DF
Text Example
Text Example
White with #ED51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51DF; }
p { color: rgb(237,81,223); }
H1.HeaderClassName
{
color: #ED51DF;
}
.AnyTagClassName
{
color: #ED51DF;
}
</style>
background-color css
<style>
a { background-color: #ED51DF; }
a { background-color: rgb(237,81,223); }
div.DivClassName
{
background-color: #ED51DF;
}
.BgClassName
{
background-color: #ED51DF;
}
</style>
border-color css
<style>
span { border-color: #ED51DF; }
span { border-color: rgb(237,81,223); }
td.TdClassName
{
border-color: #ED51DF;
}
.TagClassName
{
border-color: #ED51DF;
}
</style>