Html Css Color HEX #EC5AD4 Free Speech Magenta
📋 copy color: '#EC5AD4'red 236 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #EC5AD4
Tints of Free Speech Magenta #EC5AD4
RGB
CMYK
RGB Variations
Color information
#EC5AD4 (or 0xEC5AD4) is known color: Free Speech Magenta. HEX triplet: EC, 5A and D4. RGB value is (236,90,212). Sum of RGB (Red+Green+Blue) = 236+90+212=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AD4 is #13A52B. Grayscale: #939393. Windows color (decimal): -1287468 or 13916908. OLE color: 13916908.
HSL color Cylindrical-coordinate representation of color #EC5AD4: hue angle of 309.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AD4 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 212 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.07 |
| HSL | 309.86º | 0.79% | 0.64% | - |
| HSV(B) | 309.86º | 0.62% | 0.93% | - |
| XYZ | 50.13 | 29.9 | 65.42 | - |
| YUV | 147.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 212 | 0 | 0.62 | 0.10 | 0.07 | 309.86 | 0.79 | 0.64 |
| Hex | EC | 5A | D4 | 0 | 3E | A | 7 | 136 | 4F | 40 |
| Octal | 354 | 132 | 324 | 0 | 76 | 12 | 7 | 466 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11010100 | 0 | 111110 | 1010 | 111 | 100110110 | 1001111 | 1000000 |
Color Harmonies of #EC5AD4
Complementary color
Monochromatic Colors of #EC5AD4
Black with #EC5AD4
Text Example
Text Example
White with #EC5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AD4; }
p { color: rgb(236,90,212); }
H1.HeaderClassName
{
color: #EC5AD4;
}
.AnyTagClassName
{
color: #EC5AD4;
}
</style>
background-color css
<style>
a { background-color: #EC5AD4; }
a { background-color: rgb(236,90,212); }
div.DivClassName
{
background-color: #EC5AD4;
}
.BgClassName
{
background-color: #EC5AD4;
}
</style>
border-color css
<style>
span { border-color: #EC5AD4; }
span { border-color: rgb(236,90,212); }
td.TdClassName
{
border-color: #EC5AD4;
}
.TagClassName
{
border-color: #EC5AD4;
}
</style>