Html Css Color HEX #E540DF Free Speech Magenta
📋 copy color: '#E540DF'red 229 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #E540DF
Tints of Free Speech Magenta #E540DF
RGB
CMYK
RGB Variations
Color information
#E540DF (or 0xE540DF) is known color: Free Speech Magenta. HEX triplet: E5, 40 and DF. RGB value is (229,64,223). Sum of RGB (Red+Green+Blue) = 229+64+223=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DF is #1ABF20. Grayscale: #828282. Windows color (decimal): -1752865 or 14631141. OLE color: 14631141.
HSL color Cylindrical-coordinate representation of color #E540DF: hue angle of 302.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540DF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 223 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.10 |
| HSL | 302.18º | 0.76% | 0.57% | - |
| HSV(B) | 302.18º | 0.72% | 0.9% | - |
| XYZ | 47.47 | 25.65 | 72.26 | - |
| YUV | 131.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 223 | 0 | 0.72 | 0.03 | 0.10 | 302.18 | 0.76 | 0.57 |
| Hex | E5 | 40 | DF | 0 | 48 | 3 | A | 12E | 4C | 39 |
| Octal | 345 | 100 | 337 | 0 | 110 | 3 | 12 | 456 | 114 | 71 |
| Binary | 11100101 | 1000000 | 11011111 | 0 | 1001000 | 11 | 1010 | 100101110 | 1001100 | 111001 |
Color Harmonies of #E540DF
Complementary color
Monochromatic Colors of #E540DF
Black with #E540DF
Text Example
Text Example
White with #E540DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540DF; }
p { color: rgb(229,64,223); }
H1.HeaderClassName
{
color: #E540DF;
}
.AnyTagClassName
{
color: #E540DF;
}
</style>
background-color css
<style>
a { background-color: #E540DF; }
a { background-color: rgb(229,64,223); }
div.DivClassName
{
background-color: #E540DF;
}
.BgClassName
{
background-color: #E540DF;
}
</style>
border-color css
<style>
span { border-color: #E540DF; }
span { border-color: rgb(229,64,223); }
td.TdClassName
{
border-color: #E540DF;
}
.TagClassName
{
border-color: #E540DF;
}
</style>