Html Css Color HEX #EC4ACB Free Speech Magenta
📋 copy color: '#EC4ACB'red 236 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #EC4ACB
Tints of Free Speech Magenta #EC4ACB
RGB
CMYK
RGB Variations
Color information
#EC4ACB (or 0xEC4ACB) is known color: Free Speech Magenta. HEX triplet: EC, 4A and CB. RGB value is (236,74,203). Sum of RGB (Red+Green+Blue) = 236+74+203=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4ACB is #13B534. Grayscale: #888888. Windows color (decimal): -1291573 or 13322988. OLE color: 13322988.
HSL color Cylindrical-coordinate representation of color #EC4ACB: hue angle of 312.22º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4ACB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 203 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.07 |
| HSL | 312.22º | 0.81% | 0.61% | - |
| HSV(B) | 312.22º | 0.69% | 0.93% | - |
| XYZ | 47.82 | 27.04 | 59.2 | - |
| YUV | 137.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 203 | 0 | 0.69 | 0.14 | 0.07 | 312.22 | 0.81 | 0.61 |
| Hex | EC | 4A | CB | 0 | 45 | E | 7 | 138 | 51 | 3D |
| Octal | 354 | 112 | 313 | 0 | 105 | 16 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001010 | 11001011 | 0 | 1000101 | 1110 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4ACB
Complementary color
Monochromatic Colors of #EC4ACB
Black with #EC4ACB
Text Example
Text Example
White with #EC4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4ACB; }
p { color: rgb(236,74,203); }
H1.HeaderClassName
{
color: #EC4ACB;
}
.AnyTagClassName
{
color: #EC4ACB;
}
</style>
background-color css
<style>
a { background-color: #EC4ACB; }
a { background-color: rgb(236,74,203); }
div.DivClassName
{
background-color: #EC4ACB;
}
.BgClassName
{
background-color: #EC4ACB;
}
</style>
border-color css
<style>
span { border-color: #EC4ACB; }
span { border-color: rgb(236,74,203); }
td.TdClassName
{
border-color: #EC4ACB;
}
.TagClassName
{
border-color: #EC4ACB;
}
</style>