Html Css Color HEX #E764E9 Free Speech Magenta
📋 copy color: '#E764E9'red 231 ◦ green 100 ◦ blue 233
Shades of Free Speech Magenta #E764E9
Tints of Free Speech Magenta #E764E9
RGB
CMYK
RGB Variations
Color information
#E764E9 (or 0xE764E9) is known color: Free Speech Magenta. HEX triplet: E7, 64 and E9. RGB value is (231,100,233). Sum of RGB (Red+Green+Blue) = 231+100+233=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #E764E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764E9 is #189B16. Grayscale: #999999. Windows color (decimal): -1612567 or 15295719. OLE color: 15295719.
HSL color Cylindrical-coordinate representation of color #E764E9: hue angle of 299.1º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764E9 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 233 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.09 |
| HSL | 299.1º | 0.75% | 0.65% | - |
| HSV(B) | 299.1º | 0.57% | 0.91% | - |
| XYZ | 52.22 | 31.99 | 80.51 | - |
| YUV | 154.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 233 | 0.01 | 0.57 | 0 | 0.09 | 299.1 | 0.75 | 0.65 |
| Hex | E7 | 64 | E9 | 1 | 39 | 0 | 9 | 12B | 4B | 41 |
| Octal | 347 | 144 | 351 | 1 | 71 | 0 | 11 | 453 | 113 | 101 |
| Binary | 11100111 | 1100100 | 11101001 | 1 | 111001 | 0 | 1001 | 100101011 | 1001011 | 1000001 |
Color Harmonies of #E764E9
Complementary color
Monochromatic Colors of #E764E9
Black with #E764E9
Text Example
Text Example
White with #E764E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764E9; }
p { color: rgb(231,100,233); }
H1.HeaderClassName
{
color: #E764E9;
}
.AnyTagClassName
{
color: #E764E9;
}
</style>
background-color css
<style>
a { background-color: #E764E9; }
a { background-color: rgb(231,100,233); }
div.DivClassName
{
background-color: #E764E9;
}
.BgClassName
{
background-color: #E764E9;
}
</style>
border-color css
<style>
span { border-color: #E764E9; }
span { border-color: rgb(231,100,233); }
td.TdClassName
{
border-color: #E764E9;
}
.TagClassName
{
border-color: #E764E9;
}
</style>