Html Css Color HEX #EC4CC8 Free Speech Magenta
📋 copy color: '#EC4CC8'red 236 ◦ green 76 ◦ blue 200
Shades of Free Speech Magenta #EC4CC8
Tints of Free Speech Magenta #EC4CC8
RGB
CMYK
RGB Variations
Color information
#EC4CC8 (or 0xEC4CC8) is known color: Free Speech Magenta. HEX triplet: EC, 4C and C8. RGB value is (236,76,200). Sum of RGB (Red+Green+Blue) = 236+76+200=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CC8 is #13B337. Grayscale: #898989. Windows color (decimal): -1291064 or 13126892. OLE color: 13126892.
HSL color Cylindrical-coordinate representation of color #EC4CC8: hue angle of 313.5º 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 #EC4CC8 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 200 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.07 |
| HSL | 313.5º | 0.81% | 0.61% | - |
| HSV(B) | 313.5º | 0.68% | 0.93% | - |
| XYZ | 47.6 | 27.17 | 57.38 | - |
| YUV | 137.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 200 | 0 | 0.68 | 0.15 | 0.07 | 313.5 | 0.81 | 0.61 |
| Hex | EC | 4C | C8 | 0 | 44 | F | 7 | 13A | 51 | 3D |
| Octal | 354 | 114 | 310 | 0 | 104 | 17 | 7 | 472 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11001000 | 0 | 1000100 | 1111 | 111 | 100111010 | 1010001 | 111101 |
Color Harmonies of #EC4CC8
Complementary color
Monochromatic Colors of #EC4CC8
Black with #EC4CC8
Text Example
Text Example
White with #EC4CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CC8; }
p { color: rgb(236,76,200); }
H1.HeaderClassName
{
color: #EC4CC8;
}
.AnyTagClassName
{
color: #EC4CC8;
}
</style>
background-color css
<style>
a { background-color: #EC4CC8; }
a { background-color: rgb(236,76,200); }
div.DivClassName
{
background-color: #EC4CC8;
}
.BgClassName
{
background-color: #EC4CC8;
}
</style>
border-color css
<style>
span { border-color: #EC4CC8; }
span { border-color: rgb(236,76,200); }
td.TdClassName
{
border-color: #EC4CC8;
}
.TagClassName
{
border-color: #EC4CC8;
}
</style>