Html Css Color HEX #EC60E5 Free Speech Magenta
📋 copy color: '#EC60E5'red 236 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #EC60E5
Tints of Free Speech Magenta #EC60E5
RGB
CMYK
RGB Variations
Color information
#EC60E5 (or 0xEC60E5) is known color: Free Speech Magenta. HEX triplet: EC, 60 and E5. RGB value is (236,96,229). Sum of RGB (Red+Green+Blue) = 236+96+229=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60E5 is #139F1A. Grayscale: #989898. Windows color (decimal): -1285915 or 15032556. OLE color: 15032556.
HSL color Cylindrical-coordinate representation of color #EC60E5: hue angle of 303º 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 #EC60E5 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 229 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.07 |
| HSL | 303º | 0.79% | 0.65% | - |
| HSV(B) | 303º | 0.59% | 0.93% | - |
| XYZ | 52.92 | 31.86 | 77.49 | - |
| YUV | 153.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 229 | 0 | 0.59 | 0.03 | 0.07 | 303 | 0.79 | 0.65 |
| Hex | EC | 60 | E5 | 0 | 3B | 3 | 7 | 12F | 4F | 41 |
| Octal | 354 | 140 | 345 | 0 | 73 | 3 | 7 | 457 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11100101 | 0 | 111011 | 11 | 111 | 100101111 | 1001111 | 1000001 |
Color Harmonies of #EC60E5
Complementary color
Monochromatic Colors of #EC60E5
Black with #EC60E5
Text Example
Text Example
White with #EC60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60E5; }
p { color: rgb(236,96,229); }
H1.HeaderClassName
{
color: #EC60E5;
}
.AnyTagClassName
{
color: #EC60E5;
}
</style>
background-color css
<style>
a { background-color: #EC60E5; }
a { background-color: rgb(236,96,229); }
div.DivClassName
{
background-color: #EC60E5;
}
.BgClassName
{
background-color: #EC60E5;
}
</style>
border-color css
<style>
span { border-color: #EC60E5; }
span { border-color: rgb(236,96,229); }
td.TdClassName
{
border-color: #EC60E5;
}
.TagClassName
{
border-color: #EC60E5;
}
</style>