Html Css Color HEX #E859DA Free Speech Magenta
📋 copy color: '#E859DA'red 232 ◦ green 89 ◦ blue 218
Shades of Free Speech Magenta #E859DA
Tints of Free Speech Magenta #E859DA
RGB
CMYK
RGB Variations
Color information
#E859DA (or 0xE859DA) is known color: Free Speech Magenta. HEX triplet: E8, 59 and DA. RGB value is (232,89,218). Sum of RGB (Red+Green+Blue) = 232+89+218=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E859DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E859DA is #17A625. Grayscale: #929292. Windows color (decimal): -1549862 or 14309864. OLE color: 14309864.
HSL color Cylindrical-coordinate representation of color #E859DA: hue angle of 305.87º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E859DA is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 218 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.09 |
| HSL | 305.87º | 0.76% | 0.63% | - |
| HSV(B) | 305.87º | 0.62% | 0.91% | - |
| XYZ | 49.51 | 29.36 | 69.39 | - |
| YUV | 146.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 218 | 0 | 0.62 | 0.06 | 0.09 | 305.87 | 0.76 | 0.63 |
| Hex | E8 | 59 | DA | 0 | 3E | 6 | 9 | 132 | 4C | 3F |
| Octal | 350 | 131 | 332 | 0 | 76 | 6 | 11 | 462 | 114 | 77 |
| Binary | 11101000 | 1011001 | 11011010 | 0 | 111110 | 110 | 1001 | 100110010 | 1001100 | 111111 |
Color Harmonies of #E859DA
Complementary color
Monochromatic Colors of #E859DA
Black with #E859DA
Text Example
Text Example
White with #E859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E859DA; }
p { color: rgb(232,89,218); }
H1.HeaderClassName
{
color: #E859DA;
}
.AnyTagClassName
{
color: #E859DA;
}
</style>
background-color css
<style>
a { background-color: #E859DA; }
a { background-color: rgb(232,89,218); }
div.DivClassName
{
background-color: #E859DA;
}
.BgClassName
{
background-color: #E859DA;
}
</style>
border-color css
<style>
span { border-color: #E859DA; }
span { border-color: rgb(232,89,218); }
td.TdClassName
{
border-color: #E859DA;
}
.TagClassName
{
border-color: #E859DA;
}
</style>