Html Css Color HEX #EC55E7 Free Speech Magenta
📋 copy color: '#EC55E7'red 236 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #EC55E7
Tints of Free Speech Magenta #EC55E7
RGB
CMYK
RGB Variations
Color information
#EC55E7 (or 0xEC55E7) is known color: Free Speech Magenta. HEX triplet: EC, 55 and E7. RGB value is (236,85,231). Sum of RGB (Red+Green+Blue) = 236+85+231=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55E7 is #13AA18. Grayscale: #929292. Windows color (decimal): -1288729 or 15160812. OLE color: 15160812.
HSL color Cylindrical-coordinate representation of color #EC55E7: hue angle of 301.99º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55E7 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 231 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.07 |
| HSL | 301.99º | 0.8% | 0.63% | - |
| HSV(B) | 301.99º | 0.64% | 0.93% | - |
| XYZ | 52.26 | 30.1 | 78.66 | - |
| YUV | 146.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 231 | 0 | 0.64 | 0.02 | 0.07 | 301.99 | 0.8 | 0.63 |
| Hex | EC | 55 | E7 | 0 | 40 | 2 | 7 | 12E | 50 | 3F |
| Octal | 354 | 125 | 347 | 0 | 100 | 2 | 7 | 456 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11100111 | 0 | 1000000 | 10 | 111 | 100101110 | 1010000 | 111111 |
Color Harmonies of #EC55E7
Complementary color
Monochromatic Colors of #EC55E7
Black with #EC55E7
Text Example
Text Example
White with #EC55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55E7; }
p { color: rgb(236,85,231); }
H1.HeaderClassName
{
color: #EC55E7;
}
.AnyTagClassName
{
color: #EC55E7;
}
</style>
background-color css
<style>
a { background-color: #EC55E7; }
a { background-color: rgb(236,85,231); }
div.DivClassName
{
background-color: #EC55E7;
}
.BgClassName
{
background-color: #EC55E7;
}
</style>
border-color css
<style>
span { border-color: #EC55E7; }
span { border-color: rgb(236,85,231); }
td.TdClassName
{
border-color: #EC55E7;
}
.TagClassName
{
border-color: #EC55E7;
}
</style>