Html Css Color HEX #EC62DF Free Speech Magenta
📋 copy color: '#EC62DF'red 236 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #EC62DF
Tints of Free Speech Magenta #EC62DF
RGB
CMYK
RGB Variations
Color information
#EC62DF (or 0xEC62DF) is known color: Free Speech Magenta. HEX triplet: EC, 62 and DF. RGB value is (236,98,223). Sum of RGB (Red+Green+Blue) = 236+98+223=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62DF is #139D20. Grayscale: #999999. Windows color (decimal): -1285409 or 14639852. OLE color: 14639852.
HSL color Cylindrical-coordinate representation of color #EC62DF: hue angle of 305.65º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62DF is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 223 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.07 |
| HSL | 305.65º | 0.78% | 0.65% | - |
| HSV(B) | 305.65º | 0.58% | 0.93% | - |
| XYZ | 52.28 | 31.9 | 73.21 | - |
| YUV | 153.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 223 | 0 | 0.58 | 0.06 | 0.07 | 305.65 | 0.78 | 0.65 |
| Hex | EC | 62 | DF | 0 | 3A | 6 | 7 | 132 | 4E | 41 |
| Octal | 354 | 142 | 337 | 0 | 72 | 6 | 7 | 462 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11011111 | 0 | 111010 | 110 | 111 | 100110010 | 1001110 | 1000001 |
Color Harmonies of #EC62DF
Complementary color
Monochromatic Colors of #EC62DF
Black with #EC62DF
Text Example
Text Example
White with #EC62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62DF; }
p { color: rgb(236,98,223); }
H1.HeaderClassName
{
color: #EC62DF;
}
.AnyTagClassName
{
color: #EC62DF;
}
</style>
background-color css
<style>
a { background-color: #EC62DF; }
a { background-color: rgb(236,98,223); }
div.DivClassName
{
background-color: #EC62DF;
}
.BgClassName
{
background-color: #EC62DF;
}
</style>
border-color css
<style>
span { border-color: #EC62DF; }
span { border-color: rgb(236,98,223); }
td.TdClassName
{
border-color: #EC62DF;
}
.TagClassName
{
border-color: #EC62DF;
}
</style>