Html Css Color HEX #E157DB Free Speech Magenta
📋 copy color: '#E157DB'red 225 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #E157DB
Tints of Free Speech Magenta #E157DB
RGB
CMYK
RGB Variations
Color information
#E157DB (or 0xE157DB) is known color: Free Speech Magenta. HEX triplet: E1, 57 and DB. RGB value is (225,87,219). Sum of RGB (Red+Green+Blue) = 225+87+219=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E157DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157DB is #1EA824. Grayscale: #8E8E8E. Windows color (decimal): -2009125 or 14374881. OLE color: 14374881.
HSL color Cylindrical-coordinate representation of color #E157DB: hue angle of 302.61º 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 #E157DB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 219 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.12 |
| HSL | 302.61º | 0.7% | 0.61% | - |
| HSV(B) | 302.61º | 0.61% | 0.88% | - |
| XYZ | 47.25 | 27.94 | 69.92 | - |
| YUV | 143.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 219 | 0 | 0.61 | 0.03 | 0.12 | 302.61 | 0.7 | 0.61 |
| Hex | E1 | 57 | DB | 0 | 3D | 3 | C | 12F | 46 | 3D |
| Octal | 341 | 127 | 333 | 0 | 75 | 3 | 14 | 457 | 106 | 75 |
| Binary | 11100001 | 1010111 | 11011011 | 0 | 111101 | 11 | 1100 | 100101111 | 1000110 | 111101 |
Color Harmonies of #E157DB
Complementary color
Monochromatic Colors of #E157DB
Black with #E157DB
Text Example
Text Example
White with #E157DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157DB; }
p { color: rgb(225,87,219); }
H1.HeaderClassName
{
color: #E157DB;
}
.AnyTagClassName
{
color: #E157DB;
}
</style>
background-color css
<style>
a { background-color: #E157DB; }
a { background-color: rgb(225,87,219); }
div.DivClassName
{
background-color: #E157DB;
}
.BgClassName
{
background-color: #E157DB;
}
</style>
border-color css
<style>
span { border-color: #E157DB; }
span { border-color: rgb(225,87,219); }
td.TdClassName
{
border-color: #E157DB;
}
.TagClassName
{
border-color: #E157DB;
}
</style>