Html Css Color HEX #E761EA Free Speech Magenta
📋 copy color: '#E761EA'red 231 ◦ green 97 ◦ blue 234
Shades of Free Speech Magenta #E761EA
Tints of Free Speech Magenta #E761EA
RGB
CMYK
RGB Variations
Color information
#E761EA (or 0xE761EA) is known color: Free Speech Magenta. HEX triplet: E7, 61 and EA. RGB value is (231,97,234). Sum of RGB (Red+Green+Blue) = 231+97+234=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #E761EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761EA is #189E15. Grayscale: #989898. Windows color (decimal): -1613334 or 15360487. OLE color: 15360487.
HSL color Cylindrical-coordinate representation of color #E761EA: hue angle of 298.69º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E761EA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 97 | 234 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.08 |
| HSL | 298.69º | 0.77% | 0.65% | - |
| HSV(B) | 298.69º | 0.59% | 0.92% | - |
| XYZ | 52.08 | 31.48 | 81.17 | - |
| YUV | 152.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 234 | 0.01 | 0.59 | 0 | 0.08 | 298.69 | 0.77 | 0.65 |
| Hex | E7 | 61 | EA | 1 | 3B | 0 | 8 | 12B | 4D | 41 |
| Octal | 347 | 141 | 352 | 1 | 73 | 0 | 10 | 453 | 115 | 101 |
| Binary | 11100111 | 1100001 | 11101010 | 1 | 111011 | 0 | 1000 | 100101011 | 1001101 | 1000001 |
Color Harmonies of #E761EA
Complementary color
Monochromatic Colors of #E761EA
Black with #E761EA
Text Example
Text Example
White with #E761EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761EA; }
p { color: rgb(231,97,234); }
H1.HeaderClassName
{
color: #E761EA;
}
.AnyTagClassName
{
color: #E761EA;
}
</style>
background-color css
<style>
a { background-color: #E761EA; }
a { background-color: rgb(231,97,234); }
div.DivClassName
{
background-color: #E761EA;
}
.BgClassName
{
background-color: #E761EA;
}
</style>
border-color css
<style>
span { border-color: #E761EA; }
span { border-color: rgb(231,97,234); }
td.TdClassName
{
border-color: #E761EA;
}
.TagClassName
{
border-color: #E761EA;
}
</style>