Html Css Color HEX #EC66E5 Free Speech Magenta
📋 copy color: '#EC66E5'red 236 ◦ green 102 ◦ blue 229
Shades of Free Speech Magenta #EC66E5
Tints of Free Speech Magenta #EC66E5
RGB
CMYK
RGB Variations
Color information
#EC66E5 (or 0xEC66E5) is known color: Free Speech Magenta. HEX triplet: EC, 66 and E5. RGB value is (236,102,229). Sum of RGB (Red+Green+Blue) = 236+102+229=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66E5 is #13991A. Grayscale: #9C9C9C. Windows color (decimal): -1284379 or 15034092. OLE color: 15034092.
HSL color Cylindrical-coordinate representation of color #EC66E5: hue angle of 303.13º 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 #EC66E5 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 229 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.07 |
| HSL | 303.13º | 0.78% | 0.66% | - |
| HSV(B) | 303.13º | 0.57% | 0.93% | - |
| XYZ | 53.49 | 32.99 | 77.68 | - |
| YUV | 156.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 229 | 0 | 0.57 | 0.03 | 0.07 | 303.13 | 0.78 | 0.66 |
| Hex | EC | 66 | E5 | 0 | 39 | 3 | 7 | 12F | 4E | 42 |
| Octal | 354 | 146 | 345 | 0 | 71 | 3 | 7 | 457 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11100101 | 0 | 111001 | 11 | 111 | 100101111 | 1001110 | 1000010 |
Color Harmonies of #EC66E5
Complementary color
Monochromatic Colors of #EC66E5
Black with #EC66E5
Text Example
Text Example
White with #EC66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66E5; }
p { color: rgb(236,102,229); }
H1.HeaderClassName
{
color: #EC66E5;
}
.AnyTagClassName
{
color: #EC66E5;
}
</style>
background-color css
<style>
a { background-color: #EC66E5; }
a { background-color: rgb(236,102,229); }
div.DivClassName
{
background-color: #EC66E5;
}
.BgClassName
{
background-color: #EC66E5;
}
</style>
border-color css
<style>
span { border-color: #EC66E5; }
span { border-color: rgb(236,102,229); }
td.TdClassName
{
border-color: #EC66E5;
}
.TagClassName
{
border-color: #EC66E5;
}
</style>