Html Css Color HEX #EC62CE Free Speech Magenta
📋 copy color: '#EC62CE'red 236 ◦ green 98 ◦ blue 206
Shades of Free Speech Magenta #EC62CE
Tints of Free Speech Magenta #EC62CE
RGB
CMYK
RGB Variations
Color information
#EC62CE (or 0xEC62CE) is known color: Free Speech Magenta. HEX triplet: EC, 62 and CE. RGB value is (236,98,206). Sum of RGB (Red+Green+Blue) = 236+98+206=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62CE is #139D31. Grayscale: #979797. Windows color (decimal): -1285426 or 13525740. OLE color: 13525740.
HSL color Cylindrical-coordinate representation of color #EC62CE: hue angle of 313.04º 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 #EC62CE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 206 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 313.04º | 0.78% | 0.65% | - |
| HSV(B) | 313.04º | 0.58% | 0.93% | - |
| XYZ | 50.1 | 31.02 | 61.74 | - |
| YUV | 151.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 206 | 0 | 0.58 | 0.13 | 0.07 | 313.04 | 0.78 | 0.65 |
| Hex | EC | 62 | CE | 0 | 3A | D | 7 | 139 | 4E | 41 |
| Octal | 354 | 142 | 316 | 0 | 72 | 15 | 7 | 471 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11001110 | 0 | 111010 | 1101 | 111 | 100111001 | 1001110 | 1000001 |
Color Harmonies of #EC62CE
Complementary color
Monochromatic Colors of #EC62CE
Black with #EC62CE
Text Example
Text Example
White with #EC62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62CE; }
p { color: rgb(236,98,206); }
H1.HeaderClassName
{
color: #EC62CE;
}
.AnyTagClassName
{
color: #EC62CE;
}
</style>
background-color css
<style>
a { background-color: #EC62CE; }
a { background-color: rgb(236,98,206); }
div.DivClassName
{
background-color: #EC62CE;
}
.BgClassName
{
background-color: #EC62CE;
}
</style>
border-color css
<style>
span { border-color: #EC62CE; }
span { border-color: rgb(236,98,206); }
td.TdClassName
{
border-color: #EC62CE;
}
.TagClassName
{
border-color: #EC62CE;
}
</style>