Html Css Color HEX #EC42DF Free Speech Magenta
📋 copy color: '#EC42DF'red 236 ◦ green 66 ◦ blue 223
Shades of Free Speech Magenta #EC42DF
Tints of Free Speech Magenta #EC42DF
RGB
CMYK
RGB Variations
Color information
#EC42DF (or 0xEC42DF) is known color: Free Speech Magenta. HEX triplet: EC, 42 and DF. RGB value is (236,66,223). Sum of RGB (Red+Green+Blue) = 236+66+223=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42DF is #13BD20. Grayscale: #868686. Windows color (decimal): -1293601 or 14631660. OLE color: 14631660.
HSL color Cylindrical-coordinate representation of color #EC42DF: hue angle of 304.59º 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 #EC42DF is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 66 | 223 | - |
CMYK | 0 | 0.72 | 0.06 | 0.07 |
HSL | 304.59º | 0.82% | 0.59% | - |
HSV(B) | 304.59º | 0.72% | 0.93% | - |
XYZ | 49.86 | 27.06 | 72.41 | - |
YUV | 134.73 | 177.82 | 200.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 66 | 223 | 0 | 0.72 | 0.06 | 0.07 | 304.59 | 0.82 | 0.59 |
Hex | EC | 42 | DF | 0 | 48 | 6 | 7 | 131 | 52 | 3B |
Octal | 354 | 102 | 337 | 0 | 110 | 6 | 7 | 461 | 122 | 73 |
Binary | 11101100 | 1000010 | 11011111 | 0 | 1001000 | 110 | 111 | 100110001 | 1010010 | 111011 |
Color Harmonies of #EC42DF
Complementary color
Monochromatic Colors of #EC42DF
Black with #EC42DF
Text Example
Text Example
White with #EC42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42DF; }
p { color: rgb(236,66,223); }
H1.HeaderClassName
{
color: #EC42DF;
}
.AnyTagClassName
{
color: #EC42DF;
}
</style>
background-color css
<style>
a { background-color: #EC42DF; }
a { background-color: rgb(236,66,223); }
div.DivClassName
{
background-color: #EC42DF;
}
.BgClassName
{
background-color: #EC42DF;
}
</style>
border-color css
<style>
span { border-color: #EC42DF; }
span { border-color: rgb(236,66,223); }
td.TdClassName
{
border-color: #EC42DF;
}
.TagClassName
{
border-color: #EC42DF;
}
</style>