Html Css Color HEX #E156CE Free Speech Magenta
📋 copy color: '#E156CE'red 225 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #E156CE
Tints of Free Speech Magenta #E156CE
RGB
CMYK
RGB Variations
Color information
#E156CE (or 0xE156CE) is known color: Free Speech Magenta. HEX triplet: E1, 56 and CE. RGB value is (225,86,206). Sum of RGB (Red+Green+Blue) = 225+86+206=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E156CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156CE is #1EA931. Grayscale: #8C8C8C. Windows color (decimal): -2009394 or 13522657. OLE color: 13522657.
HSL color Cylindrical-coordinate representation of color #E156CE: hue angle of 308.2º 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 #E156CE is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 206 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.12 |
| HSL | 308.2º | 0.7% | 0.61% | - |
| HSV(B) | 308.2º | 0.62% | 0.88% | - |
| XYZ | 45.52 | 27.12 | 61.23 | - |
| YUV | 141.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 206 | 0 | 0.62 | 0.08 | 0.12 | 308.2 | 0.7 | 0.61 |
| Hex | E1 | 56 | CE | 0 | 3E | 8 | C | 134 | 46 | 3D |
| Octal | 341 | 126 | 316 | 0 | 76 | 10 | 14 | 464 | 106 | 75 |
| Binary | 11100001 | 1010110 | 11001110 | 0 | 111110 | 1000 | 1100 | 100110100 | 1000110 | 111101 |
Color Harmonies of #E156CE
Complementary color
Monochromatic Colors of #E156CE
Black with #E156CE
Text Example
Text Example
White with #E156CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156CE; }
p { color: rgb(225,86,206); }
H1.HeaderClassName
{
color: #E156CE;
}
.AnyTagClassName
{
color: #E156CE;
}
</style>
background-color css
<style>
a { background-color: #E156CE; }
a { background-color: rgb(225,86,206); }
div.DivClassName
{
background-color: #E156CE;
}
.BgClassName
{
background-color: #E156CE;
}
</style>
border-color css
<style>
span { border-color: #E156CE; }
span { border-color: rgb(225,86,206); }
td.TdClassName
{
border-color: #E156CE;
}
.TagClassName
{
border-color: #E156CE;
}
</style>