Html Css Color HEX #EC4EDA Free Speech Magenta
📋 copy color: '#EC4EDA'red 236 ◦ green 78 ◦ blue 218
Shades of Free Speech Magenta #EC4EDA
Tints of Free Speech Magenta #EC4EDA
RGB
CMYK
RGB Variations
Color information
#EC4EDA (or 0xEC4EDA) is known color: Free Speech Magenta. HEX triplet: EC, 4E and DA. RGB value is (236,78,218). Sum of RGB (Red+Green+Blue) = 236+78+218=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EDA is #13B125. Grayscale: #8C8C8C. Windows color (decimal): -1290534 or 14307052. OLE color: 14307052.
HSL color Cylindrical-coordinate representation of color #EC4EDA: hue angle of 306.84º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4EDA is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 218 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.07 |
| HSL | 306.84º | 0.81% | 0.62% | - |
| HSV(B) | 306.84º | 0.67% | 0.93% | - |
| XYZ | 49.97 | 28.34 | 69.17 | - |
| YUV | 141.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 218 | 0 | 0.67 | 0.08 | 0.07 | 306.84 | 0.81 | 0.62 |
| Hex | EC | 4E | DA | 0 | 43 | 8 | 7 | 133 | 51 | 3E |
| Octal | 354 | 116 | 332 | 0 | 103 | 10 | 7 | 463 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11011010 | 0 | 1000011 | 1000 | 111 | 100110011 | 1010001 | 111110 |
Color Harmonies of #EC4EDA
Complementary color
Monochromatic Colors of #EC4EDA
Black with #EC4EDA
Text Example
Text Example
White with #EC4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EDA; }
p { color: rgb(236,78,218); }
H1.HeaderClassName
{
color: #EC4EDA;
}
.AnyTagClassName
{
color: #EC4EDA;
}
</style>
background-color css
<style>
a { background-color: #EC4EDA; }
a { background-color: rgb(236,78,218); }
div.DivClassName
{
background-color: #EC4EDA;
}
.BgClassName
{
background-color: #EC4EDA;
}
</style>
border-color css
<style>
span { border-color: #EC4EDA; }
span { border-color: rgb(236,78,218); }
td.TdClassName
{
border-color: #EC4EDA;
}
.TagClassName
{
border-color: #EC4EDA;
}
</style>