Html Css Color HEX #E540D5 Free Speech Magenta
📋 copy color: '#E540D5'red 229 ◦ green 64 ◦ blue 213
Shades of Free Speech Magenta #E540D5
Tints of Free Speech Magenta #E540D5
RGB
CMYK
RGB Variations
Color information
#E540D5 (or 0xE540D5) is known color: Free Speech Magenta. HEX triplet: E5, 40 and D5. RGB value is (229,64,213). Sum of RGB (Red+Green+Blue) = 229+64+213=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E540D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540D5 is #1ABF2A. Grayscale: #818181. Windows color (decimal): -1752875 or 13975781. OLE color: 13975781.
HSL color Cylindrical-coordinate representation of color #E540D5: hue angle of 305.82º 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 #E540D5 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 213 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.10 |
| HSL | 305.82º | 0.76% | 0.57% | - |
| HSV(B) | 305.82º | 0.72% | 0.9% | - |
| XYZ | 46.16 | 25.13 | 65.37 | - |
| YUV | 130.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 213 | 0 | 0.72 | 0.07 | 0.10 | 305.82 | 0.76 | 0.57 |
| Hex | E5 | 40 | D5 | 0 | 48 | 7 | A | 132 | 4C | 39 |
| Octal | 345 | 100 | 325 | 0 | 110 | 7 | 12 | 462 | 114 | 71 |
| Binary | 11100101 | 1000000 | 11010101 | 0 | 1001000 | 111 | 1010 | 100110010 | 1001100 | 111001 |
Color Harmonies of #E540D5
Complementary color
Monochromatic Colors of #E540D5
Black with #E540D5
Text Example
Text Example
White with #E540D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540D5; }
p { color: rgb(229,64,213); }
H1.HeaderClassName
{
color: #E540D5;
}
.AnyTagClassName
{
color: #E540D5;
}
</style>
background-color css
<style>
a { background-color: #E540D5; }
a { background-color: rgb(229,64,213); }
div.DivClassName
{
background-color: #E540D5;
}
.BgClassName
{
background-color: #E540D5;
}
</style>
border-color css
<style>
span { border-color: #E540D5; }
span { border-color: rgb(229,64,213); }
td.TdClassName
{
border-color: #E540D5;
}
.TagClassName
{
border-color: #E540D5;
}
</style>