Html Css Color HEX #E850DC Free Speech Magenta
📋 copy color: '#E850DC'red 232 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #E850DC
Tints of Free Speech Magenta #E850DC
RGB
CMYK
RGB Variations
Color information
#E850DC (or 0xE850DC) is known color: Free Speech Magenta. HEX triplet: E8, 50 and DC. RGB value is (232,80,220). Sum of RGB (Red+Green+Blue) = 232+80+220=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E850DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850DC is #17AF23. Grayscale: #8C8C8C. Windows color (decimal): -1552164 or 14438632. OLE color: 14438632.
HSL color Cylindrical-coordinate representation of color #E850DC: hue angle of 304.74º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850DC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 220 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.74º | 0.77% | 0.61% | - |
| HSV(B) | 304.74º | 0.66% | 0.91% | - |
| XYZ | 49.07 | 28.06 | 70.54 | - |
| YUV | 141.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 220 | 0 | 0.66 | 0.05 | 0.09 | 304.74 | 0.77 | 0.61 |
| Hex | E8 | 50 | DC | 0 | 42 | 5 | 9 | 131 | 4D | 3D |
| Octal | 350 | 120 | 334 | 0 | 102 | 5 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1010000 | 11011100 | 0 | 1000010 | 101 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E850DC
Complementary color
Monochromatic Colors of #E850DC
Black with #E850DC
Text Example
Text Example
White with #E850DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850DC; }
p { color: rgb(232,80,220); }
H1.HeaderClassName
{
color: #E850DC;
}
.AnyTagClassName
{
color: #E850DC;
}
</style>
background-color css
<style>
a { background-color: #E850DC; }
a { background-color: rgb(232,80,220); }
div.DivClassName
{
background-color: #E850DC;
}
.BgClassName
{
background-color: #E850DC;
}
</style>
border-color css
<style>
span { border-color: #E850DC; }
span { border-color: rgb(232,80,220); }
td.TdClassName
{
border-color: #E850DC;
}
.TagClassName
{
border-color: #E850DC;
}
</style>