Html Css Color HEX #EC53DB Free Speech Magenta
📋 copy color: '#EC53DB'red 236 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #EC53DB
Tints of Free Speech Magenta #EC53DB
RGB
CMYK
RGB Variations
Color information
#EC53DB (or 0xEC53DB) is known color: Free Speech Magenta. HEX triplet: EC, 53 and DB. RGB value is (236,83,219). Sum of RGB (Red+Green+Blue) = 236+83+219=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53DB is #13AC24. Grayscale: #8F8F8F. Windows color (decimal): -1289253 or 14373868. OLE color: 14373868.
HSL color Cylindrical-coordinate representation of color #EC53DB: hue angle of 306.67º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53DB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 219 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.07 |
| HSL | 306.67º | 0.8% | 0.63% | - |
| HSV(B) | 306.67º | 0.65% | 0.93% | - |
| XYZ | 50.47 | 29.13 | 69.98 | - |
| YUV | 144.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 219 | 0 | 0.65 | 0.07 | 0.07 | 306.67 | 0.8 | 0.63 |
| Hex | EC | 53 | DB | 0 | 41 | 7 | 7 | 133 | 50 | 3F |
| Octal | 354 | 123 | 333 | 0 | 101 | 7 | 7 | 463 | 120 | 77 |
| Binary | 11101100 | 1010011 | 11011011 | 0 | 1000001 | 111 | 111 | 100110011 | 1010000 | 111111 |
Color Harmonies of #EC53DB
Complementary color
Monochromatic Colors of #EC53DB
Black with #EC53DB
Text Example
Text Example
White with #EC53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53DB; }
p { color: rgb(236,83,219); }
H1.HeaderClassName
{
color: #EC53DB;
}
.AnyTagClassName
{
color: #EC53DB;
}
</style>
background-color css
<style>
a { background-color: #EC53DB; }
a { background-color: rgb(236,83,219); }
div.DivClassName
{
background-color: #EC53DB;
}
.BgClassName
{
background-color: #EC53DB;
}
</style>
border-color css
<style>
span { border-color: #EC53DB; }
span { border-color: rgb(236,83,219); }
td.TdClassName
{
border-color: #EC53DB;
}
.TagClassName
{
border-color: #EC53DB;
}
</style>