Html Css Color HEX #EC52D0 Free Speech Magenta
📋 copy color: '#EC52D0'red 236 ◦ green 82 ◦ blue 208
Shades of Free Speech Magenta #EC52D0
Tints of Free Speech Magenta #EC52D0
RGB
CMYK
RGB Variations
Color information
#EC52D0 (or 0xEC52D0) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D0. RGB value is (236,82,208). Sum of RGB (Red+Green+Blue) = 236+82+208=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D0 is #13AD2F. Grayscale: #8E8E8E. Windows color (decimal): -1289520 or 13652716. OLE color: 13652716.
HSL color Cylindrical-coordinate representation of color #EC52D0: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52D0 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 208 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.07 |
| HSL | 310.91º | 0.8% | 0.62% | - |
| HSV(B) | 310.91º | 0.65% | 0.93% | - |
| XYZ | 48.99 | 28.42 | 62.58 | - |
| YUV | 142.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 208 | 0 | 0.65 | 0.12 | 0.07 | 310.91 | 0.8 | 0.62 |
| Hex | EC | 52 | D0 | 0 | 41 | C | 7 | 137 | 50 | 3E |
| Octal | 354 | 122 | 320 | 0 | 101 | 14 | 7 | 467 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11010000 | 0 | 1000001 | 1100 | 111 | 100110111 | 1010000 | 111110 |
Color Harmonies of #EC52D0
Complementary color
Monochromatic Colors of #EC52D0
Black with #EC52D0
Text Example
Text Example
White with #EC52D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52D0; }
p { color: rgb(236,82,208); }
H1.HeaderClassName
{
color: #EC52D0;
}
.AnyTagClassName
{
color: #EC52D0;
}
</style>
background-color css
<style>
a { background-color: #EC52D0; }
a { background-color: rgb(236,82,208); }
div.DivClassName
{
background-color: #EC52D0;
}
.BgClassName
{
background-color: #EC52D0;
}
</style>
border-color css
<style>
span { border-color: #EC52D0; }
span { border-color: rgb(236,82,208); }
td.TdClassName
{
border-color: #EC52D0;
}
.TagClassName
{
border-color: #EC52D0;
}
</style>