Html Css Color HEX #E758C9 Free Speech Magenta
📋 copy color: '#E758C9'red 231 ◦ green 88 ◦ blue 201
Shades of Free Speech Magenta #E758C9
Tints of Free Speech Magenta #E758C9
RGB
CMYK
RGB Variations
Color information
#E758C9 (or 0xE758C9) is known color: Free Speech Magenta. HEX triplet: E7, 58 and C9. RGB value is (231,88,201). Sum of RGB (Red+Green+Blue) = 231+88+201=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E758C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758C9 is #18A736. Grayscale: #8F8F8F. Windows color (decimal): -1615671 or 13195495. OLE color: 13195495.
HSL color Cylindrical-coordinate representation of color #E758C9: hue angle of 312.59º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E758C9 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 201 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.09 |
| HSL | 312.59º | 0.75% | 0.63% | - |
| HSV(B) | 312.59º | 0.62% | 0.91% | - |
| XYZ | 46.99 | 28.19 | 58.22 | - |
| YUV | 143.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 201 | 0 | 0.62 | 0.13 | 0.09 | 312.59 | 0.75 | 0.63 |
| Hex | E7 | 58 | C9 | 0 | 3E | D | 9 | 139 | 4B | 3F |
| Octal | 347 | 130 | 311 | 0 | 76 | 15 | 11 | 471 | 113 | 77 |
| Binary | 11100111 | 1011000 | 11001001 | 0 | 111110 | 1101 | 1001 | 100111001 | 1001011 | 111111 |
Color Harmonies of #E758C9
Complementary color
Monochromatic Colors of #E758C9
Black with #E758C9
Text Example
Text Example
White with #E758C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758C9; }
p { color: rgb(231,88,201); }
H1.HeaderClassName
{
color: #E758C9;
}
.AnyTagClassName
{
color: #E758C9;
}
</style>
background-color css
<style>
a { background-color: #E758C9; }
a { background-color: rgb(231,88,201); }
div.DivClassName
{
background-color: #E758C9;
}
.BgClassName
{
background-color: #E758C9;
}
</style>
border-color css
<style>
span { border-color: #E758C9; }
span { border-color: rgb(231,88,201); }
td.TdClassName
{
border-color: #E758C9;
}
.TagClassName
{
border-color: #E758C9;
}
</style>