Html Css Color HEX #EC42DA Free Speech Magenta
📋 copy color: '#EC42DA'red 236 ◦ green 66 ◦ blue 218
Shades of Free Speech Magenta #EC42DA
Tints of Free Speech Magenta #EC42DA
RGB
CMYK
RGB Variations
Color information
#EC42DA (or 0xEC42DA) is known color: Free Speech Magenta. HEX triplet: EC, 42 and DA. RGB value is (236,66,218). Sum of RGB (Red+Green+Blue) = 236+66+218=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42DA is #13BD25. Grayscale: #858585. Windows color (decimal): -1293606 or 14303980. OLE color: 14303980.
HSL color Cylindrical-coordinate representation of color #EC42DA: hue angle of 306.35º 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 #EC42DA is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 218 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.07 |
| HSL | 306.35º | 0.82% | 0.59% | - |
| HSV(B) | 306.35º | 0.72% | 0.93% | - |
| XYZ | 49.2 | 26.79 | 68.91 | - |
| YUV | 134.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 218 | 0 | 0.72 | 0.08 | 0.07 | 306.35 | 0.82 | 0.59 |
| Hex | EC | 42 | DA | 0 | 48 | 8 | 7 | 132 | 52 | 3B |
| Octal | 354 | 102 | 332 | 0 | 110 | 10 | 7 | 462 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11011010 | 0 | 1001000 | 1000 | 111 | 100110010 | 1010010 | 111011 |
Color Harmonies of #EC42DA
Complementary color
Monochromatic Colors of #EC42DA
Black with #EC42DA
Text Example
Text Example
White with #EC42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42DA; }
p { color: rgb(236,66,218); }
H1.HeaderClassName
{
color: #EC42DA;
}
.AnyTagClassName
{
color: #EC42DA;
}
</style>
background-color css
<style>
a { background-color: #EC42DA; }
a { background-color: rgb(236,66,218); }
div.DivClassName
{
background-color: #EC42DA;
}
.BgClassName
{
background-color: #EC42DA;
}
</style>
border-color css
<style>
span { border-color: #EC42DA; }
span { border-color: rgb(236,66,218); }
td.TdClassName
{
border-color: #EC42DA;
}
.TagClassName
{
border-color: #EC42DA;
}
</style>