Html Css Color HEX #EC41DA Free Speech Magenta
📋 copy color: '#EC41DA'red 236 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #EC41DA
Tints of Free Speech Magenta #EC41DA
RGB
CMYK
RGB Variations
Color information
#EC41DA (or 0xEC41DA) is known color: Free Speech Magenta. HEX triplet: EC, 41 and DA. RGB value is (236,65,218). Sum of RGB (Red+Green+Blue) = 236+65+218=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41DA is #13BE25. Grayscale: #858585. Windows color (decimal): -1293862 or 14303724. OLE color: 14303724.
HSL color Cylindrical-coordinate representation of color #EC41DA: hue angle of 306.32º 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 #EC41DA is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 218 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.07 |
| HSL | 306.32º | 0.82% | 0.59% | - |
| HSV(B) | 306.32º | 0.72% | 0.93% | - |
| XYZ | 49.14 | 26.68 | 68.89 | - |
| YUV | 133.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 218 | 0 | 0.72 | 0.08 | 0.07 | 306.32 | 0.82 | 0.59 |
| Hex | EC | 41 | DA | 0 | 48 | 8 | 7 | 132 | 52 | 3B |
| Octal | 354 | 101 | 332 | 0 | 110 | 10 | 7 | 462 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11011010 | 0 | 1001000 | 1000 | 111 | 100110010 | 1010010 | 111011 |
Color Harmonies of #EC41DA
Complementary color
Monochromatic Colors of #EC41DA
Black with #EC41DA
Text Example
Text Example
White with #EC41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41DA; }
p { color: rgb(236,65,218); }
H1.HeaderClassName
{
color: #EC41DA;
}
.AnyTagClassName
{
color: #EC41DA;
}
</style>
background-color css
<style>
a { background-color: #EC41DA; }
a { background-color: rgb(236,65,218); }
div.DivClassName
{
background-color: #EC41DA;
}
.BgClassName
{
background-color: #EC41DA;
}
</style>
border-color css
<style>
span { border-color: #EC41DA; }
span { border-color: rgb(236,65,218); }
td.TdClassName
{
border-color: #EC41DA;
}
.TagClassName
{
border-color: #EC41DA;
}
</style>