Html Css Color HEX #EC66E1 Free Speech Magenta
📋 copy color: '#EC66E1'red 236 ◦ green 102 ◦ blue 225
Shades of Free Speech Magenta #EC66E1
Tints of Free Speech Magenta #EC66E1
RGB
CMYK
RGB Variations
Color information
#EC66E1 (or 0xEC66E1) is known color: Free Speech Magenta. HEX triplet: EC, 66 and E1. RGB value is (236,102,225). Sum of RGB (Red+Green+Blue) = 236+102+225=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66E1 is #13991E. Grayscale: #9B9B9B. Windows color (decimal): -1284383 or 14771948. OLE color: 14771948.
HSL color Cylindrical-coordinate representation of color #EC66E1: hue angle of 304.93º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66E1 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 225 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.07 |
| HSL | 304.93º | 0.78% | 0.66% | - |
| HSV(B) | 304.93º | 0.57% | 0.93% | - |
| XYZ | 52.93 | 32.77 | 74.77 | - |
| YUV | 156.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 225 | 0 | 0.57 | 0.05 | 0.07 | 304.93 | 0.78 | 0.66 |
| Hex | EC | 66 | E1 | 0 | 39 | 5 | 7 | 131 | 4E | 42 |
| Octal | 354 | 146 | 341 | 0 | 71 | 5 | 7 | 461 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11100001 | 0 | 111001 | 101 | 111 | 100110001 | 1001110 | 1000010 |
Color Harmonies of #EC66E1
Complementary color
Monochromatic Colors of #EC66E1
Black with #EC66E1
Text Example
Text Example
White with #EC66E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66E1; }
p { color: rgb(236,102,225); }
H1.HeaderClassName
{
color: #EC66E1;
}
.AnyTagClassName
{
color: #EC66E1;
}
</style>
background-color css
<style>
a { background-color: #EC66E1; }
a { background-color: rgb(236,102,225); }
div.DivClassName
{
background-color: #EC66E1;
}
.BgClassName
{
background-color: #EC66E1;
}
</style>
border-color css
<style>
span { border-color: #EC66E1; }
span { border-color: rgb(236,102,225); }
td.TdClassName
{
border-color: #EC66E1;
}
.TagClassName
{
border-color: #EC66E1;
}
</style>