Html Css Color HEX #EC51BD Free Speech Magenta
📋 copy color: '#EC51BD'red 236 ◦ green 81 ◦ blue 189
Shades of Free Speech Magenta #EC51BD
Tints of Free Speech Magenta #EC51BD
RGB
CMYK
RGB Variations
Color information
#EC51BD (or 0xEC51BD) is known color: Free Speech Magenta. HEX triplet: EC, 51 and BD. RGB value is (236,81,189). Sum of RGB (Red+Green+Blue) = 236+81+189=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51BD is #13AE42. Grayscale: #8B8B8B. Windows color (decimal): -1289795 or 12407276. OLE color: 12407276.
HSL color Cylindrical-coordinate representation of color #EC51BD: hue angle of 318.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51BD is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 189 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.07 |
| HSL | 318.19º | 0.8% | 0.62% | - |
| HSV(B) | 318.19º | 0.66% | 0.93% | - |
| XYZ | 46.72 | 27.39 | 50.97 | - |
| YUV | 139.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 189 | 0 | 0.66 | 0.20 | 0.07 | 318.19 | 0.8 | 0.62 |
| Hex | EC | 51 | BD | 0 | 42 | 14 | 7 | 13E | 50 | 3E |
| Octal | 354 | 121 | 275 | 0 | 102 | 24 | 7 | 476 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10111101 | 0 | 1000010 | 10100 | 111 | 100111110 | 1010000 | 111110 |
Color Harmonies of #EC51BD
Complementary color
Monochromatic Colors of #EC51BD
Black with #EC51BD
Text Example
Text Example
White with #EC51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51BD; }
p { color: rgb(236,81,189); }
H1.HeaderClassName
{
color: #EC51BD;
}
.AnyTagClassName
{
color: #EC51BD;
}
</style>
background-color css
<style>
a { background-color: #EC51BD; }
a { background-color: rgb(236,81,189); }
div.DivClassName
{
background-color: #EC51BD;
}
.BgClassName
{
background-color: #EC51BD;
}
</style>
border-color css
<style>
span { border-color: #EC51BD; }
span { border-color: rgb(236,81,189); }
td.TdClassName
{
border-color: #EC51BD;
}
.TagClassName
{
border-color: #EC51BD;
}
</style>