Html Css Color HEX #E156DF Free Speech Magenta
📋 copy color: '#E156DF'red 225 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #E156DF
Tints of Free Speech Magenta #E156DF
RGB
CMYK
RGB Variations
Color information
#E156DF (or 0xE156DF) is known color: Free Speech Magenta. HEX triplet: E1, 56 and DF. RGB value is (225,86,223). Sum of RGB (Red+Green+Blue) = 225+86+223=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E156DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156DF is #1EA920. Grayscale: #8E8E8E. Windows color (decimal): -2009377 or 14636769. OLE color: 14636769.
HSL color Cylindrical-coordinate representation of color #E156DF: hue angle of 300.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E156DF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 223 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.12 |
| HSL | 300.86º | 0.7% | 0.61% | - |
| HSV(B) | 300.86º | 0.62% | 0.88% | - |
| XYZ | 47.7 | 27.99 | 72.7 | - |
| YUV | 143.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 223 | 0 | 0.62 | 0.01 | 0.12 | 300.86 | 0.7 | 0.61 |
| Hex | E1 | 56 | DF | 0 | 3E | 1 | C | 12D | 46 | 3D |
| Octal | 341 | 126 | 337 | 0 | 76 | 1 | 14 | 455 | 106 | 75 |
| Binary | 11100001 | 1010110 | 11011111 | 0 | 111110 | 1 | 1100 | 100101101 | 1000110 | 111101 |
Color Harmonies of #E156DF
Complementary color
Monochromatic Colors of #E156DF
Black with #E156DF
Text Example
Text Example
White with #E156DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156DF; }
p { color: rgb(225,86,223); }
H1.HeaderClassName
{
color: #E156DF;
}
.AnyTagClassName
{
color: #E156DF;
}
</style>
background-color css
<style>
a { background-color: #E156DF; }
a { background-color: rgb(225,86,223); }
div.DivClassName
{
background-color: #E156DF;
}
.BgClassName
{
background-color: #E156DF;
}
</style>
border-color css
<style>
span { border-color: #E156DF; }
span { border-color: rgb(225,86,223); }
td.TdClassName
{
border-color: #E156DF;
}
.TagClassName
{
border-color: #E156DF;
}
</style>