Html Css Color HEX #EC5DD2 Free Speech Magenta
📋 copy color: '#EC5DD2'red 236 ◦ green 93 ◦ blue 210
Shades of Free Speech Magenta #EC5DD2
Tints of Free Speech Magenta #EC5DD2
RGB
CMYK
RGB Variations
Color information
#EC5DD2 (or 0xEC5DD2) is known color: Free Speech Magenta. HEX triplet: EC, 5D and D2. RGB value is (236,93,210). Sum of RGB (Red+Green+Blue) = 236+93+210=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DD2 is #13A22D. Grayscale: #949494. Windows color (decimal): -1286702 or 13786604. OLE color: 13786604.
HSL color Cylindrical-coordinate representation of color #EC5DD2: hue angle of 310.91º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DD2 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 210 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.07 |
| HSL | 310.91º | 0.79% | 0.65% | - |
| HSV(B) | 310.91º | 0.61% | 0.93% | - |
| XYZ | 50.14 | 30.31 | 64.18 | - |
| YUV | 149.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 210 | 0 | 0.61 | 0.11 | 0.07 | 310.91 | 0.79 | 0.65 |
| Hex | EC | 5D | D2 | 0 | 3D | B | 7 | 137 | 4F | 41 |
| Octal | 354 | 135 | 322 | 0 | 75 | 13 | 7 | 467 | 117 | 101 |
| Binary | 11101100 | 1011101 | 11010010 | 0 | 111101 | 1011 | 111 | 100110111 | 1001111 | 1000001 |
Color Harmonies of #EC5DD2
Complementary color
Monochromatic Colors of #EC5DD2
Black with #EC5DD2
Text Example
Text Example
White with #EC5DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DD2; }
p { color: rgb(236,93,210); }
H1.HeaderClassName
{
color: #EC5DD2;
}
.AnyTagClassName
{
color: #EC5DD2;
}
</style>
background-color css
<style>
a { background-color: #EC5DD2; }
a { background-color: rgb(236,93,210); }
div.DivClassName
{
background-color: #EC5DD2;
}
.BgClassName
{
background-color: #EC5DD2;
}
</style>
border-color css
<style>
span { border-color: #EC5DD2; }
span { border-color: rgb(236,93,210); }
td.TdClassName
{
border-color: #EC5DD2;
}
.TagClassName
{
border-color: #EC5DD2;
}
</style>