Html Css Color HEX #EC52D5 Free Speech Magenta
📋 copy color: '#EC52D5'red 236 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #EC52D5
Tints of Free Speech Magenta #EC52D5
RGB
CMYK
RGB Variations
Color information
#EC52D5 (or 0xEC52D5) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D5. RGB value is (236,82,213). Sum of RGB (Red+Green+Blue) = 236+82+213=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D5 is #13AD2A. Grayscale: #8E8E8E. Windows color (decimal): -1289515 or 13980396. OLE color: 13980396.
HSL color Cylindrical-coordinate representation of color #EC52D5: hue angle of 308.96º 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 #EC52D5 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 213 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.07 |
| HSL | 308.96º | 0.8% | 0.62% | - |
| HSV(B) | 308.96º | 0.65% | 0.93% | - |
| XYZ | 49.62 | 28.67 | 65.87 | - |
| YUV | 142.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 213 | 0 | 0.65 | 0.10 | 0.07 | 308.96 | 0.8 | 0.62 |
| Hex | EC | 52 | D5 | 0 | 41 | A | 7 | 135 | 50 | 3E |
| Octal | 354 | 122 | 325 | 0 | 101 | 12 | 7 | 465 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11010101 | 0 | 1000001 | 1010 | 111 | 100110101 | 1010000 | 111110 |
Color Harmonies of #EC52D5
Complementary color
Monochromatic Colors of #EC52D5
Black with #EC52D5
Text Example
Text Example
White with #EC52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52D5; }
p { color: rgb(236,82,213); }
H1.HeaderClassName
{
color: #EC52D5;
}
.AnyTagClassName
{
color: #EC52D5;
}
</style>
background-color css
<style>
a { background-color: #EC52D5; }
a { background-color: rgb(236,82,213); }
div.DivClassName
{
background-color: #EC52D5;
}
.BgClassName
{
background-color: #EC52D5;
}
</style>
border-color css
<style>
span { border-color: #EC52D5; }
span { border-color: rgb(236,82,213); }
td.TdClassName
{
border-color: #EC52D5;
}
.TagClassName
{
border-color: #EC52D5;
}
</style>