Html Css Color HEX #EC55D2 Free Speech Magenta
📋 copy color: '#EC55D2'red 236 ◦ green 85 ◦ blue 210
Shades of Free Speech Magenta #EC55D2
Tints of Free Speech Magenta #EC55D2
RGB
CMYK
RGB Variations
Color information
#EC55D2 (or 0xEC55D2) is known color: Free Speech Magenta. HEX triplet: EC, 55 and D2. RGB value is (236,85,210). Sum of RGB (Red+Green+Blue) = 236+85+210=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55D2 is #13AA2D. Grayscale: #909090. Windows color (decimal): -1288750 or 13784556. OLE color: 13784556.
HSL color Cylindrical-coordinate representation of color #EC55D2: hue angle of 310.33º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55D2 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 210 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.07 |
| HSL | 310.33º | 0.8% | 0.63% | - |
| HSV(B) | 310.33º | 0.64% | 0.93% | - |
| XYZ | 49.47 | 28.98 | 63.96 | - |
| YUV | 144.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 210 | 0 | 0.64 | 0.11 | 0.07 | 310.33 | 0.8 | 0.63 |
| Hex | EC | 55 | D2 | 0 | 40 | B | 7 | 136 | 50 | 3F |
| Octal | 354 | 125 | 322 | 0 | 100 | 13 | 7 | 466 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11010010 | 0 | 1000000 | 1011 | 111 | 100110110 | 1010000 | 111111 |
Color Harmonies of #EC55D2
Complementary color
Monochromatic Colors of #EC55D2
Black with #EC55D2
Text Example
Text Example
White with #EC55D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55D2; }
p { color: rgb(236,85,210); }
H1.HeaderClassName
{
color: #EC55D2;
}
.AnyTagClassName
{
color: #EC55D2;
}
</style>
background-color css
<style>
a { background-color: #EC55D2; }
a { background-color: rgb(236,85,210); }
div.DivClassName
{
background-color: #EC55D2;
}
.BgClassName
{
background-color: #EC55D2;
}
</style>
border-color css
<style>
span { border-color: #EC55D2; }
span { border-color: rgb(236,85,210); }
td.TdClassName
{
border-color: #EC55D2;
}
.TagClassName
{
border-color: #EC55D2;
}
</style>