Html Css Color HEX #EC4BCB Free Speech Magenta
📋 copy color: '#EC4BCB'red 236 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #EC4BCB
Tints of Free Speech Magenta #EC4BCB
RGB
CMYK
RGB Variations
Color information
#EC4BCB (or 0xEC4BCB) is known color: Free Speech Magenta. HEX triplet: EC, 4B and CB. RGB value is (236,75,203). Sum of RGB (Red+Green+Blue) = 236+75+203=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BCB is #13B434. Grayscale: #898989. Windows color (decimal): -1291317 or 13323244. OLE color: 13323244.
HSL color Cylindrical-coordinate representation of color #EC4BCB: hue angle of 312.3º 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 #EC4BCB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 203 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312.3º | 0.81% | 0.61% | - |
| HSV(B) | 312.3º | 0.68% | 0.93% | - |
| XYZ | 47.89 | 27.18 | 59.22 | - |
| YUV | 137.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 203 | 0 | 0.68 | 0.14 | 0.07 | 312.3 | 0.81 | 0.61 |
| Hex | EC | 4B | CB | 0 | 44 | E | 7 | 138 | 51 | 3D |
| Octal | 354 | 113 | 313 | 0 | 104 | 16 | 7 | 470 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11001011 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010001 | 111101 |
Color Harmonies of #EC4BCB
Complementary color
Monochromatic Colors of #EC4BCB
Black with #EC4BCB
Text Example
Text Example
White with #EC4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BCB; }
p { color: rgb(236,75,203); }
H1.HeaderClassName
{
color: #EC4BCB;
}
.AnyTagClassName
{
color: #EC4BCB;
}
</style>
background-color css
<style>
a { background-color: #EC4BCB; }
a { background-color: rgb(236,75,203); }
div.DivClassName
{
background-color: #EC4BCB;
}
.BgClassName
{
background-color: #EC4BCB;
}
</style>
border-color css
<style>
span { border-color: #EC4BCB; }
span { border-color: rgb(236,75,203); }
td.TdClassName
{
border-color: #EC4BCB;
}
.TagClassName
{
border-color: #EC4BCB;
}
</style>