Html Css Color HEX #ED60D1 Free Speech Magenta
📋 copy color: '#ED60D1'red 237 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #ED60D1
Tints of Free Speech Magenta #ED60D1
RGB
CMYK
RGB Variations
Color information
#ED60D1 (or 0xED60D1) is known color: Free Speech Magenta. HEX triplet: ED, 60 and D1. RGB value is (237,96,209). Sum of RGB (Red+Green+Blue) = 237+96+209=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60D1 is #129F2E. Grayscale: #969696. Windows color (decimal): -1220399 or 13721837. OLE color: 13721837.
HSL color Cylindrical-coordinate representation of color #ED60D1: hue angle of 311.91º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60D1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 209 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.07 |
| HSL | 311.91º | 0.8% | 0.65% | - |
| HSV(B) | 311.91º | 0.59% | 0.93% | - |
| XYZ | 50.62 | 30.97 | 63.63 | - |
| YUV | 151.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 209 | 0 | 0.59 | 0.12 | 0.07 | 311.91 | 0.8 | 0.65 |
| Hex | ED | 60 | D1 | 0 | 3B | C | 7 | 138 | 50 | 41 |
| Octal | 355 | 140 | 321 | 0 | 73 | 14 | 7 | 470 | 120 | 101 |
| Binary | 11101101 | 1100000 | 11010001 | 0 | 111011 | 1100 | 111 | 100111000 | 1010000 | 1000001 |
Color Harmonies of #ED60D1
Complementary color
Monochromatic Colors of #ED60D1
Black with #ED60D1
Text Example
Text Example
White with #ED60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60D1; }
p { color: rgb(237,96,209); }
H1.HeaderClassName
{
color: #ED60D1;
}
.AnyTagClassName
{
color: #ED60D1;
}
</style>
background-color css
<style>
a { background-color: #ED60D1; }
a { background-color: rgb(237,96,209); }
div.DivClassName
{
background-color: #ED60D1;
}
.BgClassName
{
background-color: #ED60D1;
}
</style>
border-color css
<style>
span { border-color: #ED60D1; }
span { border-color: rgb(237,96,209); }
td.TdClassName
{
border-color: #ED60D1;
}
.TagClassName
{
border-color: #ED60D1;
}
</style>