Html Css Color HEX #EC5ED5 Free Speech Magenta
📋 copy color: '#EC5ED5'red 236 ◦ green 94 ◦ blue 213
Shades of Free Speech Magenta #EC5ED5
Tints of Free Speech Magenta #EC5ED5
RGB
CMYK
RGB Variations
Color information
#EC5ED5 (or 0xEC5ED5) is known color: Free Speech Magenta. HEX triplet: EC, 5E and D5. RGB value is (236,94,213). Sum of RGB (Red+Green+Blue) = 236+94+213=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ED5 is #13A12A. Grayscale: #959595. Windows color (decimal): -1286443 or 13983468. OLE color: 13983468.
HSL color Cylindrical-coordinate representation of color #EC5ED5: hue angle of 309.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5ED5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 213 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.07 |
| HSL | 309.72º | 0.79% | 0.65% | - |
| HSV(B) | 309.72º | 0.6% | 0.93% | - |
| XYZ | 50.61 | 30.64 | 66.2 | - |
| YUV | 150.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 213 | 0 | 0.60 | 0.10 | 0.07 | 309.72 | 0.79 | 0.65 |
| Hex | EC | 5E | D5 | 0 | 3C | A | 7 | 136 | 4F | 41 |
| Octal | 354 | 136 | 325 | 0 | 74 | 12 | 7 | 466 | 117 | 101 |
| Binary | 11101100 | 1011110 | 11010101 | 0 | 111100 | 1010 | 111 | 100110110 | 1001111 | 1000001 |
Color Harmonies of #EC5ED5
Complementary color
Monochromatic Colors of #EC5ED5
Black with #EC5ED5
Text Example
Text Example
White with #EC5ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ED5; }
p { color: rgb(236,94,213); }
H1.HeaderClassName
{
color: #EC5ED5;
}
.AnyTagClassName
{
color: #EC5ED5;
}
</style>
background-color css
<style>
a { background-color: #EC5ED5; }
a { background-color: rgb(236,94,213); }
div.DivClassName
{
background-color: #EC5ED5;
}
.BgClassName
{
background-color: #EC5ED5;
}
</style>
border-color css
<style>
span { border-color: #EC5ED5; }
span { border-color: rgb(236,94,213); }
td.TdClassName
{
border-color: #EC5ED5;
}
.TagClassName
{
border-color: #EC5ED5;
}
</style>