Html Css Color HEX #EC5AD3 Free Speech Magenta
📋 copy color: '#EC5AD3'red 236 ◦ green 90 ◦ blue 211
Shades of Free Speech Magenta #EC5AD3
Tints of Free Speech Magenta #EC5AD3
RGB
CMYK
RGB Variations
Color information
#EC5AD3 (or 0xEC5AD3) is known color: Free Speech Magenta. HEX triplet: EC, 5A and D3. RGB value is (236,90,211). Sum of RGB (Red+Green+Blue) = 236+90+211=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AD3 is #13A52C. Grayscale: #939393. Windows color (decimal): -1287469 or 13851372. OLE color: 13851372.
HSL color Cylindrical-coordinate representation of color #EC5AD3: hue angle of 310.27º 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 #EC5AD3 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 211 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.07 |
| HSL | 310.27º | 0.79% | 0.64% | - |
| HSV(B) | 310.27º | 0.62% | 0.93% | - |
| XYZ | 50.01 | 29.85 | 64.75 | - |
| YUV | 147.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 211 | 0 | 0.62 | 0.11 | 0.07 | 310.27 | 0.79 | 0.64 |
| Hex | EC | 5A | D3 | 0 | 3E | B | 7 | 136 | 4F | 40 |
| Octal | 354 | 132 | 323 | 0 | 76 | 13 | 7 | 466 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11010011 | 0 | 111110 | 1011 | 111 | 100110110 | 1001111 | 1000000 |
Color Harmonies of #EC5AD3
Complementary color
Monochromatic Colors of #EC5AD3
Black with #EC5AD3
Text Example
Text Example
White with #EC5AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AD3; }
p { color: rgb(236,90,211); }
H1.HeaderClassName
{
color: #EC5AD3;
}
.AnyTagClassName
{
color: #EC5AD3;
}
</style>
background-color css
<style>
a { background-color: #EC5AD3; }
a { background-color: rgb(236,90,211); }
div.DivClassName
{
background-color: #EC5AD3;
}
.BgClassName
{
background-color: #EC5AD3;
}
</style>
border-color css
<style>
span { border-color: #EC5AD3; }
span { border-color: rgb(236,90,211); }
td.TdClassName
{
border-color: #EC5AD3;
}
.TagClassName
{
border-color: #EC5AD3;
}
</style>