Html Css Color HEX #EC52C3 Free Speech Magenta
📋 copy color: '#EC52C3'red 236 ◦ green 82 ◦ blue 195
Shades of Free Speech Magenta #EC52C3
Tints of Free Speech Magenta #EC52C3
RGB
CMYK
RGB Variations
Color information
#EC52C3 (or 0xEC52C3) is known color: Free Speech Magenta. HEX triplet: EC, 52 and C3. RGB value is (236,82,195). Sum of RGB (Red+Green+Blue) = 236+82+195=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52C3 is #13AD3C. Grayscale: #8C8C8C. Windows color (decimal): -1289533 or 12800748. OLE color: 12800748.
HSL color Cylindrical-coordinate representation of color #EC52C3: hue angle of 315.97º 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 #EC52C3 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 195 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.07 |
| HSL | 315.97º | 0.8% | 0.62% | - |
| HSV(B) | 315.97º | 0.65% | 0.93% | - |
| XYZ | 47.46 | 27.81 | 54.5 | - |
| YUV | 140.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 195 | 0 | 0.65 | 0.17 | 0.07 | 315.97 | 0.8 | 0.62 |
| Hex | EC | 52 | C3 | 0 | 41 | 11 | 7 | 13C | 50 | 3E |
| Octal | 354 | 122 | 303 | 0 | 101 | 21 | 7 | 474 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11000011 | 0 | 1000001 | 10001 | 111 | 100111100 | 1010000 | 111110 |
Color Harmonies of #EC52C3
Complementary color
Monochromatic Colors of #EC52C3
Black with #EC52C3
Text Example
Text Example
White with #EC52C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52C3; }
p { color: rgb(236,82,195); }
H1.HeaderClassName
{
color: #EC52C3;
}
.AnyTagClassName
{
color: #EC52C3;
}
</style>
background-color css
<style>
a { background-color: #EC52C3; }
a { background-color: rgb(236,82,195); }
div.DivClassName
{
background-color: #EC52C3;
}
.BgClassName
{
background-color: #EC52C3;
}
</style>
border-color css
<style>
span { border-color: #EC52C3; }
span { border-color: rgb(236,82,195); }
td.TdClassName
{
border-color: #EC52C3;
}
.TagClassName
{
border-color: #EC52C3;
}
</style>