Html Css Color HEX #E157CE Free Speech Magenta
📋 copy color: '#E157CE'red 225 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #E157CE
Tints of Free Speech Magenta #E157CE
RGB
CMYK
RGB Variations
Color information
#E157CE (or 0xE157CE) is known color: Free Speech Magenta. HEX triplet: E1, 57 and CE. RGB value is (225,87,206). Sum of RGB (Red+Green+Blue) = 225+87+206=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E157CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157CE is #1EA831. Grayscale: #8D8D8D. Windows color (decimal): -2009138 or 13522913. OLE color: 13522913.
HSL color Cylindrical-coordinate representation of color #E157CE: hue angle of 308.26º 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 #E157CE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 206 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.12 |
| HSL | 308.26º | 0.7% | 0.61% | - |
| HSV(B) | 308.26º | 0.61% | 0.88% | - |
| XYZ | 45.6 | 27.28 | 61.25 | - |
| YUV | 141.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 206 | 0 | 0.61 | 0.08 | 0.12 | 308.26 | 0.7 | 0.61 |
| Hex | E1 | 57 | CE | 0 | 3D | 8 | C | 134 | 46 | 3D |
| Octal | 341 | 127 | 316 | 0 | 75 | 10 | 14 | 464 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11001110 | 0 | 111101 | 1000 | 1100 | 100110100 | 1000110 | 111101 |
Color Harmonies of #E157CE
Complementary color
Monochromatic Colors of #E157CE
Black with #E157CE
Text Example
Text Example
White with #E157CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157CE; }
p { color: rgb(225,87,206); }
H1.HeaderClassName
{
color: #E157CE;
}
.AnyTagClassName
{
color: #E157CE;
}
</style>
background-color css
<style>
a { background-color: #E157CE; }
a { background-color: rgb(225,87,206); }
div.DivClassName
{
background-color: #E157CE;
}
.BgClassName
{
background-color: #E157CE;
}
</style>
border-color css
<style>
span { border-color: #E157CE; }
span { border-color: rgb(225,87,206); }
td.TdClassName
{
border-color: #E157CE;
}
.TagClassName
{
border-color: #E157CE;
}
</style>