Html Css Color HEX #E659D6 Free Speech Magenta
📋 copy color: '#E659D6'red 230 ◦ green 89 ◦ blue 214
Shades of Free Speech Magenta #E659D6
Tints of Free Speech Magenta #E659D6
RGB
CMYK
RGB Variations
Color information
#E659D6 (or 0xE659D6) is known color: Free Speech Magenta. HEX triplet: E6, 59 and D6. RGB value is (230,89,214). Sum of RGB (Red+Green+Blue) = 230+89+214=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E659D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E659D6 is #19A629. Grayscale: #919191. Windows color (decimal): -1680938 or 14047718. OLE color: 14047718.
HSL color Cylindrical-coordinate representation of color #E659D6: hue angle of 306.81º 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 #E659D6 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 214 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.10 |
| HSL | 306.81º | 0.74% | 0.63% | - |
| HSV(B) | 306.81º | 0.61% | 0.9% | - |
| XYZ | 48.34 | 28.82 | 66.63 | - |
| YUV | 145.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 214 | 0 | 0.61 | 0.07 | 0.10 | 306.81 | 0.74 | 0.63 |
| Hex | E6 | 59 | D6 | 0 | 3D | 7 | A | 133 | 4A | 3F |
| Octal | 346 | 131 | 326 | 0 | 75 | 7 | 12 | 463 | 112 | 77 |
| Binary | 11100110 | 1011001 | 11010110 | 0 | 111101 | 111 | 1010 | 100110011 | 1001010 | 111111 |
Color Harmonies of #E659D6
Complementary color
Monochromatic Colors of #E659D6
Black with #E659D6
Text Example
Text Example
White with #E659D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659D6; }
p { color: rgb(230,89,214); }
H1.HeaderClassName
{
color: #E659D6;
}
.AnyTagClassName
{
color: #E659D6;
}
</style>
background-color css
<style>
a { background-color: #E659D6; }
a { background-color: rgb(230,89,214); }
div.DivClassName
{
background-color: #E659D6;
}
.BgClassName
{
background-color: #E659D6;
}
</style>
border-color css
<style>
span { border-color: #E659D6; }
span { border-color: rgb(230,89,214); }
td.TdClassName
{
border-color: #E659D6;
}
.TagClassName
{
border-color: #E659D6;
}
</style>