Html Css Color HEX #E757D1 Free Speech Magenta
📋 copy color: '#E757D1'red 231 ◦ green 87 ◦ blue 209
Shades of Free Speech Magenta #E757D1
Tints of Free Speech Magenta #E757D1
RGB
CMYK
RGB Variations
Color information
#E757D1 (or 0xE757D1) is known color: Free Speech Magenta. HEX triplet: E7, 57 and D1. RGB value is (231,87,209). Sum of RGB (Red+Green+Blue) = 231+87+209=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E757D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757D1 is #18A82E. Grayscale: #8F8F8F. Windows color (decimal): -1615919 or 13719527. OLE color: 13719527.
HSL color Cylindrical-coordinate representation of color #E757D1: hue angle of 309.17º 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 #E757D1 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 209 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.09 |
| HSL | 309.17º | 0.75% | 0.62% | - |
| HSV(B) | 309.17º | 0.62% | 0.91% | - |
| XYZ | 47.87 | 28.41 | 63.28 | - |
| YUV | 143.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 209 | 0 | 0.62 | 0.10 | 0.09 | 309.17 | 0.75 | 0.62 |
| Hex | E7 | 57 | D1 | 0 | 3E | A | 9 | 135 | 4B | 3E |
| Octal | 347 | 127 | 321 | 0 | 76 | 12 | 11 | 465 | 113 | 76 |
| Binary | 11100111 | 1010111 | 11010001 | 0 | 111110 | 1010 | 1001 | 100110101 | 1001011 | 111110 |
Color Harmonies of #E757D1
Complementary color
Monochromatic Colors of #E757D1
Black with #E757D1
Text Example
Text Example
White with #E757D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757D1; }
p { color: rgb(231,87,209); }
H1.HeaderClassName
{
color: #E757D1;
}
.AnyTagClassName
{
color: #E757D1;
}
</style>
background-color css
<style>
a { background-color: #E757D1; }
a { background-color: rgb(231,87,209); }
div.DivClassName
{
background-color: #E757D1;
}
.BgClassName
{
background-color: #E757D1;
}
</style>
border-color css
<style>
span { border-color: #E757D1; }
span { border-color: rgb(231,87,209); }
td.TdClassName
{
border-color: #E757D1;
}
.TagClassName
{
border-color: #E757D1;
}
</style>