Html Css Color HEX #E540ED Free Speech Magenta
📋 copy color: '#E540ED'red 229 ◦ green 64 ◦ blue 237
Shades of Free Speech Magenta #E540ED
Tints of Free Speech Magenta #E540ED
RGB
CMYK
RGB Variations
Color information
#E540ED (or 0xE540ED) is known color: Free Speech Magenta. HEX triplet: E5, 40 and ED. RGB value is (229,64,237). Sum of RGB (Red+Green+Blue) = 229+64+237=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #E540ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540ED is #1ABF12. Grayscale: #848484. Windows color (decimal): -1752851 or 15548645. OLE color: 15548645.
HSL color Cylindrical-coordinate representation of color #E540ED: hue angle of 297.23º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E540ED is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 64 | 237 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.07 |
| HSL | 297.23º | 0.83% | 0.59% | - |
| HSV(B) | 297.23º | 0.73% | 0.93% | - |
| XYZ | 49.43 | 26.44 | 82.62 | - |
| YUV | 133.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 237 | 0.03 | 0.73 | 0 | 0.07 | 297.23 | 0.83 | 0.59 |
| Hex | E5 | 40 | ED | 3 | 49 | 0 | 7 | 129 | 53 | 3B |
| Octal | 345 | 100 | 355 | 3 | 111 | 0 | 7 | 451 | 123 | 73 |
| Binary | 11100101 | 1000000 | 11101101 | 11 | 1001001 | 0 | 111 | 100101001 | 1010011 | 111011 |
Color Harmonies of #E540ED
Complementary color
Monochromatic Colors of #E540ED
Black with #E540ED
Text Example
Text Example
White with #E540ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540ED; }
p { color: rgb(229,64,237); }
H1.HeaderClassName
{
color: #E540ED;
}
.AnyTagClassName
{
color: #E540ED;
}
</style>
background-color css
<style>
a { background-color: #E540ED; }
a { background-color: rgb(229,64,237); }
div.DivClassName
{
background-color: #E540ED;
}
.BgClassName
{
background-color: #E540ED;
}
</style>
border-color css
<style>
span { border-color: #E540ED; }
span { border-color: rgb(229,64,237); }
td.TdClassName
{
border-color: #E540ED;
}
.TagClassName
{
border-color: #E540ED;
}
</style>