Html Css Color HEX #ED40DF Free Speech Magenta
📋 copy color: '#ED40DF'red 237 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #ED40DF
Tints of Free Speech Magenta #ED40DF
RGB
CMYK
RGB Variations
Color information
#ED40DF (or 0xED40DF) is known color: Free Speech Magenta. HEX triplet: ED, 40 and DF. RGB value is (237,64,223). Sum of RGB (Red+Green+Blue) = 237+64+223=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40DF is #12BF20. Grayscale: #858585. Windows color (decimal): -1228577 or 14631149. OLE color: 14631149.
HSL color Cylindrical-coordinate representation of color #ED40DF: hue angle of 304.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40DF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 223 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.07 |
| HSL | 304.86º | 0.83% | 0.59% | - |
| HSV(B) | 304.86º | 0.73% | 0.93% | - |
| XYZ | 50.08 | 27 | 72.38 | - |
| YUV | 133.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 223 | 0 | 0.73 | 0.06 | 0.07 | 304.86 | 0.83 | 0.59 |
| Hex | ED | 40 | DF | 0 | 49 | 6 | 7 | 131 | 53 | 3B |
| Octal | 355 | 100 | 337 | 0 | 111 | 6 | 7 | 461 | 123 | 73 |
| Binary | 11101101 | 1000000 | 11011111 | 0 | 1001001 | 110 | 111 | 100110001 | 1010011 | 111011 |
Color Harmonies of #ED40DF
Complementary color
Monochromatic Colors of #ED40DF
Black with #ED40DF
Text Example
Text Example
White with #ED40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40DF; }
p { color: rgb(237,64,223); }
H1.HeaderClassName
{
color: #ED40DF;
}
.AnyTagClassName
{
color: #ED40DF;
}
</style>
background-color css
<style>
a { background-color: #ED40DF; }
a { background-color: rgb(237,64,223); }
div.DivClassName
{
background-color: #ED40DF;
}
.BgClassName
{
background-color: #ED40DF;
}
</style>
border-color css
<style>
span { border-color: #ED40DF; }
span { border-color: rgb(237,64,223); }
td.TdClassName
{
border-color: #ED40DF;
}
.TagClassName
{
border-color: #ED40DF;
}
</style>