Html Css Color HEX #EC62E2 Free Speech Magenta
📋 copy color: '#EC62E2'red 236 ◦ green 98 ◦ blue 226
Shades of Free Speech Magenta #EC62E2
Tints of Free Speech Magenta #EC62E2
RGB
CMYK
RGB Variations
Color information
#EC62E2 (or 0xEC62E2) is known color: Free Speech Magenta. HEX triplet: EC, 62 and E2. RGB value is (236,98,226). Sum of RGB (Red+Green+Blue) = 236+98+226=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62E2 is #139D1D. Grayscale: #999999. Windows color (decimal): -1285406 or 14836460. OLE color: 14836460.
HSL color Cylindrical-coordinate representation of color #EC62E2: hue angle of 304.35º 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 #EC62E2 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 226 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.07 |
| HSL | 304.35º | 0.78% | 0.65% | - |
| HSV(B) | 304.35º | 0.58% | 0.93% | - |
| XYZ | 52.69 | 32.06 | 75.36 | - |
| YUV | 153.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 226 | 0 | 0.58 | 0.04 | 0.07 | 304.35 | 0.78 | 0.65 |
| Hex | EC | 62 | E2 | 0 | 3A | 4 | 7 | 130 | 4E | 41 |
| Octal | 354 | 142 | 342 | 0 | 72 | 4 | 7 | 460 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11100010 | 0 | 111010 | 100 | 111 | 100110000 | 1001110 | 1000001 |
Color Harmonies of #EC62E2
Complementary color
Monochromatic Colors of #EC62E2
Black with #EC62E2
Text Example
Text Example
White with #EC62E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62E2; }
p { color: rgb(236,98,226); }
H1.HeaderClassName
{
color: #EC62E2;
}
.AnyTagClassName
{
color: #EC62E2;
}
</style>
background-color css
<style>
a { background-color: #EC62E2; }
a { background-color: rgb(236,98,226); }
div.DivClassName
{
background-color: #EC62E2;
}
.BgClassName
{
background-color: #EC62E2;
}
</style>
border-color css
<style>
span { border-color: #EC62E2; }
span { border-color: rgb(236,98,226); }
td.TdClassName
{
border-color: #EC62E2;
}
.TagClassName
{
border-color: #EC62E2;
}
</style>