Html Css Color HEX #E760CF Free Speech Magenta
📋 copy color: '#E760CF'red 231 ◦ green 96 ◦ blue 207
Shades of Free Speech Magenta #E760CF
Tints of Free Speech Magenta #E760CF
RGB
CMYK
RGB Variations
Color information
#E760CF (or 0xE760CF) is known color: Free Speech Magenta. HEX triplet: E7, 60 and CF. RGB value is (231,96,207). Sum of RGB (Red+Green+Blue) = 231+96+207=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E760CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760CF is #189F30. Grayscale: #949494. Windows color (decimal): -1613617 or 13590759. OLE color: 13590759.
HSL color Cylindrical-coordinate representation of color #E760CF: hue angle of 310.67º 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 #E760CF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 207 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.09 |
| HSL | 310.67º | 0.74% | 0.64% | - |
| HSV(B) | 310.67º | 0.58% | 0.91% | - |
| XYZ | 48.4 | 29.86 | 62.24 | - |
| YUV | 149.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 207 | 0 | 0.58 | 0.10 | 0.09 | 310.67 | 0.74 | 0.64 |
| Hex | E7 | 60 | CF | 0 | 3A | A | 9 | 137 | 4A | 40 |
| Octal | 347 | 140 | 317 | 0 | 72 | 12 | 11 | 467 | 112 | 100 |
| Binary | 11100111 | 1100000 | 11001111 | 0 | 111010 | 1010 | 1001 | 100110111 | 1001010 | 1000000 |
Color Harmonies of #E760CF
Complementary color
Monochromatic Colors of #E760CF
Black with #E760CF
Text Example
Text Example
White with #E760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760CF; }
p { color: rgb(231,96,207); }
H1.HeaderClassName
{
color: #E760CF;
}
.AnyTagClassName
{
color: #E760CF;
}
</style>
background-color css
<style>
a { background-color: #E760CF; }
a { background-color: rgb(231,96,207); }
div.DivClassName
{
background-color: #E760CF;
}
.BgClassName
{
background-color: #E760CF;
}
</style>
border-color css
<style>
span { border-color: #E760CF; }
span { border-color: rgb(231,96,207); }
td.TdClassName
{
border-color: #E760CF;
}
.TagClassName
{
border-color: #E760CF;
}
</style>