Html Css Color HEX #E157D1 Free Speech Magenta
📋 copy color: '#E157D1'red 225 ◦ green 87 ◦ blue 209
Shades of Free Speech Magenta #E157D1
Tints of Free Speech Magenta #E157D1
RGB
CMYK
RGB Variations
Color information
#E157D1 (or 0xE157D1) is known color: Free Speech Magenta. HEX triplet: E1, 57 and D1. RGB value is (225,87,209). Sum of RGB (Red+Green+Blue) = 225+87+209=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E157D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157D1 is #1EA82E. Grayscale: #8D8D8D. Windows color (decimal): -2009135 or 13719521. OLE color: 13719521.
HSL color Cylindrical-coordinate representation of color #E157D1: hue angle of 306.96º 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 #E157D1 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 209 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.12 |
| HSL | 306.96º | 0.7% | 0.61% | - |
| HSV(B) | 306.96º | 0.61% | 0.88% | - |
| XYZ | 45.97 | 27.43 | 63.19 | - |
| YUV | 142.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 209 | 0 | 0.61 | 0.07 | 0.12 | 306.96 | 0.7 | 0.61 |
| Hex | E1 | 57 | D1 | 0 | 3D | 7 | C | 133 | 46 | 3D |
| Octal | 341 | 127 | 321 | 0 | 75 | 7 | 14 | 463 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11010001 | 0 | 111101 | 111 | 1100 | 100110011 | 1000110 | 111101 |
Color Harmonies of #E157D1
Complementary color
Monochromatic Colors of #E157D1
Black with #E157D1
Text Example
Text Example
White with #E157D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157D1; }
p { color: rgb(225,87,209); }
H1.HeaderClassName
{
color: #E157D1;
}
.AnyTagClassName
{
color: #E157D1;
}
</style>
background-color css
<style>
a { background-color: #E157D1; }
a { background-color: rgb(225,87,209); }
div.DivClassName
{
background-color: #E157D1;
}
.BgClassName
{
background-color: #E157D1;
}
</style>
border-color css
<style>
span { border-color: #E157D1; }
span { border-color: rgb(225,87,209); }
td.TdClassName
{
border-color: #E157D1;
}
.TagClassName
{
border-color: #E157D1;
}
</style>