Html Css Color HEX #E756DC Free Speech Magenta
📋 copy color: '#E756DC'red 231 ◦ green 86 ◦ blue 220
Shades of Free Speech Magenta #E756DC
Tints of Free Speech Magenta #E756DC
RGB
CMYK
RGB Variations
Color information
#E756DC (or 0xE756DC) is known color: Free Speech Magenta. HEX triplet: E7, 56 and DC. RGB value is (231,86,220). Sum of RGB (Red+Green+Blue) = 231+86+220=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E756DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756DC is #18A923. Grayscale: #909090. Windows color (decimal): -1616164 or 14440167. OLE color: 14440167.
HSL color Cylindrical-coordinate representation of color #E756DC: hue angle of 304.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756DC is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 220 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.09 |
| HSL | 304.55º | 0.75% | 0.62% | - |
| HSV(B) | 304.55º | 0.63% | 0.91% | - |
| XYZ | 49.2 | 28.81 | 70.68 | - |
| YUV | 144.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 220 | 0 | 0.63 | 0.05 | 0.09 | 304.55 | 0.75 | 0.62 |
| Hex | E7 | 56 | DC | 0 | 3F | 5 | 9 | 131 | 4B | 3E |
| Octal | 347 | 126 | 334 | 0 | 77 | 5 | 11 | 461 | 113 | 76 |
| Binary | 11100111 | 1010110 | 11011100 | 0 | 111111 | 101 | 1001 | 100110001 | 1001011 | 111110 |
Color Harmonies of #E756DC
Complementary color
Monochromatic Colors of #E756DC
Black with #E756DC
Text Example
Text Example
White with #E756DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756DC; }
p { color: rgb(231,86,220); }
H1.HeaderClassName
{
color: #E756DC;
}
.AnyTagClassName
{
color: #E756DC;
}
</style>
background-color css
<style>
a { background-color: #E756DC; }
a { background-color: rgb(231,86,220); }
div.DivClassName
{
background-color: #E756DC;
}
.BgClassName
{
background-color: #E756DC;
}
</style>
border-color css
<style>
span { border-color: #E756DC; }
span { border-color: rgb(231,86,220); }
td.TdClassName
{
border-color: #E756DC;
}
.TagClassName
{
border-color: #E756DC;
}
</style>