Html Css Color HEX #EC60E6 Free Speech Magenta
📋 copy color: '#EC60E6'red 236 ◦ green 96 ◦ blue 230
Shades of Free Speech Magenta #EC60E6
Tints of Free Speech Magenta #EC60E6
RGB
CMYK
RGB Variations
Color information
#EC60E6 (or 0xEC60E6) is known color: Free Speech Magenta. HEX triplet: EC, 60 and E6. RGB value is (236,96,230). Sum of RGB (Red+Green+Blue) = 236+96+230=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60E6 is #139F19. Grayscale: #989898. Windows color (decimal): -1285914 or 15098092. OLE color: 15098092.
HSL color Cylindrical-coordinate representation of color #EC60E6: hue angle of 302.57º 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 #EC60E6 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 230 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.07 |
| HSL | 302.57º | 0.79% | 0.65% | - |
| HSV(B) | 302.57º | 0.59% | 0.93% | - |
| XYZ | 53.06 | 31.91 | 78.23 | - |
| YUV | 153.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 230 | 0 | 0.59 | 0.03 | 0.07 | 302.57 | 0.79 | 0.65 |
| Hex | EC | 60 | E6 | 0 | 3B | 3 | 7 | 12F | 4F | 41 |
| Octal | 354 | 140 | 346 | 0 | 73 | 3 | 7 | 457 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11100110 | 0 | 111011 | 11 | 111 | 100101111 | 1001111 | 1000001 |
Color Harmonies of #EC60E6
Complementary color
Monochromatic Colors of #EC60E6
Black with #EC60E6
Text Example
Text Example
White with #EC60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60E6; }
p { color: rgb(236,96,230); }
H1.HeaderClassName
{
color: #EC60E6;
}
.AnyTagClassName
{
color: #EC60E6;
}
</style>
background-color css
<style>
a { background-color: #EC60E6; }
a { background-color: rgb(236,96,230); }
div.DivClassName
{
background-color: #EC60E6;
}
.BgClassName
{
background-color: #EC60E6;
}
</style>
border-color css
<style>
span { border-color: #EC60E6; }
span { border-color: rgb(236,96,230); }
td.TdClassName
{
border-color: #EC60E6;
}
.TagClassName
{
border-color: #EC60E6;
}
</style>