Html Css Color HEX #E061DF Free Speech Magenta
📋 copy color: '#E061DF'red 224 ◦ green 97 ◦ blue 223
Shades of Free Speech Magenta #E061DF
Tints of Free Speech Magenta #E061DF
RGB
CMYK
RGB Variations
Color information
#E061DF (or 0xE061DF) is known color: Free Speech Magenta. HEX triplet: E0, 61 and DF. RGB value is (224,97,223). Sum of RGB (Red+Green+Blue) = 224+97+223=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E061DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061DF is #1F9E20. Grayscale: #949494. Windows color (decimal): -2072097 or 14639584. OLE color: 14639584.
HSL color Cylindrical-coordinate representation of color #E061DF: hue angle of 300.47º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061DF is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 223 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.12 |
| HSL | 300.47º | 0.67% | 0.63% | - |
| HSV(B) | 300.47º | 0.57% | 0.88% | - |
| XYZ | 48.33 | 29.72 | 73 | - |
| YUV | 149.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 223 | 0 | 0.57 | 0.00 | 0.12 | 300.47 | 0.67 | 0.63 |
| Hex | E0 | 61 | DF | 0 | 39 | 0 | C | 12C | 43 | 3F |
| Octal | 340 | 141 | 337 | 0 | 71 | 0 | 14 | 454 | 103 | 77 |
| Binary | 11100000 | 1100001 | 11011111 | 0 | 111001 | 0 | 1100 | 100101100 | 1000011 | 111111 |
Color Harmonies of #E061DF
Complementary color
Monochromatic Colors of #E061DF
Black with #E061DF
Text Example
Text Example
White with #E061DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061DF; }
p { color: rgb(224,97,223); }
H1.HeaderClassName
{
color: #E061DF;
}
.AnyTagClassName
{
color: #E061DF;
}
</style>
background-color css
<style>
a { background-color: #E061DF; }
a { background-color: rgb(224,97,223); }
div.DivClassName
{
background-color: #E061DF;
}
.BgClassName
{
background-color: #E061DF;
}
</style>
border-color css
<style>
span { border-color: #E061DF; }
span { border-color: rgb(224,97,223); }
td.TdClassName
{
border-color: #E061DF;
}
.TagClassName
{
border-color: #E061DF;
}
</style>