Html Css Color HEX #E656DC Free Speech Magenta
📋 copy color: '#E656DC'red 230 ◦ green 86 ◦ blue 220
Shades of Free Speech Magenta #E656DC
Tints of Free Speech Magenta #E656DC
RGB
CMYK
RGB Variations
Color information
#E656DC (or 0xE656DC) is known color: Free Speech Magenta. HEX triplet: E6, 56 and DC. RGB value is (230,86,220). Sum of RGB (Red+Green+Blue) = 230+86+220=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E656DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E656DC is #19A923. Grayscale: #8F8F8F. Windows color (decimal): -1681700 or 14440166. OLE color: 14440166.
HSL color Cylindrical-coordinate representation of color #E656DC: hue angle of 304.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E656DC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 220 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.10 |
| HSL | 304.17º | 0.74% | 0.62% | - |
| HSV(B) | 304.17º | 0.63% | 0.9% | - |
| XYZ | 48.88 | 28.65 | 70.66 | - |
| YUV | 144.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 220 | 0 | 0.63 | 0.04 | 0.10 | 304.17 | 0.74 | 0.62 |
| Hex | E6 | 56 | DC | 0 | 3F | 4 | A | 130 | 4A | 3E |
| Octal | 346 | 126 | 334 | 0 | 77 | 4 | 12 | 460 | 112 | 76 |
| Binary | 11100110 | 1010110 | 11011100 | 0 | 111111 | 100 | 1010 | 100110000 | 1001010 | 111110 |
Color Harmonies of #E656DC
Complementary color
Monochromatic Colors of #E656DC
Black with #E656DC
Text Example
Text Example
White with #E656DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E656DC; }
p { color: rgb(230,86,220); }
H1.HeaderClassName
{
color: #E656DC;
}
.AnyTagClassName
{
color: #E656DC;
}
</style>
background-color css
<style>
a { background-color: #E656DC; }
a { background-color: rgb(230,86,220); }
div.DivClassName
{
background-color: #E656DC;
}
.BgClassName
{
background-color: #E656DC;
}
</style>
border-color css
<style>
span { border-color: #E656DC; }
span { border-color: rgb(230,86,220); }
td.TdClassName
{
border-color: #E656DC;
}
.TagClassName
{
border-color: #E656DC;
}
</style>