Html Css Color HEX #E544DC Free Speech Magenta
📋 copy color: '#E544DC'red 229 ◦ green 68 ◦ blue 220
Shades of Free Speech Magenta #E544DC
Tints of Free Speech Magenta #E544DC
RGB
CMYK
RGB Variations
Color information
#E544DC (or 0xE544DC) is known color: Free Speech Magenta. HEX triplet: E5, 44 and DC. RGB value is (229,68,220). Sum of RGB (Red+Green+Blue) = 229+68+220=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E544DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544DC is #1ABB23. Grayscale: #858585. Windows color (decimal): -1751844 or 14435557. OLE color: 14435557.
HSL color Cylindrical-coordinate representation of color #E544DC: hue angle of 303.35º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544DC is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 220 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.10 |
| HSL | 303.35º | 0.76% | 0.58% | - |
| HSV(B) | 303.35º | 0.7% | 0.9% | - |
| XYZ | 47.3 | 25.96 | 70.23 | - |
| YUV | 133.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 220 | 0 | 0.70 | 0.04 | 0.10 | 303.35 | 0.76 | 0.58 |
| Hex | E5 | 44 | DC | 0 | 46 | 4 | A | 12F | 4C | 3A |
| Octal | 345 | 104 | 334 | 0 | 106 | 4 | 12 | 457 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11011100 | 0 | 1000110 | 100 | 1010 | 100101111 | 1001100 | 111010 |
Color Harmonies of #E544DC
Complementary color
Monochromatic Colors of #E544DC
Black with #E544DC
Text Example
Text Example
White with #E544DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544DC; }
p { color: rgb(229,68,220); }
H1.HeaderClassName
{
color: #E544DC;
}
.AnyTagClassName
{
color: #E544DC;
}
</style>
background-color css
<style>
a { background-color: #E544DC; }
a { background-color: rgb(229,68,220); }
div.DivClassName
{
background-color: #E544DC;
}
.BgClassName
{
background-color: #E544DC;
}
</style>
border-color css
<style>
span { border-color: #E544DC; }
span { border-color: rgb(229,68,220); }
td.TdClassName
{
border-color: #E544DC;
}
.TagClassName
{
border-color: #E544DC;
}
</style>