Html Css Color HEX #EC42D7 Free Speech Magenta
📋 copy color: '#EC42D7'red 236 ◦ green 66 ◦ blue 215
Shades of Free Speech Magenta #EC42D7
Tints of Free Speech Magenta #EC42D7
RGB
CMYK
RGB Variations
Color information
#EC42D7 (or 0xEC42D7) is known color: Free Speech Magenta. HEX triplet: EC, 42 and D7. RGB value is (236,66,215). Sum of RGB (Red+Green+Blue) = 236+66+215=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42D7 is #13BD28. Grayscale: #858585. Windows color (decimal): -1293609 or 14107372. OLE color: 14107372.
HSL color Cylindrical-coordinate representation of color #EC42D7: hue angle of 307.41º 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 #EC42D7 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 215 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.07 |
| HSL | 307.41º | 0.82% | 0.59% | - |
| HSV(B) | 307.41º | 0.72% | 0.93% | - |
| XYZ | 48.81 | 26.64 | 66.86 | - |
| YUV | 133.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 215 | 0 | 0.72 | 0.09 | 0.07 | 307.41 | 0.82 | 0.59 |
| Hex | EC | 42 | D7 | 0 | 48 | 9 | 7 | 133 | 52 | 3B |
| Octal | 354 | 102 | 327 | 0 | 110 | 11 | 7 | 463 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11010111 | 0 | 1001000 | 1001 | 111 | 100110011 | 1010010 | 111011 |
Color Harmonies of #EC42D7
Complementary color
Monochromatic Colors of #EC42D7
Black with #EC42D7
Text Example
Text Example
White with #EC42D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42D7; }
p { color: rgb(236,66,215); }
H1.HeaderClassName
{
color: #EC42D7;
}
.AnyTagClassName
{
color: #EC42D7;
}
</style>
background-color css
<style>
a { background-color: #EC42D7; }
a { background-color: rgb(236,66,215); }
div.DivClassName
{
background-color: #EC42D7;
}
.BgClassName
{
background-color: #EC42D7;
}
</style>
border-color css
<style>
span { border-color: #EC42D7; }
span { border-color: rgb(236,66,215); }
td.TdClassName
{
border-color: #EC42D7;
}
.TagClassName
{
border-color: #EC42D7;
}
</style>