Html Css Color HEX #EC52E5 Free Speech Magenta
📋 copy color: '#EC52E5'red 236 ◦ green 82 ◦ blue 229
Shades of Free Speech Magenta #EC52E5
Tints of Free Speech Magenta #EC52E5
RGB
CMYK
RGB Variations
Color information
#EC52E5 (or 0xEC52E5) is known color: Free Speech Magenta. HEX triplet: EC, 52 and E5. RGB value is (236,82,229). Sum of RGB (Red+Green+Blue) = 236+82+229=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52E5 is #13AD1A. Grayscale: #909090. Windows color (decimal): -1289499 or 15028972. OLE color: 15028972.
HSL color Cylindrical-coordinate representation of color #EC52E5: hue angle of 302.73º 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 #EC52E5 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 229 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.07 |
| HSL | 302.73º | 0.8% | 0.62% | - |
| HSV(B) | 302.73º | 0.65% | 0.93% | - |
| XYZ | 51.75 | 29.52 | 77.1 | - |
| YUV | 144.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 229 | 0 | 0.65 | 0.03 | 0.07 | 302.73 | 0.8 | 0.62 |
| Hex | EC | 52 | E5 | 0 | 41 | 3 | 7 | 12F | 50 | 3E |
| Octal | 354 | 122 | 345 | 0 | 101 | 3 | 7 | 457 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11100101 | 0 | 1000001 | 11 | 111 | 100101111 | 1010000 | 111110 |
Color Harmonies of #EC52E5
Complementary color
Monochromatic Colors of #EC52E5
Black with #EC52E5
Text Example
Text Example
White with #EC52E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52E5; }
p { color: rgb(236,82,229); }
H1.HeaderClassName
{
color: #EC52E5;
}
.AnyTagClassName
{
color: #EC52E5;
}
</style>
background-color css
<style>
a { background-color: #EC52E5; }
a { background-color: rgb(236,82,229); }
div.DivClassName
{
background-color: #EC52E5;
}
.BgClassName
{
background-color: #EC52E5;
}
</style>
border-color css
<style>
span { border-color: #EC52E5; }
span { border-color: rgb(236,82,229); }
td.TdClassName
{
border-color: #EC52E5;
}
.TagClassName
{
border-color: #EC52E5;
}
</style>