Html Css Color HEX #EC4BD3 Free Speech Magenta
📋 copy color: '#EC4BD3'red 236 ◦ green 75 ◦ blue 211
Shades of Free Speech Magenta #EC4BD3
Tints of Free Speech Magenta #EC4BD3
RGB
CMYK
RGB Variations
Color information
#EC4BD3 (or 0xEC4BD3) is known color: Free Speech Magenta. HEX triplet: EC, 4B and D3. RGB value is (236,75,211). Sum of RGB (Red+Green+Blue) = 236+75+211=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BD3 is #13B42C. Grayscale: #8A8A8A. Windows color (decimal): -1291309 or 13847532. OLE color: 13847532.
HSL color Cylindrical-coordinate representation of color #EC4BD3: hue angle of 309.32º 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 #EC4BD3 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 211 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.07 |
| HSL | 309.32º | 0.81% | 0.61% | - |
| HSV(B) | 309.32º | 0.68% | 0.93% | - |
| XYZ | 48.87 | 27.57 | 64.37 | - |
| YUV | 138.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 211 | 0 | 0.68 | 0.11 | 0.07 | 309.32 | 0.81 | 0.61 |
| Hex | EC | 4B | D3 | 0 | 44 | B | 7 | 135 | 51 | 3D |
| Octal | 354 | 113 | 323 | 0 | 104 | 13 | 7 | 465 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11010011 | 0 | 1000100 | 1011 | 111 | 100110101 | 1010001 | 111101 |
Color Harmonies of #EC4BD3
Complementary color
Monochromatic Colors of #EC4BD3
Black with #EC4BD3
Text Example
Text Example
White with #EC4BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BD3; }
p { color: rgb(236,75,211); }
H1.HeaderClassName
{
color: #EC4BD3;
}
.AnyTagClassName
{
color: #EC4BD3;
}
</style>
background-color css
<style>
a { background-color: #EC4BD3; }
a { background-color: rgb(236,75,211); }
div.DivClassName
{
background-color: #EC4BD3;
}
.BgClassName
{
background-color: #EC4BD3;
}
</style>
border-color css
<style>
span { border-color: #EC4BD3; }
span { border-color: rgb(236,75,211); }
td.TdClassName
{
border-color: #EC4BD3;
}
.TagClassName
{
border-color: #EC4BD3;
}
</style>