Html Css Color HEX #EC5FDD Free Speech Magenta
📋 copy color: '#EC5FDD'red 236 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #EC5FDD
Tints of Free Speech Magenta #EC5FDD
RGB
CMYK
RGB Variations
Color information
#EC5FDD (or 0xEC5FDD) is known color: Free Speech Magenta. HEX triplet: EC, 5F and DD. RGB value is (236,95,221). Sum of RGB (Red+Green+Blue) = 236+95+221=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FDD is #13A022. Grayscale: #979797. Windows color (decimal): -1286179 or 14508012. OLE color: 14508012.
HSL color Cylindrical-coordinate representation of color #EC5FDD: hue angle of 306.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FDD is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 221 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.07 |
| HSL | 306.38º | 0.79% | 0.65% | - |
| HSV(B) | 306.38º | 0.6% | 0.93% | - |
| XYZ | 51.74 | 31.24 | 71.71 | - |
| YUV | 151.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 221 | 0 | 0.60 | 0.06 | 0.07 | 306.38 | 0.79 | 0.65 |
| Hex | EC | 5F | DD | 0 | 3C | 6 | 7 | 132 | 4F | 41 |
| Octal | 354 | 137 | 335 | 0 | 74 | 6 | 7 | 462 | 117 | 101 |
| Binary | 11101100 | 1011111 | 11011101 | 0 | 111100 | 110 | 111 | 100110010 | 1001111 | 1000001 |
Color Harmonies of #EC5FDD
Complementary color
Monochromatic Colors of #EC5FDD
Black with #EC5FDD
Text Example
Text Example
White with #EC5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FDD; }
p { color: rgb(236,95,221); }
H1.HeaderClassName
{
color: #EC5FDD;
}
.AnyTagClassName
{
color: #EC5FDD;
}
</style>
background-color css
<style>
a { background-color: #EC5FDD; }
a { background-color: rgb(236,95,221); }
div.DivClassName
{
background-color: #EC5FDD;
}
.BgClassName
{
background-color: #EC5FDD;
}
</style>
border-color css
<style>
span { border-color: #EC5FDD; }
span { border-color: rgb(236,95,221); }
td.TdClassName
{
border-color: #EC5FDD;
}
.TagClassName
{
border-color: #EC5FDD;
}
</style>