Html Css Color HEX #EC4CC1 Free Speech Magenta
📋 copy color: '#EC4CC1'red 236 ◦ green 76 ◦ blue 193
Shades of Free Speech Magenta #EC4CC1
Tints of Free Speech Magenta #EC4CC1
RGB
CMYK
RGB Variations
Color information
#EC4CC1 (or 0xEC4CC1) is known color: Free Speech Magenta. HEX triplet: EC, 4C and C1. RGB value is (236,76,193). Sum of RGB (Red+Green+Blue) = 236+76+193=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CC1 is #13B33E. Grayscale: #888888. Windows color (decimal): -1291071 or 12668140. OLE color: 12668140.
HSL color Cylindrical-coordinate representation of color #EC4CC1: hue angle of 316.12º 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 #EC4CC1 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 193 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.07 |
| HSL | 316.13º | 0.81% | 0.61% | - |
| HSV(B) | 316.13º | 0.68% | 0.93% | - |
| XYZ | 46.8 | 26.85 | 53.17 | - |
| YUV | 137.18 | 159.51 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 193 | 0 | 0.68 | 0.18 | 0.07 | 316.13 | 0.81 | 0.61 |
| Hex | EC | 4C | C1 | 0 | 44 | 12 | 7 | 13C | 51 | 3D |
| Octal | 354 | 114 | 301 | 0 | 104 | 22 | 7 | 474 | 121 | 75 |
| Binary | 11101100 | 1001100 | 11000001 | 0 | 1000100 | 10010 | 111 | 100111100 | 1010001 | 111101 |
Color Harmonies of #EC4CC1
Complementary color
Monochromatic Colors of #EC4CC1
Black with #EC4CC1
Text Example
Text Example
White with #EC4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CC1; }
p { color: rgb(236,76,193); }
H1.HeaderClassName
{
color: #EC4CC1;
}
.AnyTagClassName
{
color: #EC4CC1;
}
</style>
background-color css
<style>
a { background-color: #EC4CC1; }
a { background-color: rgb(236,76,193); }
div.DivClassName
{
background-color: #EC4CC1;
}
.BgClassName
{
background-color: #EC4CC1;
}
</style>
border-color css
<style>
span { border-color: #EC4CC1; }
span { border-color: rgb(236,76,193); }
td.TdClassName
{
border-color: #EC4CC1;
}
.TagClassName
{
border-color: #EC4CC1;
}
</style>