Html Css Color HEX #E539DC Free Speech Magenta
📋 copy color: '#E539DC'red 229 ◦ green 57 ◦ blue 220
Shades of Free Speech Magenta #E539DC
Tints of Free Speech Magenta #E539DC
RGB
CMYK
RGB Variations
Color information
#E539DC (or 0xE539DC) is known color: Free Speech Magenta. HEX triplet: E5, 39 and DC. RGB value is (229,57,220). Sum of RGB (Red+Green+Blue) = 229+57+220=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E539DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E539DC is #1AC623. Grayscale: #7E7E7E. Windows color (decimal): -1754660 or 14432741. OLE color: 14432741.
HSL color Cylindrical-coordinate representation of color #E539DC: hue angle of 303.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E539DC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 220 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.10 |
| HSL | 303.14º | 0.77% | 0.56% | - |
| HSV(B) | 303.14º | 0.75% | 0.9% | - |
| XYZ | 46.69 | 24.75 | 70.03 | - |
| YUV | 127.01 | 180.48 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 220 | 0 | 0.75 | 0.04 | 0.10 | 303.14 | 0.77 | 0.56 |
| Hex | E5 | 39 | DC | 0 | 4B | 4 | A | 12F | 4D | 38 |
| Octal | 345 | 71 | 334 | 0 | 113 | 4 | 12 | 457 | 115 | 70 |
| Binary | 11100101 | 111001 | 11011100 | 0 | 1001011 | 100 | 1010 | 100101111 | 1001101 | 111000 |
Color Harmonies of #E539DC
Complementary color
Monochromatic Colors of #E539DC
Black with #E539DC
Text Example
Text Example
White with #E539DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539DC; }
p { color: rgb(229,57,220); }
H1.HeaderClassName
{
color: #E539DC;
}
.AnyTagClassName
{
color: #E539DC;
}
</style>
background-color css
<style>
a { background-color: #E539DC; }
a { background-color: rgb(229,57,220); }
div.DivClassName
{
background-color: #E539DC;
}
.BgClassName
{
background-color: #E539DC;
}
</style>
border-color css
<style>
span { border-color: #E539DC; }
span { border-color: rgb(229,57,220); }
td.TdClassName
{
border-color: #E539DC;
}
.TagClassName
{
border-color: #E539DC;
}
</style>