Html Css Color HEX #E157C0 Free Speech Magenta
📋 copy color: '#E157C0'red 225 ◦ green 87 ◦ blue 192
Shades of Free Speech Magenta #E157C0
Tints of Free Speech Magenta #E157C0
RGB
CMYK
RGB Variations
Color information
#E157C0 (or 0xE157C0) is known color: Free Speech Magenta. HEX triplet: E1, 57 and C0. RGB value is (225,87,192). Sum of RGB (Red+Green+Blue) = 225+87+192=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E157C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157C0 is #1EA83F. Grayscale: #8B8B8B. Windows color (decimal): -2009152 or 12605409. OLE color: 12605409.
HSL color Cylindrical-coordinate representation of color #E157C0: hue angle of 314.35º 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 #E157C0 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 192 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.12 |
| HSL | 314.35º | 0.7% | 0.61% | - |
| HSV(B) | 314.35º | 0.61% | 0.88% | - |
| XYZ | 43.97 | 26.63 | 52.69 | - |
| YUV | 140.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 192 | 0 | 0.61 | 0.15 | 0.12 | 314.35 | 0.7 | 0.61 |
| Hex | E1 | 57 | C0 | 0 | 3D | F | C | 13A | 46 | 3D |
| Octal | 341 | 127 | 300 | 0 | 75 | 17 | 14 | 472 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11000000 | 0 | 111101 | 1111 | 1100 | 100111010 | 1000110 | 111101 |
Color Harmonies of #E157C0
Complementary color
Monochromatic Colors of #E157C0
Black with #E157C0
Text Example
Text Example
White with #E157C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157C0; }
p { color: rgb(225,87,192); }
H1.HeaderClassName
{
color: #E157C0;
}
.AnyTagClassName
{
color: #E157C0;
}
</style>
background-color css
<style>
a { background-color: #E157C0; }
a { background-color: rgb(225,87,192); }
div.DivClassName
{
background-color: #E157C0;
}
.BgClassName
{
background-color: #E157C0;
}
</style>
border-color css
<style>
span { border-color: #E157C0; }
span { border-color: rgb(225,87,192); }
td.TdClassName
{
border-color: #E157C0;
}
.TagClassName
{
border-color: #E157C0;
}
</style>