Html Css Color HEX #EC4BC8 Free Speech Magenta
📋 copy color: '#EC4BC8'red 236 ◦ green 75 ◦ blue 200
Shades of Free Speech Magenta #EC4BC8
Tints of Free Speech Magenta #EC4BC8
RGB
CMYK
RGB Variations
Color information
#EC4BC8 (or 0xEC4BC8) is known color: Free Speech Magenta. HEX triplet: EC, 4B and C8. RGB value is (236,75,200). Sum of RGB (Red+Green+Blue) = 236+75+200=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BC8 is #13B437. Grayscale: #898989. Windows color (decimal): -1291320 or 13126636. OLE color: 13126636.
HSL color Cylindrical-coordinate representation of color #EC4BC8: hue angle of 313.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BC8 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 200 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.07 |
| HSL | 313.42º | 0.81% | 0.61% | - |
| HSV(B) | 313.42º | 0.68% | 0.93% | - |
| XYZ | 47.53 | 27.04 | 57.36 | - |
| YUV | 137.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 200 | 0 | 0.68 | 0.15 | 0.07 | 313.42 | 0.81 | 0.61 |
| Hex | EC | 4B | C8 | 0 | 44 | F | 7 | 139 | 51 | 3D |
| Octal | 354 | 113 | 310 | 0 | 104 | 17 | 7 | 471 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11001000 | 0 | 1000100 | 1111 | 111 | 100111001 | 1010001 | 111101 |
Color Harmonies of #EC4BC8
Complementary color
Monochromatic Colors of #EC4BC8
Black with #EC4BC8
Text Example
Text Example
White with #EC4BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BC8; }
p { color: rgb(236,75,200); }
H1.HeaderClassName
{
color: #EC4BC8;
}
.AnyTagClassName
{
color: #EC4BC8;
}
</style>
background-color css
<style>
a { background-color: #EC4BC8; }
a { background-color: rgb(236,75,200); }
div.DivClassName
{
background-color: #EC4BC8;
}
.BgClassName
{
background-color: #EC4BC8;
}
</style>
border-color css
<style>
span { border-color: #EC4BC8; }
span { border-color: rgb(236,75,200); }
td.TdClassName
{
border-color: #EC4BC8;
}
.TagClassName
{
border-color: #EC4BC8;
}
</style>