Html Css Color HEX #E757C0 Free Speech Magenta
📋 copy color: '#E757C0'red 231 ◦ green 87 ◦ blue 192
Shades of Free Speech Magenta #E757C0
Tints of Free Speech Magenta #E757C0
RGB
CMYK
RGB Variations
Color information
#E757C0 (or 0xE757C0) is known color: Free Speech Magenta. HEX triplet: E7, 57 and C0. RGB value is (231,87,192). Sum of RGB (Red+Green+Blue) = 231+87+192=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E757C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757C0 is #18A83F. Grayscale: #8D8D8D. Windows color (decimal): -1615936 or 12605415. OLE color: 12605415.
HSL color Cylindrical-coordinate representation of color #E757C0: hue angle of 316.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E757C0 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 192 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.09 |
| HSL | 316.25º | 0.75% | 0.62% | - |
| HSV(B) | 316.25º | 0.62% | 0.91% | - |
| XYZ | 45.88 | 27.61 | 52.78 | - |
| YUV | 142.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 192 | 0 | 0.62 | 0.17 | 0.09 | 316.25 | 0.75 | 0.62 |
| Hex | E7 | 57 | C0 | 0 | 3E | 11 | 9 | 13C | 4B | 3E |
| Octal | 347 | 127 | 300 | 0 | 76 | 21 | 11 | 474 | 113 | 76 |
| Binary | 11100111 | 1010111 | 11000000 | 0 | 111110 | 10001 | 1001 | 100111100 | 1001011 | 111110 |
Color Harmonies of #E757C0
Complementary color
Monochromatic Colors of #E757C0
Black with #E757C0
Text Example
Text Example
White with #E757C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757C0; }
p { color: rgb(231,87,192); }
H1.HeaderClassName
{
color: #E757C0;
}
.AnyTagClassName
{
color: #E757C0;
}
</style>
background-color css
<style>
a { background-color: #E757C0; }
a { background-color: rgb(231,87,192); }
div.DivClassName
{
background-color: #E757C0;
}
.BgClassName
{
background-color: #E757C0;
}
</style>
border-color css
<style>
span { border-color: #E757C0; }
span { border-color: rgb(231,87,192); }
td.TdClassName
{
border-color: #E757C0;
}
.TagClassName
{
border-color: #E757C0;
}
</style>