Html Css Color HEX #ED60D4 Free Speech Magenta
📋 copy color: '#ED60D4'red 237 ◦ green 96 ◦ blue 212
Shades of Free Speech Magenta #ED60D4
Tints of Free Speech Magenta #ED60D4
RGB
CMYK
RGB Variations
Color information
#ED60D4 (or 0xED60D4) is known color: Free Speech Magenta. HEX triplet: ED, 60 and D4. RGB value is (237,96,212). Sum of RGB (Red+Green+Blue) = 237+96+212=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60D4 is #129F2B. Grayscale: #979797. Windows color (decimal): -1220396 or 13918445. OLE color: 13918445.
HSL color Cylindrical-coordinate representation of color #ED60D4: hue angle of 310.64º 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 #ED60D4 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 212 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.07 |
| HSL | 310.64º | 0.8% | 0.65% | - |
| HSV(B) | 310.64º | 0.59% | 0.93% | - |
| XYZ | 50.99 | 31.12 | 65.61 | - |
| YUV | 151.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 212 | 0 | 0.59 | 0.11 | 0.07 | 310.64 | 0.8 | 0.65 |
| Hex | ED | 60 | D4 | 0 | 3B | B | 7 | 137 | 50 | 41 |
| Octal | 355 | 140 | 324 | 0 | 73 | 13 | 7 | 467 | 120 | 101 |
| Binary | 11101101 | 1100000 | 11010100 | 0 | 111011 | 1011 | 111 | 100110111 | 1010000 | 1000001 |
Color Harmonies of #ED60D4
Complementary color
Monochromatic Colors of #ED60D4
Black with #ED60D4
Text Example
Text Example
White with #ED60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60D4; }
p { color: rgb(237,96,212); }
H1.HeaderClassName
{
color: #ED60D4;
}
.AnyTagClassName
{
color: #ED60D4;
}
</style>
background-color css
<style>
a { background-color: #ED60D4; }
a { background-color: rgb(237,96,212); }
div.DivClassName
{
background-color: #ED60D4;
}
.BgClassName
{
background-color: #ED60D4;
}
</style>
border-color css
<style>
span { border-color: #ED60D4; }
span { border-color: rgb(237,96,212); }
td.TdClassName
{
border-color: #ED60D4;
}
.TagClassName
{
border-color: #ED60D4;
}
</style>