Html Css Color HEX #E760D1 Free Speech Magenta
📋 copy color: '#E760D1'red 231 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #E760D1
Tints of Free Speech Magenta #E760D1
RGB
CMYK
RGB Variations
Color information
#E760D1 (or 0xE760D1) is known color: Free Speech Magenta. HEX triplet: E7, 60 and D1. RGB value is (231,96,209). Sum of RGB (Red+Green+Blue) = 231+96+209=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E760D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760D1 is #189F2E. Grayscale: #949494. Windows color (decimal): -1613615 or 13721831. OLE color: 13721831.
HSL color Cylindrical-coordinate representation of color #E760D1: hue angle of 309.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760D1 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 209 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.09 |
| HSL | 309.78º | 0.74% | 0.64% | - |
| HSV(B) | 309.78º | 0.58% | 0.91% | - |
| XYZ | 48.65 | 29.96 | 63.54 | - |
| YUV | 149.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 209 | 0 | 0.58 | 0.10 | 0.09 | 309.78 | 0.74 | 0.64 |
| Hex | E7 | 60 | D1 | 0 | 3A | A | 9 | 136 | 4A | 40 |
| Octal | 347 | 140 | 321 | 0 | 72 | 12 | 11 | 466 | 112 | 100 |
| Binary | 11100111 | 1100000 | 11010001 | 0 | 111010 | 1010 | 1001 | 100110110 | 1001010 | 1000000 |
Color Harmonies of #E760D1
Complementary color
Monochromatic Colors of #E760D1
Black with #E760D1
Text Example
Text Example
White with #E760D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760D1; }
p { color: rgb(231,96,209); }
H1.HeaderClassName
{
color: #E760D1;
}
.AnyTagClassName
{
color: #E760D1;
}
</style>
background-color css
<style>
a { background-color: #E760D1; }
a { background-color: rgb(231,96,209); }
div.DivClassName
{
background-color: #E760D1;
}
.BgClassName
{
background-color: #E760D1;
}
</style>
border-color css
<style>
span { border-color: #E760D1; }
span { border-color: rgb(231,96,209); }
td.TdClassName
{
border-color: #E760D1;
}
.TagClassName
{
border-color: #E760D1;
}
</style>