Html Css Color HEX #ED63DC Free Speech Magenta
📋 copy color: '#ED63DC'red 237 ◦ green 99 ◦ blue 220
Shades of Free Speech Magenta #ED63DC
Tints of Free Speech Magenta #ED63DC
RGB
CMYK
RGB Variations
Color information
#ED63DC (or 0xED63DC) is known color: Free Speech Magenta. HEX triplet: ED, 63 and DC. RGB value is (237,99,220). Sum of RGB (Red+Green+Blue) = 237+99+220=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63DC is #129C23. Grayscale: #999999. Windows color (decimal): -1219620 or 14443501. OLE color: 14443501.
HSL color Cylindrical-coordinate representation of color #ED63DC: hue angle of 307.39º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED63DC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 220 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 307.39º | 0.79% | 0.66% | - |
| HSV(B) | 307.39º | 0.58% | 0.93% | - |
| XYZ | 52.31 | 32.1 | 71.15 | - |
| YUV | 154.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 220 | 0 | 0.58 | 0.07 | 0.07 | 307.39 | 0.79 | 0.66 |
| Hex | ED | 63 | DC | 0 | 3A | 7 | 7 | 133 | 4F | 42 |
| Octal | 355 | 143 | 334 | 0 | 72 | 7 | 7 | 463 | 117 | 102 |
| Binary | 11101101 | 1100011 | 11011100 | 0 | 111010 | 111 | 111 | 100110011 | 1001111 | 1000010 |
Color Harmonies of #ED63DC
Complementary color
Monochromatic Colors of #ED63DC
Black with #ED63DC
Text Example
Text Example
White with #ED63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63DC; }
p { color: rgb(237,99,220); }
H1.HeaderClassName
{
color: #ED63DC;
}
.AnyTagClassName
{
color: #ED63DC;
}
</style>
background-color css
<style>
a { background-color: #ED63DC; }
a { background-color: rgb(237,99,220); }
div.DivClassName
{
background-color: #ED63DC;
}
.BgClassName
{
background-color: #ED63DC;
}
</style>
border-color css
<style>
span { border-color: #ED63DC; }
span { border-color: rgb(237,99,220); }
td.TdClassName
{
border-color: #ED63DC;
}
.TagClassName
{
border-color: #ED63DC;
}
</style>