Html Css Color HEX #EC5ACC Free Speech Magenta
📋 copy color: '#EC5ACC'red 236 ◦ green 90 ◦ blue 204
Shades of Free Speech Magenta #EC5ACC
Tints of Free Speech Magenta #EC5ACC
RGB
CMYK
RGB Variations
Color information
#EC5ACC (or 0xEC5ACC) is known color: Free Speech Magenta. HEX triplet: EC, 5A and CC. RGB value is (236,90,204). Sum of RGB (Red+Green+Blue) = 236+90+204=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ACC is #13A533. Grayscale: #929292. Windows color (decimal): -1287476 or 13392620. OLE color: 13392620.
HSL color Cylindrical-coordinate representation of color #EC5ACC: hue angle of 313.15º 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 #EC5ACC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 204 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.07 |
| HSL | 313.15º | 0.79% | 0.64% | - |
| HSV(B) | 313.15º | 0.62% | 0.93% | - |
| XYZ | 49.15 | 29.5 | 60.23 | - |
| YUV | 146.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 204 | 0 | 0.62 | 0.14 | 0.07 | 313.15 | 0.79 | 0.64 |
| Hex | EC | 5A | CC | 0 | 3E | E | 7 | 139 | 4F | 40 |
| Octal | 354 | 132 | 314 | 0 | 76 | 16 | 7 | 471 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11001100 | 0 | 111110 | 1110 | 111 | 100111001 | 1001111 | 1000000 |
Color Harmonies of #EC5ACC
Complementary color
Monochromatic Colors of #EC5ACC
Black with #EC5ACC
Text Example
Text Example
White with #EC5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ACC; }
p { color: rgb(236,90,204); }
H1.HeaderClassName
{
color: #EC5ACC;
}
.AnyTagClassName
{
color: #EC5ACC;
}
</style>
background-color css
<style>
a { background-color: #EC5ACC; }
a { background-color: rgb(236,90,204); }
div.DivClassName
{
background-color: #EC5ACC;
}
.BgClassName
{
background-color: #EC5ACC;
}
</style>
border-color css
<style>
span { border-color: #EC5ACC; }
span { border-color: rgb(236,90,204); }
td.TdClassName
{
border-color: #EC5ACC;
}
.TagClassName
{
border-color: #EC5ACC;
}
</style>