Html Css Color HEX #E757C8 Free Speech Magenta
📋 copy color: '#E757C8'red 231 ◦ green 87 ◦ blue 200
Shades of Free Speech Magenta #E757C8
Tints of Free Speech Magenta #E757C8
RGB
CMYK
RGB Variations
Color information
#E757C8 (or 0xE757C8) is known color: Free Speech Magenta. HEX triplet: E7, 57 and C8. RGB value is (231,87,200). Sum of RGB (Red+Green+Blue) = 231+87+200=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E757C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757C8 is #18A837. Grayscale: #8E8E8E. Windows color (decimal): -1615928 or 13129703. OLE color: 13129703.
HSL color Cylindrical-coordinate representation of color #E757C8: hue angle of 312.92º 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 #E757C8 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 200 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.09 |
| HSL | 312.92º | 0.75% | 0.62% | - |
| HSV(B) | 312.92º | 0.62% | 0.91% | - |
| XYZ | 46.79 | 27.98 | 57.58 | - |
| YUV | 142.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 200 | 0 | 0.62 | 0.13 | 0.09 | 312.92 | 0.75 | 0.62 |
| Hex | E7 | 57 | C8 | 0 | 3E | D | 9 | 139 | 4B | 3E |
| Octal | 347 | 127 | 310 | 0 | 76 | 15 | 11 | 471 | 113 | 76 |
| Binary | 11100111 | 1010111 | 11001000 | 0 | 111110 | 1101 | 1001 | 100111001 | 1001011 | 111110 |
Color Harmonies of #E757C8
Complementary color
Monochromatic Colors of #E757C8
Black with #E757C8
Text Example
Text Example
White with #E757C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757C8; }
p { color: rgb(231,87,200); }
H1.HeaderClassName
{
color: #E757C8;
}
.AnyTagClassName
{
color: #E757C8;
}
</style>
background-color css
<style>
a { background-color: #E757C8; }
a { background-color: rgb(231,87,200); }
div.DivClassName
{
background-color: #E757C8;
}
.BgClassName
{
background-color: #E757C8;
}
</style>
border-color css
<style>
span { border-color: #E757C8; }
span { border-color: rgb(231,87,200); }
td.TdClassName
{
border-color: #E757C8;
}
.TagClassName
{
border-color: #E757C8;
}
</style>