Html Css Color HEX #E540DA Free Speech Magenta
📋 copy color: '#E540DA'red 229 ◦ green 64 ◦ blue 218
Shades of Free Speech Magenta #E540DA
Tints of Free Speech Magenta #E540DA
RGB
CMYK
RGB Variations
Color information
#E540DA (or 0xE540DA) is known color: Free Speech Magenta. HEX triplet: E5, 40 and DA. RGB value is (229,64,218). Sum of RGB (Red+Green+Blue) = 229+64+218=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DA is #1ABF25. Grayscale: #828282. Windows color (decimal): -1752870 or 14303461. OLE color: 14303461.
HSL color Cylindrical-coordinate representation of color #E540DA: hue angle of 304º 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 #E540DA is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 218 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.10 |
| HSL | 304º | 0.76% | 0.57% | - |
| HSV(B) | 304º | 0.72% | 0.9% | - |
| XYZ | 46.8 | 25.39 | 68.76 | - |
| YUV | 130.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 218 | 0 | 0.72 | 0.05 | 0.10 | 304 | 0.76 | 0.57 |
| Hex | E5 | 40 | DA | 0 | 48 | 5 | A | 130 | 4C | 39 |
| Octal | 345 | 100 | 332 | 0 | 110 | 5 | 12 | 460 | 114 | 71 |
| Binary | 11100101 | 1000000 | 11011010 | 0 | 1001000 | 101 | 1010 | 100110000 | 1001100 | 111001 |
Color Harmonies of #E540DA
Complementary color
Monochromatic Colors of #E540DA
Black with #E540DA
Text Example
Text Example
White with #E540DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540DA; }
p { color: rgb(229,64,218); }
H1.HeaderClassName
{
color: #E540DA;
}
.AnyTagClassName
{
color: #E540DA;
}
</style>
background-color css
<style>
a { background-color: #E540DA; }
a { background-color: rgb(229,64,218); }
div.DivClassName
{
background-color: #E540DA;
}
.BgClassName
{
background-color: #E540DA;
}
</style>
border-color css
<style>
span { border-color: #E540DA; }
span { border-color: rgb(229,64,218); }
td.TdClassName
{
border-color: #E540DA;
}
.TagClassName
{
border-color: #E540DA;
}
</style>