Html Css Color HEX #E760D0 Free Speech Magenta
📋 copy color: '#E760D0'red 231 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #E760D0
Tints of Free Speech Magenta #E760D0
RGB
CMYK
RGB Variations
Color information
#E760D0 (or 0xE760D0) is known color: Free Speech Magenta. HEX triplet: E7, 60 and D0. RGB value is (231,96,208). Sum of RGB (Red+Green+Blue) = 231+96+208=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E760D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760D0 is #189F2F. Grayscale: #949494. Windows color (decimal): -1613616 or 13656295. OLE color: 13656295.
HSL color Cylindrical-coordinate representation of color #E760D0: hue angle of 310.22º 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 #E760D0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 208 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.09 |
| HSL | 310.22º | 0.74% | 0.64% | - |
| HSV(B) | 310.22º | 0.58% | 0.91% | - |
| XYZ | 48.52 | 29.91 | 62.89 | - |
| YUV | 149.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 208 | 0 | 0.58 | 0.10 | 0.09 | 310.22 | 0.74 | 0.64 |
| Hex | E7 | 60 | D0 | 0 | 3A | A | 9 | 136 | 4A | 40 |
| Octal | 347 | 140 | 320 | 0 | 72 | 12 | 11 | 466 | 112 | 100 |
| Binary | 11100111 | 1100000 | 11010000 | 0 | 111010 | 1010 | 1001 | 100110110 | 1001010 | 1000000 |
Color Harmonies of #E760D0
Complementary color
Monochromatic Colors of #E760D0
Black with #E760D0
Text Example
Text Example
White with #E760D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760D0; }
p { color: rgb(231,96,208); }
H1.HeaderClassName
{
color: #E760D0;
}
.AnyTagClassName
{
color: #E760D0;
}
</style>
background-color css
<style>
a { background-color: #E760D0; }
a { background-color: rgb(231,96,208); }
div.DivClassName
{
background-color: #E760D0;
}
.BgClassName
{
background-color: #E760D0;
}
</style>
border-color css
<style>
span { border-color: #E760D0; }
span { border-color: rgb(231,96,208); }
td.TdClassName
{
border-color: #E760D0;
}
.TagClassName
{
border-color: #E760D0;
}
</style>