Html Css Color HEX #EC58DD Free Speech Magenta
📋 copy color: '#EC58DD'red 236 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #EC58DD
Tints of Free Speech Magenta #EC58DD
RGB
CMYK
RGB Variations
Color information
#EC58DD (or 0xEC58DD) is known color: Free Speech Magenta. HEX triplet: EC, 58 and DD. RGB value is (236,88,221). Sum of RGB (Red+Green+Blue) = 236+88+221=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58DD is #13A722. Grayscale: #939393. Windows color (decimal): -1287971 or 14506220. OLE color: 14506220.
HSL color Cylindrical-coordinate representation of color #EC58DD: hue angle of 306.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58DD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 221 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.07 |
| HSL | 306.08º | 0.8% | 0.64% | - |
| HSV(B) | 306.08º | 0.63% | 0.93% | - |
| XYZ | 51.13 | 30.03 | 71.51 | - |
| YUV | 147.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 221 | 0 | 0.63 | 0.06 | 0.07 | 306.08 | 0.8 | 0.64 |
| Hex | EC | 58 | DD | 0 | 3F | 6 | 7 | 132 | 50 | 40 |
| Octal | 354 | 130 | 335 | 0 | 77 | 6 | 7 | 462 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11011101 | 0 | 111111 | 110 | 111 | 100110010 | 1010000 | 1000000 |
Color Harmonies of #EC58DD
Complementary color
Monochromatic Colors of #EC58DD
Black with #EC58DD
Text Example
Text Example
White with #EC58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58DD; }
p { color: rgb(236,88,221); }
H1.HeaderClassName
{
color: #EC58DD;
}
.AnyTagClassName
{
color: #EC58DD;
}
</style>
background-color css
<style>
a { background-color: #EC58DD; }
a { background-color: rgb(236,88,221); }
div.DivClassName
{
background-color: #EC58DD;
}
.BgClassName
{
background-color: #EC58DD;
}
</style>
border-color css
<style>
span { border-color: #EC58DD; }
span { border-color: rgb(236,88,221); }
td.TdClassName
{
border-color: #EC58DD;
}
.TagClassName
{
border-color: #EC58DD;
}
</style>