Html Css Color HEX #EC52D7 Free Speech Magenta
📋 copy color: '#EC52D7'red 236 ◦ green 82 ◦ blue 215
Shades of Free Speech Magenta #EC52D7
Tints of Free Speech Magenta #EC52D7
RGB
CMYK
RGB Variations
Color information
#EC52D7 (or 0xEC52D7) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D7. RGB value is (236,82,215). Sum of RGB (Red+Green+Blue) = 236+82+215=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D7 is #13AD28. Grayscale: #8E8E8E. Windows color (decimal): -1289513 or 14111468. OLE color: 14111468.
HSL color Cylindrical-coordinate representation of color #EC52D7: hue angle of 308.18º 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 #EC52D7 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 215 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.07 |
| HSL | 308.18º | 0.8% | 0.62% | - |
| HSV(B) | 308.18º | 0.65% | 0.93% | - |
| XYZ | 49.88 | 28.77 | 67.22 | - |
| YUV | 143.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 215 | 0 | 0.65 | 0.09 | 0.07 | 308.18 | 0.8 | 0.62 |
| Hex | EC | 52 | D7 | 0 | 41 | 9 | 7 | 134 | 50 | 3E |
| Octal | 354 | 122 | 327 | 0 | 101 | 11 | 7 | 464 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11010111 | 0 | 1000001 | 1001 | 111 | 100110100 | 1010000 | 111110 |
Color Harmonies of #EC52D7
Complementary color
Monochromatic Colors of #EC52D7
Black with #EC52D7
Text Example
Text Example
White with #EC52D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52D7; }
p { color: rgb(236,82,215); }
H1.HeaderClassName
{
color: #EC52D7;
}
.AnyTagClassName
{
color: #EC52D7;
}
</style>
background-color css
<style>
a { background-color: #EC52D7; }
a { background-color: rgb(236,82,215); }
div.DivClassName
{
background-color: #EC52D7;
}
.BgClassName
{
background-color: #EC52D7;
}
</style>
border-color css
<style>
span { border-color: #EC52D7; }
span { border-color: rgb(236,82,215); }
td.TdClassName
{
border-color: #EC52D7;
}
.TagClassName
{
border-color: #EC52D7;
}
</style>