Html Css Color HEX #EC4BD5 Free Speech Magenta
📋 copy color: '#EC4BD5'red 236 ◦ green 75 ◦ blue 213
Shades of Free Speech Magenta #EC4BD5
Tints of Free Speech Magenta #EC4BD5
RGB
CMYK
RGB Variations
Color information
#EC4BD5 (or 0xEC4BD5) is known color: Free Speech Magenta. HEX triplet: EC, 4B and D5. RGB value is (236,75,213). Sum of RGB (Red+Green+Blue) = 236+75+213=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BD5 is #13B42A. Grayscale: #8A8A8A. Windows color (decimal): -1291307 or 13978604. OLE color: 13978604.
HSL color Cylindrical-coordinate representation of color #EC4BD5: hue angle of 308.57º 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 #EC4BD5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 213 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.07 |
| HSL | 308.57º | 0.81% | 0.61% | - |
| HSV(B) | 308.57º | 0.68% | 0.93% | - |
| XYZ | 49.12 | 27.67 | 65.7 | - |
| YUV | 138.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 213 | 0 | 0.68 | 0.10 | 0.07 | 308.57 | 0.81 | 0.61 |
| Hex | EC | 4B | D5 | 0 | 44 | A | 7 | 135 | 51 | 3D |
| Octal | 354 | 113 | 325 | 0 | 104 | 12 | 7 | 465 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11010101 | 0 | 1000100 | 1010 | 111 | 100110101 | 1010001 | 111101 |
Color Harmonies of #EC4BD5
Complementary color
Monochromatic Colors of #EC4BD5
Black with #EC4BD5
Text Example
Text Example
White with #EC4BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BD5; }
p { color: rgb(236,75,213); }
H1.HeaderClassName
{
color: #EC4BD5;
}
.AnyTagClassName
{
color: #EC4BD5;
}
</style>
background-color css
<style>
a { background-color: #EC4BD5; }
a { background-color: rgb(236,75,213); }
div.DivClassName
{
background-color: #EC4BD5;
}
.BgClassName
{
background-color: #EC4BD5;
}
</style>
border-color css
<style>
span { border-color: #EC4BD5; }
span { border-color: rgb(236,75,213); }
td.TdClassName
{
border-color: #EC4BD5;
}
.TagClassName
{
border-color: #EC4BD5;
}
</style>