Html Css Color HEX #E659DA Free Speech Magenta
📋 copy color: '#E659DA'red 230 ◦ green 89 ◦ blue 218
Shades of Free Speech Magenta #E659DA
Tints of Free Speech Magenta #E659DA
RGB
CMYK
RGB Variations
Color information
#E659DA (or 0xE659DA) is known color: Free Speech Magenta. HEX triplet: E6, 59 and DA. RGB value is (230,89,218). Sum of RGB (Red+Green+Blue) = 230+89+218=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E659DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E659DA is #19A625. Grayscale: #919191. Windows color (decimal): -1680934 or 14309862. OLE color: 14309862.
HSL color Cylindrical-coordinate representation of color #E659DA: hue angle of 305.11º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E659DA is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 218 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.10 |
| HSL | 305.11º | 0.74% | 0.63% | - |
| HSV(B) | 305.11º | 0.61% | 0.9% | - |
| XYZ | 48.86 | 29.03 | 69.36 | - |
| YUV | 145.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 218 | 0 | 0.61 | 0.05 | 0.10 | 305.11 | 0.74 | 0.63 |
| Hex | E6 | 59 | DA | 0 | 3D | 5 | A | 131 | 4A | 3F |
| Octal | 346 | 131 | 332 | 0 | 75 | 5 | 12 | 461 | 112 | 77 |
| Binary | 11100110 | 1011001 | 11011010 | 0 | 111101 | 101 | 1010 | 100110001 | 1001010 | 111111 |
Color Harmonies of #E659DA
Complementary color
Monochromatic Colors of #E659DA
Black with #E659DA
Text Example
Text Example
White with #E659DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659DA; }
p { color: rgb(230,89,218); }
H1.HeaderClassName
{
color: #E659DA;
}
.AnyTagClassName
{
color: #E659DA;
}
</style>
background-color css
<style>
a { background-color: #E659DA; }
a { background-color: rgb(230,89,218); }
div.DivClassName
{
background-color: #E659DA;
}
.BgClassName
{
background-color: #E659DA;
}
</style>
border-color css
<style>
span { border-color: #E659DA; }
span { border-color: rgb(230,89,218); }
td.TdClassName
{
border-color: #E659DA;
}
.TagClassName
{
border-color: #E659DA;
}
</style>