Html Css Color HEX #E849DC Free Speech Magenta
📋 copy color: '#E849DC'red 232 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #E849DC
Tints of Free Speech Magenta #E849DC
RGB
CMYK
RGB Variations
Color information
#E849DC (or 0xE849DC) is known color: Free Speech Magenta. HEX triplet: E8, 49 and DC. RGB value is (232,73,220). Sum of RGB (Red+Green+Blue) = 232+73+220=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E849DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849DC is #17B623. Grayscale: #888888. Windows color (decimal): -1553956 or 14436840. OLE color: 14436840.
HSL color Cylindrical-coordinate representation of color #E849DC: hue angle of 304.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849DC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 220 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.09 |
| HSL | 304.53º | 0.78% | 0.6% | - |
| HSV(B) | 304.53º | 0.69% | 0.91% | - |
| XYZ | 48.58 | 27.09 | 70.38 | - |
| YUV | 137.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 220 | 0 | 0.69 | 0.05 | 0.09 | 304.53 | 0.78 | 0.6 |
| Hex | E8 | 49 | DC | 0 | 45 | 5 | 9 | 131 | 4E | 3C |
| Octal | 350 | 111 | 334 | 0 | 105 | 5 | 11 | 461 | 116 | 74 |
| Binary | 11101000 | 1001001 | 11011100 | 0 | 1000101 | 101 | 1001 | 100110001 | 1001110 | 111100 |
Color Harmonies of #E849DC
Complementary color
Monochromatic Colors of #E849DC
Black with #E849DC
Text Example
Text Example
White with #E849DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849DC; }
p { color: rgb(232,73,220); }
H1.HeaderClassName
{
color: #E849DC;
}
.AnyTagClassName
{
color: #E849DC;
}
</style>
background-color css
<style>
a { background-color: #E849DC; }
a { background-color: rgb(232,73,220); }
div.DivClassName
{
background-color: #E849DC;
}
.BgClassName
{
background-color: #E849DC;
}
</style>
border-color css
<style>
span { border-color: #E849DC; }
span { border-color: rgb(232,73,220); }
td.TdClassName
{
border-color: #E849DC;
}
.TagClassName
{
border-color: #E849DC;
}
</style>