Html Css Color HEX #EC5ACB Free Speech Magenta
📋 copy color: '#EC5ACB'red 236 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #EC5ACB
Tints of Free Speech Magenta #EC5ACB
RGB
CMYK
RGB Variations
Color information
#EC5ACB (or 0xEC5ACB) is known color: Free Speech Magenta. HEX triplet: EC, 5A and CB. RGB value is (236,90,203). Sum of RGB (Red+Green+Blue) = 236+90+203=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ACB is #13A534. Grayscale: #929292. Windows color (decimal): -1287477 or 13327084. OLE color: 13327084.
HSL color Cylindrical-coordinate representation of color #EC5ACB: hue angle of 313.56º 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 #EC5ACB is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 203 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.07 |
| HSL | 313.56º | 0.79% | 0.64% | - |
| HSV(B) | 313.56º | 0.62% | 0.93% | - |
| XYZ | 49.03 | 29.46 | 59.6 | - |
| YUV | 146.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 203 | 0 | 0.62 | 0.14 | 0.07 | 313.56 | 0.79 | 0.64 |
| Hex | EC | 5A | CB | 0 | 3E | E | 7 | 13A | 4F | 40 |
| Octal | 354 | 132 | 313 | 0 | 76 | 16 | 7 | 472 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11001011 | 0 | 111110 | 1110 | 111 | 100111010 | 1001111 | 1000000 |
Color Harmonies of #EC5ACB
Complementary color
Monochromatic Colors of #EC5ACB
Black with #EC5ACB
Text Example
Text Example
White with #EC5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ACB; }
p { color: rgb(236,90,203); }
H1.HeaderClassName
{
color: #EC5ACB;
}
.AnyTagClassName
{
color: #EC5ACB;
}
</style>
background-color css
<style>
a { background-color: #EC5ACB; }
a { background-color: rgb(236,90,203); }
div.DivClassName
{
background-color: #EC5ACB;
}
.BgClassName
{
background-color: #EC5ACB;
}
</style>
border-color css
<style>
span { border-color: #EC5ACB; }
span { border-color: rgb(236,90,203); }
td.TdClassName
{
border-color: #EC5ACB;
}
.TagClassName
{
border-color: #EC5ACB;
}
</style>