Html Css Color HEX #E764D8 Free Speech Magenta
📋 copy color: '#E764D8'red 231 ◦ green 100 ◦ blue 216
Shades of Free Speech Magenta #E764D8
Tints of Free Speech Magenta #E764D8
RGB
CMYK
RGB Variations
Color information
#E764D8 (or 0xE764D8) is known color: Free Speech Magenta. HEX triplet: E7, 64 and D8. RGB value is (231,100,216). Sum of RGB (Red+Green+Blue) = 231+100+216=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E764D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764D8 is #189B27. Grayscale: #989898. Windows color (decimal): -1612584 or 14181607. OLE color: 14181607.
HSL color Cylindrical-coordinate representation of color #E764D8: hue angle of 306.87º 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 #E764D8 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 216 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.09 |
| HSL | 306.87º | 0.73% | 0.65% | - |
| HSV(B) | 306.87º | 0.57% | 0.91% | - |
| XYZ | 49.91 | 31.06 | 68.33 | - |
| YUV | 152.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 216 | 0 | 0.57 | 0.06 | 0.09 | 306.87 | 0.73 | 0.65 |
| Hex | E7 | 64 | D8 | 0 | 39 | 6 | 9 | 133 | 49 | 41 |
| Octal | 347 | 144 | 330 | 0 | 71 | 6 | 11 | 463 | 111 | 101 |
| Binary | 11100111 | 1100100 | 11011000 | 0 | 111001 | 110 | 1001 | 100110011 | 1001001 | 1000001 |
Color Harmonies of #E764D8
Complementary color
Monochromatic Colors of #E764D8
Black with #E764D8
Text Example
Text Example
White with #E764D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764D8; }
p { color: rgb(231,100,216); }
H1.HeaderClassName
{
color: #E764D8;
}
.AnyTagClassName
{
color: #E764D8;
}
</style>
background-color css
<style>
a { background-color: #E764D8; }
a { background-color: rgb(231,100,216); }
div.DivClassName
{
background-color: #E764D8;
}
.BgClassName
{
background-color: #E764D8;
}
</style>
border-color css
<style>
span { border-color: #E764D8; }
span { border-color: rgb(231,100,216); }
td.TdClassName
{
border-color: #E764D8;
}
.TagClassName
{
border-color: #E764D8;
}
</style>