Html Css Color HEX #EC60DD Free Speech Magenta
📋 copy color: '#EC60DD'red 236 ◦ green 96 ◦ blue 221
Shades of Free Speech Magenta #EC60DD
Tints of Free Speech Magenta #EC60DD
RGB
CMYK
RGB Variations
Color information
#EC60DD (or 0xEC60DD) is known color: Free Speech Magenta. HEX triplet: EC, 60 and DD. RGB value is (236,96,221). Sum of RGB (Red+Green+Blue) = 236+96+221=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60DD is #139F22. Grayscale: #979797. Windows color (decimal): -1285923 or 14508268. OLE color: 14508268.
HSL color Cylindrical-coordinate representation of color #EC60DD: hue angle of 306.43º 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 #EC60DD is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 221 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.07 |
| HSL | 306.43º | 0.79% | 0.65% | - |
| HSV(B) | 306.43º | 0.59% | 0.93% | - |
| XYZ | 51.83 | 31.42 | 71.74 | - |
| YUV | 152.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 221 | 0 | 0.59 | 0.06 | 0.07 | 306.43 | 0.79 | 0.65 |
| Hex | EC | 60 | DD | 0 | 3B | 6 | 7 | 132 | 4F | 41 |
| Octal | 354 | 140 | 335 | 0 | 73 | 6 | 7 | 462 | 117 | 101 |
| Binary | 11101100 | 1100000 | 11011101 | 0 | 111011 | 110 | 111 | 100110010 | 1001111 | 1000001 |
Color Harmonies of #EC60DD
Complementary color
Monochromatic Colors of #EC60DD
Black with #EC60DD
Text Example
Text Example
White with #EC60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60DD; }
p { color: rgb(236,96,221); }
H1.HeaderClassName
{
color: #EC60DD;
}
.AnyTagClassName
{
color: #EC60DD;
}
</style>
background-color css
<style>
a { background-color: #EC60DD; }
a { background-color: rgb(236,96,221); }
div.DivClassName
{
background-color: #EC60DD;
}
.BgClassName
{
background-color: #EC60DD;
}
</style>
border-color css
<style>
span { border-color: #EC60DD; }
span { border-color: rgb(236,96,221); }
td.TdClassName
{
border-color: #EC60DD;
}
.TagClassName
{
border-color: #EC60DD;
}
</style>