Html Css Color HEX #EC4DDE Free Speech Magenta
📋 copy color: '#EC4DDE'red 236 ◦ green 77 ◦ blue 222
Shades of Free Speech Magenta #EC4DDE
Tints of Free Speech Magenta #EC4DDE
RGB
CMYK
RGB Variations
Color information
#EC4DDE (or 0xEC4DDE) is known color: Free Speech Magenta. HEX triplet: EC, 4D and DE. RGB value is (236,77,222). Sum of RGB (Red+Green+Blue) = 236+77+222=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DDE is #13B221. Grayscale: #8C8C8C. Windows color (decimal): -1290786 or 14568940. OLE color: 14568940.
HSL color Cylindrical-coordinate representation of color #EC4DDE: hue angle of 305.28º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DDE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 222 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.07 |
| HSL | 305.28º | 0.81% | 0.61% | - |
| HSV(B) | 305.28º | 0.67% | 0.93% | - |
| XYZ | 50.43 | 28.41 | 71.93 | - |
| YUV | 141.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 222 | 0 | 0.67 | 0.06 | 0.07 | 305.28 | 0.81 | 0.61 |
| Hex | EC | 4D | DE | 0 | 43 | 6 | 7 | 131 | 51 | 3D |
| Octal | 354 | 115 | 336 | 0 | 103 | 6 | 7 | 461 | 121 | 75 |
| Binary | 11101100 | 1001101 | 11011110 | 0 | 1000011 | 110 | 111 | 100110001 | 1010001 | 111101 |
Color Harmonies of #EC4DDE
Complementary color
Monochromatic Colors of #EC4DDE
Black with #EC4DDE
Text Example
Text Example
White with #EC4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DDE; }
p { color: rgb(236,77,222); }
H1.HeaderClassName
{
color: #EC4DDE;
}
.AnyTagClassName
{
color: #EC4DDE;
}
</style>
background-color css
<style>
a { background-color: #EC4DDE; }
a { background-color: rgb(236,77,222); }
div.DivClassName
{
background-color: #EC4DDE;
}
.BgClassName
{
background-color: #EC4DDE;
}
</style>
border-color css
<style>
span { border-color: #EC4DDE; }
span { border-color: rgb(236,77,222); }
td.TdClassName
{
border-color: #EC4DDE;
}
.TagClassName
{
border-color: #EC4DDE;
}
</style>