Html Css Color HEX #EC52D1 Free Speech Magenta
📋 copy color: '#EC52D1'red 236 ◦ green 82 ◦ blue 209
Shades of Free Speech Magenta #EC52D1
Tints of Free Speech Magenta #EC52D1
RGB
CMYK
RGB Variations
Color information
#EC52D1 (or 0xEC52D1) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D1. RGB value is (236,82,209). Sum of RGB (Red+Green+Blue) = 236+82+209=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D1 is #13AD2E. Grayscale: #8E8E8E. Windows color (decimal): -1289519 or 13718252. OLE color: 13718252.
HSL color Cylindrical-coordinate representation of color #EC52D1: hue angle of 310.52º 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 #EC52D1 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 209 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.07 |
| HSL | 310.52º | 0.8% | 0.62% | - |
| HSV(B) | 310.52º | 0.65% | 0.93% | - |
| XYZ | 49.12 | 28.47 | 63.23 | - |
| YUV | 142.52 | 165.52 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 209 | 0 | 0.65 | 0.11 | 0.07 | 310.52 | 0.8 | 0.62 |
| Hex | EC | 52 | D1 | 0 | 41 | B | 7 | 137 | 50 | 3E |
| Octal | 354 | 122 | 321 | 0 | 101 | 13 | 7 | 467 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11010001 | 0 | 1000001 | 1011 | 111 | 100110111 | 1010000 | 111110 |
Color Harmonies of #EC52D1
Complementary color
Monochromatic Colors of #EC52D1
Black with #EC52D1
Text Example
Text Example
White with #EC52D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52D1; }
p { color: rgb(236,82,209); }
H1.HeaderClassName
{
color: #EC52D1;
}
.AnyTagClassName
{
color: #EC52D1;
}
</style>
background-color css
<style>
a { background-color: #EC52D1; }
a { background-color: rgb(236,82,209); }
div.DivClassName
{
background-color: #EC52D1;
}
.BgClassName
{
background-color: #EC52D1;
}
</style>
border-color css
<style>
span { border-color: #EC52D1; }
span { border-color: rgb(236,82,209); }
td.TdClassName
{
border-color: #EC52D1;
}
.TagClassName
{
border-color: #EC52D1;
}
</style>