Html Css Color HEX #EC60E3 Free Speech Magenta
📋 copy color: '#EC60E3'red 236 ◦ green 96 ◦ blue 227
Shades of Free Speech Magenta #EC60E3
Tints of Free Speech Magenta #EC60E3
RGB
CMYK
RGB Variations
Color information
#EC60E3 (or 0xEC60E3) is known color: Free Speech Magenta. HEX triplet: EC, 60 and E3. RGB value is (236,96,227). Sum of RGB (Red+Green+Blue) = 236+96+227=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60E3 is #139F1C. Grayscale: #989898. Windows color (decimal): -1285917 or 14901484. OLE color: 14901484.
HSL color Cylindrical-coordinate representation of color #EC60E3: hue angle of 303.86º 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 #EC60E3 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 227 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.07 |
| HSL | 303.86º | 0.79% | 0.65% | - |
| HSV(B) | 303.86º | 0.59% | 0.93% | - |
| XYZ | 52.64 | 31.74 | 76.03 | - |
| YUV | 152.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 227 | 0 | 0.59 | 0.04 | 0.07 | 303.86 | 0.79 | 0.65 |
| Hex | EC | 60 | E3 | 0 | 3B | 4 | 7 | 130 | 4F | 41 |
| Octal | 354 | 140 | 343 | 0 | 73 | 4 | 7 | 460 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11100011 | 0 | 111011 | 100 | 111 | 100110000 | 1001111 | 1000001 |
Color Harmonies of #EC60E3
Complementary color
Monochromatic Colors of #EC60E3
Black with #EC60E3
Text Example
Text Example
White with #EC60E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60E3; }
p { color: rgb(236,96,227); }
H1.HeaderClassName
{
color: #EC60E3;
}
.AnyTagClassName
{
color: #EC60E3;
}
</style>
background-color css
<style>
a { background-color: #EC60E3; }
a { background-color: rgb(236,96,227); }
div.DivClassName
{
background-color: #EC60E3;
}
.BgClassName
{
background-color: #EC60E3;
}
</style>
border-color css
<style>
span { border-color: #EC60E3; }
span { border-color: rgb(236,96,227); }
td.TdClassName
{
border-color: #EC60E3;
}
.TagClassName
{
border-color: #EC60E3;
}
</style>