Html Css Color HEX #E541DC Free Speech Magenta
📋 copy color: '#E541DC'red 229 ◦ green 65 ◦ blue 220
Shades of Free Speech Magenta #E541DC
Tints of Free Speech Magenta #E541DC
RGB
CMYK
RGB Variations
Color information
#E541DC (or 0xE541DC) is known color: Free Speech Magenta. HEX triplet: E5, 41 and DC. RGB value is (229,65,220). Sum of RGB (Red+Green+Blue) = 229+65+220=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E541DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541DC is #1ABE23. Grayscale: #838383. Windows color (decimal): -1752612 or 14434789. OLE color: 14434789.
HSL color Cylindrical-coordinate representation of color #E541DC: hue angle of 303.29º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541DC is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 220 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.10 |
| HSL | 303.29º | 0.76% | 0.58% | - |
| HSV(B) | 303.29º | 0.72% | 0.9% | - |
| XYZ | 47.12 | 25.61 | 70.17 | - |
| YUV | 131.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 220 | 0 | 0.72 | 0.04 | 0.10 | 303.29 | 0.76 | 0.58 |
| Hex | E5 | 41 | DC | 0 | 48 | 4 | A | 12F | 4C | 3A |
| Octal | 345 | 101 | 334 | 0 | 110 | 4 | 12 | 457 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11011100 | 0 | 1001000 | 100 | 1010 | 100101111 | 1001100 | 111010 |
Color Harmonies of #E541DC
Complementary color
Monochromatic Colors of #E541DC
Black with #E541DC
Text Example
Text Example
White with #E541DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541DC; }
p { color: rgb(229,65,220); }
H1.HeaderClassName
{
color: #E541DC;
}
.AnyTagClassName
{
color: #E541DC;
}
</style>
background-color css
<style>
a { background-color: #E541DC; }
a { background-color: rgb(229,65,220); }
div.DivClassName
{
background-color: #E541DC;
}
.BgClassName
{
background-color: #E541DC;
}
</style>
border-color css
<style>
span { border-color: #E541DC; }
span { border-color: rgb(229,65,220); }
td.TdClassName
{
border-color: #E541DC;
}
.TagClassName
{
border-color: #E541DC;
}
</style>