Html Css Color HEX #E157D2 Free Speech Magenta
📋 copy color: '#E157D2'red 225 ◦ green 87 ◦ blue 210
Shades of Free Speech Magenta #E157D2
Tints of Free Speech Magenta #E157D2
RGB
CMYK
RGB Variations
Color information
#E157D2 (or 0xE157D2) is known color: Free Speech Magenta. HEX triplet: E1, 57 and D2. RGB value is (225,87,210). Sum of RGB (Red+Green+Blue) = 225+87+210=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E157D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157D2 is #1EA82D. Grayscale: #8D8D8D. Windows color (decimal): -2009134 or 13785057. OLE color: 13785057.
HSL color Cylindrical-coordinate representation of color #E157D2: hue angle of 306.52º 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 #E157D2 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 210 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.12 |
| HSL | 306.52º | 0.7% | 0.61% | - |
| HSV(B) | 306.52º | 0.61% | 0.88% | - |
| XYZ | 46.09 | 27.48 | 63.85 | - |
| YUV | 142.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 210 | 0 | 0.61 | 0.07 | 0.12 | 306.52 | 0.7 | 0.61 |
| Hex | E1 | 57 | D2 | 0 | 3D | 7 | C | 133 | 46 | 3D |
| Octal | 341 | 127 | 322 | 0 | 75 | 7 | 14 | 463 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11010010 | 0 | 111101 | 111 | 1100 | 100110011 | 1000110 | 111101 |
Color Harmonies of #E157D2
Complementary color
Monochromatic Colors of #E157D2
Black with #E157D2
Text Example
Text Example
White with #E157D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157D2; }
p { color: rgb(225,87,210); }
H1.HeaderClassName
{
color: #E157D2;
}
.AnyTagClassName
{
color: #E157D2;
}
</style>
background-color css
<style>
a { background-color: #E157D2; }
a { background-color: rgb(225,87,210); }
div.DivClassName
{
background-color: #E157D2;
}
.BgClassName
{
background-color: #E157D2;
}
</style>
border-color css
<style>
span { border-color: #E157D2; }
span { border-color: rgb(225,87,210); }
td.TdClassName
{
border-color: #E157D2;
}
.TagClassName
{
border-color: #E157D2;
}
</style>