Html Css Color HEX #EC62D5 Free Speech Magenta
📋 copy color: '#EC62D5'red 236 ◦ green 98 ◦ blue 213
Shades of Free Speech Magenta #EC62D5
Tints of Free Speech Magenta #EC62D5
RGB
CMYK
RGB Variations
Color information
#EC62D5 (or 0xEC62D5) is known color: Free Speech Magenta. HEX triplet: EC, 62 and D5. RGB value is (236,98,213). Sum of RGB (Red+Green+Blue) = 236+98+213=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62D5 is #139D2A. Grayscale: #989898. Windows color (decimal): -1285419 or 13984492. OLE color: 13984492.
HSL color Cylindrical-coordinate representation of color #EC62D5: hue angle of 310º 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 #EC62D5 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 213 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.07 |
| HSL | 310º | 0.78% | 0.65% | - |
| HSV(B) | 310º | 0.58% | 0.93% | - |
| XYZ | 50.97 | 31.37 | 66.32 | - |
| YUV | 152.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 213 | 0 | 0.58 | 0.10 | 0.07 | 310 | 0.78 | 0.65 |
| Hex | EC | 62 | D5 | 0 | 3A | A | 7 | 136 | 4E | 41 |
| Octal | 354 | 142 | 325 | 0 | 72 | 12 | 7 | 466 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11010101 | 0 | 111010 | 1010 | 111 | 100110110 | 1001110 | 1000001 |
Color Harmonies of #EC62D5
Complementary color
Monochromatic Colors of #EC62D5
Black with #EC62D5
Text Example
Text Example
White with #EC62D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62D5; }
p { color: rgb(236,98,213); }
H1.HeaderClassName
{
color: #EC62D5;
}
.AnyTagClassName
{
color: #EC62D5;
}
</style>
background-color css
<style>
a { background-color: #EC62D5; }
a { background-color: rgb(236,98,213); }
div.DivClassName
{
background-color: #EC62D5;
}
.BgClassName
{
background-color: #EC62D5;
}
</style>
border-color css
<style>
span { border-color: #EC62D5; }
span { border-color: rgb(236,98,213); }
td.TdClassName
{
border-color: #EC62D5;
}
.TagClassName
{
border-color: #EC62D5;
}
</style>