Html Css Color HEX #E760E9 Free Speech Magenta
📋 copy color: '#E760E9'red 231 ◦ green 96 ◦ blue 233
Shades of Free Speech Magenta #E760E9
Tints of Free Speech Magenta #E760E9
RGB
CMYK
RGB Variations
Color information
#E760E9 (or 0xE760E9) is known color: Free Speech Magenta. HEX triplet: E7, 60 and E9. RGB value is (231,96,233). Sum of RGB (Red+Green+Blue) = 231+96+233=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #E760E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760E9 is #189F16. Grayscale: #979797. Windows color (decimal): -1613591 or 15294695. OLE color: 15294695.
HSL color Cylindrical-coordinate representation of color #E760E9: hue angle of 299.12º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E760E9 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 233 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.09 |
| HSL | 299.12º | 0.76% | 0.65% | - |
| HSV(B) | 299.12º | 0.59% | 0.91% | - |
| XYZ | 51.85 | 31.24 | 80.39 | - |
| YUV | 151.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 233 | 0.01 | 0.59 | 0 | 0.09 | 299.12 | 0.76 | 0.65 |
| Hex | E7 | 60 | E9 | 1 | 3B | 0 | 9 | 12B | 4C | 41 |
| Octal | 347 | 140 | 351 | 1 | 73 | 0 | 11 | 453 | 114 | 101 |
| Binary | 11100111 | 1100000 | 11101001 | 1 | 111011 | 0 | 1001 | 100101011 | 1001100 | 1000001 |
Color Harmonies of #E760E9
Complementary color
Monochromatic Colors of #E760E9
Black with #E760E9
Text Example
Text Example
White with #E760E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760E9; }
p { color: rgb(231,96,233); }
H1.HeaderClassName
{
color: #E760E9;
}
.AnyTagClassName
{
color: #E760E9;
}
</style>
background-color css
<style>
a { background-color: #E760E9; }
a { background-color: rgb(231,96,233); }
div.DivClassName
{
background-color: #E760E9;
}
.BgClassName
{
background-color: #E760E9;
}
</style>
border-color css
<style>
span { border-color: #E760E9; }
span { border-color: rgb(231,96,233); }
td.TdClassName
{
border-color: #E760E9;
}
.TagClassName
{
border-color: #E760E9;
}
</style>