Html Css Color HEX #EC62D1 Free Speech Magenta
📋 copy color: '#EC62D1'red 236 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #EC62D1
Tints of Free Speech Magenta #EC62D1
RGB
CMYK
RGB Variations
Color information
#EC62D1 (or 0xEC62D1) is known color: Free Speech Magenta. HEX triplet: EC, 62 and D1. RGB value is (236,98,209). Sum of RGB (Red+Green+Blue) = 236+98+209=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62D1 is #139D2E. Grayscale: #979797. Windows color (decimal): -1285423 or 13722348. OLE color: 13722348.
HSL color Cylindrical-coordinate representation of color #EC62D1: hue angle of 311.74º 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 #EC62D1 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 209 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.07 |
| HSL | 311.74º | 0.78% | 0.65% | - |
| HSV(B) | 311.74º | 0.58% | 0.93% | - |
| XYZ | 50.47 | 31.17 | 63.68 | - |
| YUV | 151.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 209 | 0 | 0.58 | 0.11 | 0.07 | 311.74 | 0.78 | 0.65 |
| Hex | EC | 62 | D1 | 0 | 3A | B | 7 | 138 | 4E | 41 |
| Octal | 354 | 142 | 321 | 0 | 72 | 13 | 7 | 470 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11010001 | 0 | 111010 | 1011 | 111 | 100111000 | 1001110 | 1000001 |
Color Harmonies of #EC62D1
Complementary color
Monochromatic Colors of #EC62D1
Black with #EC62D1
Text Example
Text Example
White with #EC62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62D1; }
p { color: rgb(236,98,209); }
H1.HeaderClassName
{
color: #EC62D1;
}
.AnyTagClassName
{
color: #EC62D1;
}
</style>
background-color css
<style>
a { background-color: #EC62D1; }
a { background-color: rgb(236,98,209); }
div.DivClassName
{
background-color: #EC62D1;
}
.BgClassName
{
background-color: #EC62D1;
}
</style>
border-color css
<style>
span { border-color: #EC62D1; }
span { border-color: rgb(236,98,209); }
td.TdClassName
{
border-color: #EC62D1;
}
.TagClassName
{
border-color: #EC62D1;
}
</style>