Html Css Color HEX #E540CD Free Speech Magenta
📋 copy color: '#E540CD'red 229 ◦ green 64 ◦ blue 205
Shades of Free Speech Magenta #E540CD
Tints of Free Speech Magenta #E540CD
RGB
CMYK
RGB Variations
Color information
#E540CD (or 0xE540CD) is known color: Free Speech Magenta. HEX triplet: E5, 40 and CD. RGB value is (229,64,205). Sum of RGB (Red+Green+Blue) = 229+64+205=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E540CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540CD is #1ABF32. Grayscale: #818181. Windows color (decimal): -1752883 or 13451493. OLE color: 13451493.
HSL color Cylindrical-coordinate representation of color #E540CD: hue angle of 308.73º 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 #E540CD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 205 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.10 |
| HSL | 308.73º | 0.76% | 0.57% | - |
| HSV(B) | 308.73º | 0.72% | 0.9% | - |
| XYZ | 45.17 | 24.73 | 60.15 | - |
| YUV | 129.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 205 | 0 | 0.72 | 0.10 | 0.10 | 308.73 | 0.76 | 0.57 |
| Hex | E5 | 40 | CD | 0 | 48 | A | A | 135 | 4C | 39 |
| Octal | 345 | 100 | 315 | 0 | 110 | 12 | 12 | 465 | 114 | 71 |
| Binary | 11100101 | 1000000 | 11001101 | 0 | 1001000 | 1010 | 1010 | 100110101 | 1001100 | 111001 |
Color Harmonies of #E540CD
Complementary color
Monochromatic Colors of #E540CD
Black with #E540CD
Text Example
Text Example
White with #E540CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540CD; }
p { color: rgb(229,64,205); }
H1.HeaderClassName
{
color: #E540CD;
}
.AnyTagClassName
{
color: #E540CD;
}
</style>
background-color css
<style>
a { background-color: #E540CD; }
a { background-color: rgb(229,64,205); }
div.DivClassName
{
background-color: #E540CD;
}
.BgClassName
{
background-color: #E540CD;
}
</style>
border-color css
<style>
span { border-color: #E540CD; }
span { border-color: rgb(229,64,205); }
td.TdClassName
{
border-color: #E540CD;
}
.TagClassName
{
border-color: #E540CD;
}
</style>