Html Css Color HEX #EC63DF Free Speech Magenta
📋 copy color: '#EC63DF'red 236 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #EC63DF
Tints of Free Speech Magenta #EC63DF
RGB
CMYK
RGB Variations
Color information
#EC63DF (or 0xEC63DF) is known color: Free Speech Magenta. HEX triplet: EC, 63 and DF. RGB value is (236,99,223). Sum of RGB (Red+Green+Blue) = 236+99+223=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63DF is #139C20. Grayscale: #999999. Windows color (decimal): -1285153 or 14640108. OLE color: 14640108.
HSL color Cylindrical-coordinate representation of color #EC63DF: hue angle of 305.69º degrees, saturation: 0.78, 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 #EC63DF is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 223 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.07 |
| HSL | 305.69º | 0.78% | 0.66% | - |
| HSV(B) | 305.69º | 0.58% | 0.93% | - |
| XYZ | 52.37 | 32.08 | 73.24 | - |
| YUV | 154.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 223 | 0 | 0.58 | 0.06 | 0.07 | 305.69 | 0.78 | 0.66 |
| Hex | EC | 63 | DF | 0 | 3A | 6 | 7 | 132 | 4E | 42 |
| Octal | 354 | 143 | 337 | 0 | 72 | 6 | 7 | 462 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11011111 | 0 | 111010 | 110 | 111 | 100110010 | 1001110 | 1000010 |
Color Harmonies of #EC63DF
Complementary color
Monochromatic Colors of #EC63DF
Black with #EC63DF
Text Example
Text Example
White with #EC63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63DF; }
p { color: rgb(236,99,223); }
H1.HeaderClassName
{
color: #EC63DF;
}
.AnyTagClassName
{
color: #EC63DF;
}
</style>
background-color css
<style>
a { background-color: #EC63DF; }
a { background-color: rgb(236,99,223); }
div.DivClassName
{
background-color: #EC63DF;
}
.BgClassName
{
background-color: #EC63DF;
}
</style>
border-color css
<style>
span { border-color: #EC63DF; }
span { border-color: rgb(236,99,223); }
td.TdClassName
{
border-color: #EC63DF;
}
.TagClassName
{
border-color: #EC63DF;
}
</style>