Html Css Color HEX #EC4CC5 Free Speech Magenta
📋 copy color: '#EC4CC5'red 236 ◦ green 76 ◦ blue 197
Shades of Free Speech Magenta #EC4CC5
Tints of Free Speech Magenta #EC4CC5
RGB
CMYK
RGB Variations
Color information
#EC4CC5 (or 0xEC4CC5) is known color: Free Speech Magenta. HEX triplet: EC, 4C and C5. RGB value is (236,76,197). Sum of RGB (Red+Green+Blue) = 236+76+197=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CC5 is #13B33A. Grayscale: #898989. Windows color (decimal): -1291067 or 12930284. OLE color: 12930284.
HSL color Cylindrical-coordinate representation of color #EC4CC5: hue angle of 314.62º 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 #EC4CC5 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 76 | 197 | - |
CMYK | 0 | 0.68 | 0.17 | 0.07 |
HSL | 314.63º | 0.81% | 0.61% | - |
HSV(B) | 314.63º | 0.68% | 0.93% | - |
XYZ | 47.25 | 27.03 | 55.55 | - |
YUV | 137.63 | 161.51 | 198.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 76 | 197 | 0 | 0.68 | 0.17 | 0.07 | 314.63 | 0.81 | 0.61 |
Hex | EC | 4C | C5 | 0 | 44 | 11 | 7 | 13B | 51 | 3D |
Octal | 354 | 114 | 305 | 0 | 104 | 21 | 7 | 473 | 121 | 75 |
Binary | 11101100 | 1001100 | 11000101 | 0 | 1000100 | 10001 | 111 | 100111011 | 1010001 | 111101 |
Color Harmonies of #EC4CC5
Complementary color
Monochromatic Colors of #EC4CC5
Black with #EC4CC5
Text Example
Text Example
White with #EC4CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CC5; }
p { color: rgb(236,76,197); }
H1.HeaderClassName
{
color: #EC4CC5;
}
.AnyTagClassName
{
color: #EC4CC5;
}
</style>
background-color css
<style>
a { background-color: #EC4CC5; }
a { background-color: rgb(236,76,197); }
div.DivClassName
{
background-color: #EC4CC5;
}
.BgClassName
{
background-color: #EC4CC5;
}
</style>
border-color css
<style>
span { border-color: #EC4CC5; }
span { border-color: rgb(236,76,197); }
td.TdClassName
{
border-color: #EC4CC5;
}
.TagClassName
{
border-color: #EC4CC5;
}
</style>