Html Css Color HEX #EC41DB Free Speech Magenta
📋 copy color: '#EC41DB'red 236 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #EC41DB
Tints of Free Speech Magenta #EC41DB
RGB
CMYK
RGB Variations
Color information
#EC41DB (or 0xEC41DB) is known color: Free Speech Magenta. HEX triplet: EC, 41 and DB. RGB value is (236,65,219). Sum of RGB (Red+Green+Blue) = 236+65+219=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41DB is #13BE24. Grayscale: #858585. Windows color (decimal): -1293861 or 14369260. OLE color: 14369260.
HSL color Cylindrical-coordinate representation of color #EC41DB: hue angle of 305.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41DB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 219 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.07 |
| HSL | 305.96º | 0.82% | 0.59% | - |
| HSV(B) | 305.96º | 0.72% | 0.93% | - |
| XYZ | 49.27 | 26.73 | 69.58 | - |
| YUV | 133.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 219 | 0 | 0.72 | 0.07 | 0.07 | 305.96 | 0.82 | 0.59 |
| Hex | EC | 41 | DB | 0 | 48 | 7 | 7 | 132 | 52 | 3B |
| Octal | 354 | 101 | 333 | 0 | 110 | 7 | 7 | 462 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11011011 | 0 | 1001000 | 111 | 111 | 100110010 | 1010010 | 111011 |
Color Harmonies of #EC41DB
Complementary color
Monochromatic Colors of #EC41DB
Black with #EC41DB
Text Example
Text Example
White with #EC41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41DB; }
p { color: rgb(236,65,219); }
H1.HeaderClassName
{
color: #EC41DB;
}
.AnyTagClassName
{
color: #EC41DB;
}
</style>
background-color css
<style>
a { background-color: #EC41DB; }
a { background-color: rgb(236,65,219); }
div.DivClassName
{
background-color: #EC41DB;
}
.BgClassName
{
background-color: #EC41DB;
}
</style>
border-color css
<style>
span { border-color: #EC41DB; }
span { border-color: rgb(236,65,219); }
td.TdClassName
{
border-color: #EC41DB;
}
.TagClassName
{
border-color: #EC41DB;
}
</style>