Html Css Color HEX #E764E3 Free Speech Magenta
📋 copy color: '#E764E3'red 231 ◦ green 100 ◦ blue 227
Shades of Free Speech Magenta #E764E3
Tints of Free Speech Magenta #E764E3
RGB
CMYK
RGB Variations
Color information
#E764E3 (or 0xE764E3) is known color: Free Speech Magenta. HEX triplet: E7, 64 and E3. RGB value is (231,100,227). Sum of RGB (Red+Green+Blue) = 231+100+227=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E764E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764E3 is #189B1C. Grayscale: #999999. Windows color (decimal): -1612573 or 14902503. OLE color: 14902503.
HSL color Cylindrical-coordinate representation of color #E764E3: hue angle of 301.83º degrees, saturation: 0.73, 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 #E764E3 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 227 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.09 |
| HSL | 301.83º | 0.73% | 0.65% | - |
| HSV(B) | 301.83º | 0.57% | 0.91% | - |
| XYZ | 51.38 | 31.65 | 76.07 | - |
| YUV | 153.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 227 | 0 | 0.57 | 0.02 | 0.09 | 301.83 | 0.73 | 0.65 |
| Hex | E7 | 64 | E3 | 0 | 39 | 2 | 9 | 12E | 49 | 41 |
| Octal | 347 | 144 | 343 | 0 | 71 | 2 | 11 | 456 | 111 | 101 |
| Binary | 11100111 | 1100100 | 11100011 | 0 | 111001 | 10 | 1001 | 100101110 | 1001001 | 1000001 |
Color Harmonies of #E764E3
Complementary color
Monochromatic Colors of #E764E3
Black with #E764E3
Text Example
Text Example
White with #E764E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764E3; }
p { color: rgb(231,100,227); }
H1.HeaderClassName
{
color: #E764E3;
}
.AnyTagClassName
{
color: #E764E3;
}
</style>
background-color css
<style>
a { background-color: #E764E3; }
a { background-color: rgb(231,100,227); }
div.DivClassName
{
background-color: #E764E3;
}
.BgClassName
{
background-color: #E764E3;
}
</style>
border-color css
<style>
span { border-color: #E764E3; }
span { border-color: rgb(231,100,227); }
td.TdClassName
{
border-color: #E764E3;
}
.TagClassName
{
border-color: #E764E3;
}
</style>