Html Css Color HEX #E761C7 Free Speech Magenta
📋 copy color: '#E761C7'red 231 ◦ green 97 ◦ blue 199
Shades of Free Speech Magenta #E761C7
Tints of Free Speech Magenta #E761C7
RGB
CMYK
RGB Variations
Color information
#E761C7 (or 0xE761C7) is known color: Free Speech Magenta. HEX triplet: E7, 61 and C7. RGB value is (231,97,199). Sum of RGB (Red+Green+Blue) = 231+97+199=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E761C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761C7 is #189E38. Grayscale: #949494. Windows color (decimal): -1613369 or 13066727. OLE color: 13066727.
HSL color Cylindrical-coordinate representation of color #E761C7: hue angle of 314.33º 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 #E761C7 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 199 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.09 |
| HSL | 314.33º | 0.74% | 0.64% | - |
| HSV(B) | 314.33º | 0.58% | 0.91% | - |
| XYZ | 47.54 | 29.66 | 57.25 | - |
| YUV | 148.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 199 | 0 | 0.58 | 0.14 | 0.09 | 314.33 | 0.74 | 0.64 |
| Hex | E7 | 61 | C7 | 0 | 3A | E | 9 | 13A | 4A | 40 |
| Octal | 347 | 141 | 307 | 0 | 72 | 16 | 11 | 472 | 112 | 100 |
| Binary | 11100111 | 1100001 | 11000111 | 0 | 111010 | 1110 | 1001 | 100111010 | 1001010 | 1000000 |
Color Harmonies of #E761C7
Complementary color
Monochromatic Colors of #E761C7
Black with #E761C7
Text Example
Text Example
White with #E761C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761C7; }
p { color: rgb(231,97,199); }
H1.HeaderClassName
{
color: #E761C7;
}
.AnyTagClassName
{
color: #E761C7;
}
</style>
background-color css
<style>
a { background-color: #E761C7; }
a { background-color: rgb(231,97,199); }
div.DivClassName
{
background-color: #E761C7;
}
.BgClassName
{
background-color: #E761C7;
}
</style>
border-color css
<style>
span { border-color: #E761C7; }
span { border-color: rgb(231,97,199); }
td.TdClassName
{
border-color: #E761C7;
}
.TagClassName
{
border-color: #E761C7;
}
</style>