Html Css Color HEX #E160DF Free Speech Magenta
📋 copy color: '#E160DF'red 225 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #E160DF
Tints of Free Speech Magenta #E160DF
RGB
CMYK
RGB Variations
Color information
#E160DF (or 0xE160DF) is known color: Free Speech Magenta. HEX triplet: E1, 60 and DF. RGB value is (225,96,223). Sum of RGB (Red+Green+Blue) = 225+96+223=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E160DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160DF is #1E9F20. Grayscale: #949494. Windows color (decimal): -2006817 or 14639329. OLE color: 14639329.
HSL color Cylindrical-coordinate representation of color #E160DF: hue angle of 300.93º degrees, saturation: 0.68, 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 #E160DF is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 223 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.12 |
| HSL | 300.93º | 0.68% | 0.63% | - |
| HSV(B) | 300.93º | 0.57% | 0.88% | - |
| XYZ | 48.55 | 29.7 | 72.99 | - |
| YUV | 149.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 223 | 0 | 0.57 | 0.01 | 0.12 | 300.93 | 0.68 | 0.63 |
| Hex | E1 | 60 | DF | 0 | 39 | 1 | C | 12D | 44 | 3F |
| Octal | 341 | 140 | 337 | 0 | 71 | 1 | 14 | 455 | 104 | 77 |
| Binary | 11100001 | 1100000 | 11011111 | 0 | 111001 | 1 | 1100 | 100101101 | 1000100 | 111111 |
Color Harmonies of #E160DF
Complementary color
Monochromatic Colors of #E160DF
Black with #E160DF
Text Example
Text Example
White with #E160DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E160DF; }
p { color: rgb(225,96,223); }
H1.HeaderClassName
{
color: #E160DF;
}
.AnyTagClassName
{
color: #E160DF;
}
</style>
background-color css
<style>
a { background-color: #E160DF; }
a { background-color: rgb(225,96,223); }
div.DivClassName
{
background-color: #E160DF;
}
.BgClassName
{
background-color: #E160DF;
}
</style>
border-color css
<style>
span { border-color: #E160DF; }
span { border-color: rgb(225,96,223); }
td.TdClassName
{
border-color: #E160DF;
}
.TagClassName
{
border-color: #E160DF;
}
</style>