Html Css Color HEX #EC57E5 Free Speech Magenta
📋 copy color: '#EC57E5'red 236 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #EC57E5
Tints of Free Speech Magenta #EC57E5
RGB
CMYK
RGB Variations
Color information
#EC57E5 (or 0xEC57E5) is known color: Free Speech Magenta. HEX triplet: EC, 57 and E5. RGB value is (236,87,229). Sum of RGB (Red+Green+Blue) = 236+87+229=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57E5 is #13A81A. Grayscale: #939393. Windows color (decimal): -1288219 or 15030252. OLE color: 15030252.
HSL color Cylindrical-coordinate representation of color #EC57E5: hue angle of 302.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57E5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 229 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.07 |
| HSL | 302.82º | 0.8% | 0.63% | - |
| HSV(B) | 302.82º | 0.63% | 0.93% | - |
| XYZ | 52.14 | 30.31 | 77.23 | - |
| YUV | 147.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 229 | 0 | 0.63 | 0.03 | 0.07 | 302.82 | 0.8 | 0.63 |
| Hex | EC | 57 | E5 | 0 | 3F | 3 | 7 | 12F | 50 | 3F |
| Octal | 354 | 127 | 345 | 0 | 77 | 3 | 7 | 457 | 120 | 77 |
| Binary | 11101100 | 1010111 | 11100101 | 0 | 111111 | 11 | 111 | 100101111 | 1010000 | 111111 |
Color Harmonies of #EC57E5
Complementary color
Monochromatic Colors of #EC57E5
Black with #EC57E5
Text Example
Text Example
White with #EC57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57E5; }
p { color: rgb(236,87,229); }
H1.HeaderClassName
{
color: #EC57E5;
}
.AnyTagClassName
{
color: #EC57E5;
}
</style>
background-color css
<style>
a { background-color: #EC57E5; }
a { background-color: rgb(236,87,229); }
div.DivClassName
{
background-color: #EC57E5;
}
.BgClassName
{
background-color: #EC57E5;
}
</style>
border-color css
<style>
span { border-color: #EC57E5; }
span { border-color: rgb(236,87,229); }
td.TdClassName
{
border-color: #EC57E5;
}
.TagClassName
{
border-color: #EC57E5;
}
</style>