Html Css Color HEX #EC52DD Free Speech Magenta
📋 copy color: '#EC52DD'red 236 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #EC52DD
Tints of Free Speech Magenta #EC52DD
RGB
CMYK
RGB Variations
Color information
#EC52DD (or 0xEC52DD) is known color: Free Speech Magenta. HEX triplet: EC, 52 and DD. RGB value is (236,82,221). Sum of RGB (Red+Green+Blue) = 236+82+221=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52DD is #13AD22. Grayscale: #8F8F8F. Windows color (decimal): -1289507 or 14504684. OLE color: 14504684.
HSL color Cylindrical-coordinate representation of color #EC52DD: hue angle of 305.84º 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 #EC52DD is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 221 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.07 |
| HSL | 305.84º | 0.8% | 0.62% | - |
| HSV(B) | 305.84º | 0.65% | 0.93% | - |
| XYZ | 50.66 | 29.09 | 71.35 | - |
| YUV | 143.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 221 | 0 | 0.65 | 0.06 | 0.07 | 305.84 | 0.8 | 0.62 |
| Hex | EC | 52 | DD | 0 | 41 | 6 | 7 | 132 | 50 | 3E |
| Octal | 354 | 122 | 335 | 0 | 101 | 6 | 7 | 462 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11011101 | 0 | 1000001 | 110 | 111 | 100110010 | 1010000 | 111110 |
Color Harmonies of #EC52DD
Complementary color
Monochromatic Colors of #EC52DD
Black with #EC52DD
Text Example
Text Example
White with #EC52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52DD; }
p { color: rgb(236,82,221); }
H1.HeaderClassName
{
color: #EC52DD;
}
.AnyTagClassName
{
color: #EC52DD;
}
</style>
background-color css
<style>
a { background-color: #EC52DD; }
a { background-color: rgb(236,82,221); }
div.DivClassName
{
background-color: #EC52DD;
}
.BgClassName
{
background-color: #EC52DD;
}
</style>
border-color css
<style>
span { border-color: #EC52DD; }
span { border-color: rgb(236,82,221); }
td.TdClassName
{
border-color: #EC52DD;
}
.TagClassName
{
border-color: #EC52DD;
}
</style>