Html Css Color HEX #EC52E3 Free Speech Magenta
📋 copy color: '#EC52E3'red 236 ◦ green 82 ◦ blue 227
Shades of Free Speech Magenta #EC52E3
Tints of Free Speech Magenta #EC52E3
RGB
CMYK
RGB Variations
Color information
#EC52E3 (or 0xEC52E3) is known color: Free Speech Magenta. HEX triplet: EC, 52 and E3. RGB value is (236,82,227). Sum of RGB (Red+Green+Blue) = 236+82+227=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52E3 is #13AD1C. Grayscale: #909090. Windows color (decimal): -1289501 or 14897900. OLE color: 14897900.
HSL color Cylindrical-coordinate representation of color #EC52E3: hue angle of 303.51º 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 #EC52E3 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 227 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.07 |
| HSL | 303.51º | 0.8% | 0.62% | - |
| HSV(B) | 303.51º | 0.65% | 0.93% | - |
| XYZ | 51.47 | 29.41 | 75.64 | - |
| YUV | 144.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 227 | 0 | 0.65 | 0.04 | 0.07 | 303.51 | 0.8 | 0.62 |
| Hex | EC | 52 | E3 | 0 | 41 | 4 | 7 | 130 | 50 | 3E |
| Octal | 354 | 122 | 343 | 0 | 101 | 4 | 7 | 460 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11100011 | 0 | 1000001 | 100 | 111 | 100110000 | 1010000 | 111110 |
Color Harmonies of #EC52E3
Complementary color
Monochromatic Colors of #EC52E3
Black with #EC52E3
Text Example
Text Example
White with #EC52E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52E3; }
p { color: rgb(236,82,227); }
H1.HeaderClassName
{
color: #EC52E3;
}
.AnyTagClassName
{
color: #EC52E3;
}
</style>
background-color css
<style>
a { background-color: #EC52E3; }
a { background-color: rgb(236,82,227); }
div.DivClassName
{
background-color: #EC52E3;
}
.BgClassName
{
background-color: #EC52E3;
}
</style>
border-color css
<style>
span { border-color: #EC52E3; }
span { border-color: rgb(236,82,227); }
td.TdClassName
{
border-color: #EC52E3;
}
.TagClassName
{
border-color: #EC52E3;
}
</style>