Html Css Color HEX #EC60E8 Free Speech Magenta
📋 copy color: '#EC60E8'red 236 ◦ green 96 ◦ blue 232
Shades of Free Speech Magenta #EC60E8
Tints of Free Speech Magenta #EC60E8
RGB
CMYK
RGB Variations
Color information
#EC60E8 (or 0xEC60E8) is known color: Free Speech Magenta. HEX triplet: EC, 60 and E8. RGB value is (236,96,232). Sum of RGB (Red+Green+Blue) = 236+96+232=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60E8 is #139F17. Grayscale: #989898. Windows color (decimal): -1285912 or 15229164. OLE color: 15229164.
HSL color Cylindrical-coordinate representation of color #EC60E8: hue angle of 301.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60E8 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 232 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.07 |
| HSL | 301.71º | 0.79% | 0.65% | - |
| HSV(B) | 301.71º | 0.59% | 0.93% | - |
| XYZ | 53.34 | 32.02 | 79.71 | - |
| YUV | 153.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 232 | 0 | 0.59 | 0.02 | 0.07 | 301.71 | 0.79 | 0.65 |
| Hex | EC | 60 | E8 | 0 | 3B | 2 | 7 | 12E | 4F | 41 |
| Octal | 354 | 140 | 350 | 0 | 73 | 2 | 7 | 456 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11101000 | 0 | 111011 | 10 | 111 | 100101110 | 1001111 | 1000001 |
Color Harmonies of #EC60E8
Complementary color
Monochromatic Colors of #EC60E8
Black with #EC60E8
Text Example
Text Example
White with #EC60E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60E8; }
p { color: rgb(236,96,232); }
H1.HeaderClassName
{
color: #EC60E8;
}
.AnyTagClassName
{
color: #EC60E8;
}
</style>
background-color css
<style>
a { background-color: #EC60E8; }
a { background-color: rgb(236,96,232); }
div.DivClassName
{
background-color: #EC60E8;
}
.BgClassName
{
background-color: #EC60E8;
}
</style>
border-color css
<style>
span { border-color: #EC60E8; }
span { border-color: rgb(236,96,232); }
td.TdClassName
{
border-color: #EC60E8;
}
.TagClassName
{
border-color: #EC60E8;
}
</style>