Html Css Color HEX #E157C2 Free Speech Magenta
📋 copy color: '#E157C2'red 225 ◦ green 87 ◦ blue 194
Shades of Free Speech Magenta #E157C2
Tints of Free Speech Magenta #E157C2
RGB
CMYK
RGB Variations
Color information
#E157C2 (or 0xE157C2) is known color: Free Speech Magenta. HEX triplet: E1, 57 and C2. RGB value is (225,87,194). Sum of RGB (Red+Green+Blue) = 225+87+194=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E157C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157C2 is #1EA83D. Grayscale: #8C8C8C. Windows color (decimal): -2009150 or 12736481. OLE color: 12736481.
HSL color Cylindrical-coordinate representation of color #E157C2: hue angle of 313.48º 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 #E157C2 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 194 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.12 |
| HSL | 313.48º | 0.7% | 0.61% | - |
| HSV(B) | 313.48º | 0.61% | 0.88% | - |
| XYZ | 44.2 | 26.72 | 53.87 | - |
| YUV | 140.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 194 | 0 | 0.61 | 0.14 | 0.12 | 313.48 | 0.7 | 0.61 |
| Hex | E1 | 57 | C2 | 0 | 3D | E | C | 139 | 46 | 3D |
| Octal | 341 | 127 | 302 | 0 | 75 | 16 | 14 | 471 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11000010 | 0 | 111101 | 1110 | 1100 | 100111001 | 1000110 | 111101 |
Color Harmonies of #E157C2
Complementary color
Monochromatic Colors of #E157C2
Black with #E157C2
Text Example
Text Example
White with #E157C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157C2; }
p { color: rgb(225,87,194); }
H1.HeaderClassName
{
color: #E157C2;
}
.AnyTagClassName
{
color: #E157C2;
}
</style>
background-color css
<style>
a { background-color: #E157C2; }
a { background-color: rgb(225,87,194); }
div.DivClassName
{
background-color: #E157C2;
}
.BgClassName
{
background-color: #E157C2;
}
</style>
border-color css
<style>
span { border-color: #E157C2; }
span { border-color: rgb(225,87,194); }
td.TdClassName
{
border-color: #E157C2;
}
.TagClassName
{
border-color: #E157C2;
}
</style>