Html Css Color HEX #EC60D1 Free Speech Magenta
📋 copy color: '#EC60D1'red 236 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #EC60D1
Tints of Free Speech Magenta #EC60D1
RGB
CMYK
RGB Variations
Color information
#EC60D1 (or 0xEC60D1) is known color: Free Speech Magenta. HEX triplet: EC, 60 and D1. RGB value is (236,96,209). Sum of RGB (Red+Green+Blue) = 236+96+209=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60D1 is #139F2E. Grayscale: #969696. Windows color (decimal): -1285935 or 13721836. OLE color: 13721836.
HSL color Cylindrical-coordinate representation of color #EC60D1: hue angle of 311.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 #EC60D1 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 209 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.07 |
| HSL | 311.57º | 0.79% | 0.65% | - |
| HSV(B) | 311.57º | 0.59% | 0.93% | - |
| XYZ | 50.28 | 30.8 | 63.62 | - |
| YUV | 150.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 209 | 0 | 0.59 | 0.11 | 0.07 | 311.57 | 0.79 | 0.65 |
| Hex | EC | 60 | D1 | 0 | 3B | B | 7 | 138 | 4F | 41 |
| Octal | 354 | 140 | 321 | 0 | 73 | 13 | 7 | 470 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11010001 | 0 | 111011 | 1011 | 111 | 100111000 | 1001111 | 1000001 |
Color Harmonies of #EC60D1
Complementary color
Monochromatic Colors of #EC60D1
Black with #EC60D1
Text Example
Text Example
White with #EC60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60D1; }
p { color: rgb(236,96,209); }
H1.HeaderClassName
{
color: #EC60D1;
}
.AnyTagClassName
{
color: #EC60D1;
}
</style>
background-color css
<style>
a { background-color: #EC60D1; }
a { background-color: rgb(236,96,209); }
div.DivClassName
{
background-color: #EC60D1;
}
.BgClassName
{
background-color: #EC60D1;
}
</style>
border-color css
<style>
span { border-color: #EC60D1; }
span { border-color: rgb(236,96,209); }
td.TdClassName
{
border-color: #EC60D1;
}
.TagClassName
{
border-color: #EC60D1;
}
</style>