Html Css Color HEX #EC42DB Free Speech Magenta
📋 copy color: '#EC42DB'red 236 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #EC42DB
Tints of Free Speech Magenta #EC42DB
RGB
CMYK
RGB Variations
Color information
#EC42DB (or 0xEC42DB) is known color: Free Speech Magenta. HEX triplet: EC, 42 and DB. RGB value is (236,66,219). Sum of RGB (Red+Green+Blue) = 236+66+219=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42DB is #13BD24. Grayscale: #858585. Windows color (decimal): -1293605 or 14369516. OLE color: 14369516.
HSL color Cylindrical-coordinate representation of color #EC42DB: hue angle of 306º 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 #EC42DB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 219 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.07 |
| HSL | 306º | 0.82% | 0.59% | - |
| HSV(B) | 306º | 0.72% | 0.93% | - |
| XYZ | 49.33 | 26.84 | 69.6 | - |
| YUV | 134.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 219 | 0 | 0.72 | 0.07 | 0.07 | 306 | 0.82 | 0.59 |
| Hex | EC | 42 | DB | 0 | 48 | 7 | 7 | 132 | 52 | 3B |
| Octal | 354 | 102 | 333 | 0 | 110 | 7 | 7 | 462 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11011011 | 0 | 1001000 | 111 | 111 | 100110010 | 1010010 | 111011 |
Color Harmonies of #EC42DB
Complementary color
Monochromatic Colors of #EC42DB
Black with #EC42DB
Text Example
Text Example
White with #EC42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42DB; }
p { color: rgb(236,66,219); }
H1.HeaderClassName
{
color: #EC42DB;
}
.AnyTagClassName
{
color: #EC42DB;
}
</style>
background-color css
<style>
a { background-color: #EC42DB; }
a { background-color: rgb(236,66,219); }
div.DivClassName
{
background-color: #EC42DB;
}
.BgClassName
{
background-color: #EC42DB;
}
</style>
border-color css
<style>
span { border-color: #EC42DB; }
span { border-color: rgb(236,66,219); }
td.TdClassName
{
border-color: #EC42DB;
}
.TagClassName
{
border-color: #EC42DB;
}
</style>