Html Css Color HEX #EC4BD2 Free Speech Magenta
📋 copy color: '#EC4BD2'red 236 ◦ green 75 ◦ blue 210
Shades of Free Speech Magenta #EC4BD2
Tints of Free Speech Magenta #EC4BD2
RGB
CMYK
RGB Variations
Color information
#EC4BD2 (or 0xEC4BD2) is known color: Free Speech Magenta. HEX triplet: EC, 4B and D2. RGB value is (236,75,210). Sum of RGB (Red+Green+Blue) = 236+75+210=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BD2 is #13B42D. Grayscale: #8A8A8A. Windows color (decimal): -1291310 or 13781996. OLE color: 13781996.
HSL color Cylindrical-coordinate representation of color #EC4BD2: hue angle of 309.69º 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 #EC4BD2 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 210 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.07 |
| HSL | 309.69º | 0.81% | 0.61% | - |
| HSV(B) | 309.69º | 0.68% | 0.93% | - |
| XYZ | 48.74 | 27.52 | 63.72 | - |
| YUV | 138.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 210 | 0 | 0.68 | 0.11 | 0.07 | 309.69 | 0.81 | 0.61 |
| Hex | EC | 4B | D2 | 0 | 44 | B | 7 | 136 | 51 | 3D |
| Octal | 354 | 113 | 322 | 0 | 104 | 13 | 7 | 466 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11010010 | 0 | 1000100 | 1011 | 111 | 100110110 | 1010001 | 111101 |
Color Harmonies of #EC4BD2
Complementary color
Monochromatic Colors of #EC4BD2
Black with #EC4BD2
Text Example
Text Example
White with #EC4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BD2; }
p { color: rgb(236,75,210); }
H1.HeaderClassName
{
color: #EC4BD2;
}
.AnyTagClassName
{
color: #EC4BD2;
}
</style>
background-color css
<style>
a { background-color: #EC4BD2; }
a { background-color: rgb(236,75,210); }
div.DivClassName
{
background-color: #EC4BD2;
}
.BgClassName
{
background-color: #EC4BD2;
}
</style>
border-color css
<style>
span { border-color: #EC4BD2; }
span { border-color: rgb(236,75,210); }
td.TdClassName
{
border-color: #EC4BD2;
}
.TagClassName
{
border-color: #EC4BD2;
}
</style>