Html Css Color HEX #E757E5 Free Speech Magenta
📋 copy color: '#E757E5'red 231 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #E757E5
Tints of Free Speech Magenta #E757E5
RGB
CMYK
RGB Variations
Color information
#E757E5 (or 0xE757E5) is known color: Free Speech Magenta. HEX triplet: E7, 57 and E5. RGB value is (231,87,229). Sum of RGB (Red+Green+Blue) = 231+87+229=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E757E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757E5 is #18A81A. Grayscale: #919191. Windows color (decimal): -1615899 or 15030247. OLE color: 15030247.
HSL color Cylindrical-coordinate representation of color #E757E5: hue angle of 300.83º 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 #E757E5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 229 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.09 |
| HSL | 300.83º | 0.75% | 0.62% | - |
| HSV(B) | 300.83º | 0.62% | 0.91% | - |
| XYZ | 50.51 | 29.46 | 77.15 | - |
| YUV | 146.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 229 | 0 | 0.62 | 0.01 | 0.09 | 300.83 | 0.75 | 0.62 |
| Hex | E7 | 57 | E5 | 0 | 3E | 1 | 9 | 12D | 4B | 3E |
| Octal | 347 | 127 | 345 | 0 | 76 | 1 | 11 | 455 | 113 | 76 |
| Binary | 11100111 | 1010111 | 11100101 | 0 | 111110 | 1 | 1001 | 100101101 | 1001011 | 111110 |
Color Harmonies of #E757E5
Complementary color
Monochromatic Colors of #E757E5
Black with #E757E5
Text Example
Text Example
White with #E757E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757E5; }
p { color: rgb(231,87,229); }
H1.HeaderClassName
{
color: #E757E5;
}
.AnyTagClassName
{
color: #E757E5;
}
</style>
background-color css
<style>
a { background-color: #E757E5; }
a { background-color: rgb(231,87,229); }
div.DivClassName
{
background-color: #E757E5;
}
.BgClassName
{
background-color: #E757E5;
}
</style>
border-color css
<style>
span { border-color: #E757E5; }
span { border-color: rgb(231,87,229); }
td.TdClassName
{
border-color: #E757E5;
}
.TagClassName
{
border-color: #E757E5;
}
</style>