Html Css Color HEX #E760C5 Free Speech Magenta
📋 copy color: '#E760C5'red 231 ◦ green 96 ◦ blue 197
Shades of Free Speech Magenta #E760C5
Tints of Free Speech Magenta #E760C5
RGB
CMYK
RGB Variations
Color information
#E760C5 (or 0xE760C5) is known color: Free Speech Magenta. HEX triplet: E7, 60 and C5. RGB value is (231,96,197). Sum of RGB (Red+Green+Blue) = 231+96+197=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E760C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760C5 is #189F3A. Grayscale: #939393. Windows color (decimal): -1613627 or 12935399. OLE color: 12935399.
HSL color Cylindrical-coordinate representation of color #E760C5: hue angle of 315.11º 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 #E760C5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 197 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.09 |
| HSL | 315.11º | 0.74% | 0.64% | - |
| HSV(B) | 315.11º | 0.58% | 0.91% | - |
| XYZ | 47.22 | 29.39 | 56.01 | - |
| YUV | 147.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 197 | 0 | 0.58 | 0.15 | 0.09 | 315.11 | 0.74 | 0.64 |
| Hex | E7 | 60 | C5 | 0 | 3A | F | 9 | 13B | 4A | 40 |
| Octal | 347 | 140 | 305 | 0 | 72 | 17 | 11 | 473 | 112 | 100 |
| Binary | 11100111 | 1100000 | 11000101 | 0 | 111010 | 1111 | 1001 | 100111011 | 1001010 | 1000000 |
Color Harmonies of #E760C5
Complementary color
Monochromatic Colors of #E760C5
Black with #E760C5
Text Example
Text Example
White with #E760C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760C5; }
p { color: rgb(231,96,197); }
H1.HeaderClassName
{
color: #E760C5;
}
.AnyTagClassName
{
color: #E760C5;
}
</style>
background-color css
<style>
a { background-color: #E760C5; }
a { background-color: rgb(231,96,197); }
div.DivClassName
{
background-color: #E760C5;
}
.BgClassName
{
background-color: #E760C5;
}
</style>
border-color css
<style>
span { border-color: #E760C5; }
span { border-color: rgb(231,96,197); }
td.TdClassName
{
border-color: #E760C5;
}
.TagClassName
{
border-color: #E760C5;
}
</style>