Html Css Color HEX #ED63CF Free Speech Magenta
📋 copy color: '#ED63CF'red 237 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #ED63CF
Tints of Free Speech Magenta #ED63CF
RGB
CMYK
RGB Variations
Color information
#ED63CF (or 0xED63CF) is known color: Free Speech Magenta. HEX triplet: ED, 63 and CF. RGB value is (237,99,207). Sum of RGB (Red+Green+Blue) = 237+99+207=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63CF is #129C30. Grayscale: #989898. Windows color (decimal): -1219633 or 13591533. OLE color: 13591533.
HSL color Cylindrical-coordinate representation of color #ED63CF: hue angle of 313.04º 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 #ED63CF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 207 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 313.04º | 0.79% | 0.66% | - |
| HSV(B) | 313.04º | 0.58% | 0.93% | - |
| XYZ | 50.65 | 31.43 | 62.43 | - |
| YUV | 152.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 207 | 0 | 0.58 | 0.13 | 0.07 | 313.04 | 0.79 | 0.66 |
| Hex | ED | 63 | CF | 0 | 3A | D | 7 | 139 | 4F | 42 |
| Octal | 355 | 143 | 317 | 0 | 72 | 15 | 7 | 471 | 117 | 102 |
| Binary | 11101101 | 1100011 | 11001111 | 0 | 111010 | 1101 | 111 | 100111001 | 1001111 | 1000010 |
Color Harmonies of #ED63CF
Complementary color
Monochromatic Colors of #ED63CF
Black with #ED63CF
Text Example
Text Example
White with #ED63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63CF; }
p { color: rgb(237,99,207); }
H1.HeaderClassName
{
color: #ED63CF;
}
.AnyTagClassName
{
color: #ED63CF;
}
</style>
background-color css
<style>
a { background-color: #ED63CF; }
a { background-color: rgb(237,99,207); }
div.DivClassName
{
background-color: #ED63CF;
}
.BgClassName
{
background-color: #ED63CF;
}
</style>
border-color css
<style>
span { border-color: #ED63CF; }
span { border-color: rgb(237,99,207); }
td.TdClassName
{
border-color: #ED63CF;
}
.TagClassName
{
border-color: #ED63CF;
}
</style>