Html Css Color HEX #E157DF Free Speech Magenta
📋 copy color: '#E157DF'red 225 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #E157DF
Tints of Free Speech Magenta #E157DF
RGB
CMYK
RGB Variations
Color information
#E157DF (or 0xE157DF) is known color: Free Speech Magenta. HEX triplet: E1, 57 and DF. RGB value is (225,87,223). Sum of RGB (Red+Green+Blue) = 225+87+223=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E157DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157DF is #1EA820. Grayscale: #8F8F8F. Windows color (decimal): -2009121 or 14637025. OLE color: 14637025.
HSL color Cylindrical-coordinate representation of color #E157DF: hue angle of 300.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E157DF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 223 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.12 |
| HSL | 300.87º | 0.7% | 0.61% | - |
| HSV(B) | 300.87º | 0.61% | 0.88% | - |
| XYZ | 47.78 | 28.15 | 72.73 | - |
| YUV | 143.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 223 | 0 | 0.61 | 0.01 | 0.12 | 300.87 | 0.7 | 0.61 |
| Hex | E1 | 57 | DF | 0 | 3D | 1 | C | 12D | 46 | 3D |
| Octal | 341 | 127 | 337 | 0 | 75 | 1 | 14 | 455 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11011111 | 0 | 111101 | 1 | 1100 | 100101101 | 1000110 | 111101 |
Color Harmonies of #E157DF
Complementary color
Monochromatic Colors of #E157DF
Black with #E157DF
Text Example
Text Example
White with #E157DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157DF; }
p { color: rgb(225,87,223); }
H1.HeaderClassName
{
color: #E157DF;
}
.AnyTagClassName
{
color: #E157DF;
}
</style>
background-color css
<style>
a { background-color: #E157DF; }
a { background-color: rgb(225,87,223); }
div.DivClassName
{
background-color: #E157DF;
}
.BgClassName
{
background-color: #E157DF;
}
</style>
border-color css
<style>
span { border-color: #E157DF; }
span { border-color: rgb(225,87,223); }
td.TdClassName
{
border-color: #E157DF;
}
.TagClassName
{
border-color: #E157DF;
}
</style>