Html Css Color HEX #E541D8 Free Speech Magenta
📋 copy color: '#E541D8'red 229 ◦ green 65 ◦ blue 216
Shades of Free Speech Magenta #E541D8
Tints of Free Speech Magenta #E541D8
RGB
CMYK
RGB Variations
Color information
#E541D8 (or 0xE541D8) is known color: Free Speech Magenta. HEX triplet: E5, 41 and D8. RGB value is (229,65,216). Sum of RGB (Red+Green+Blue) = 229+65+216=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E541D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541D8 is #1ABE27. Grayscale: #828282. Windows color (decimal): -1752616 or 14172645. OLE color: 14172645.
HSL color Cylindrical-coordinate representation of color #E541D8: hue angle of 304.76º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541D8 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 216 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.10 |
| HSL | 304.76º | 0.76% | 0.58% | - |
| HSV(B) | 304.76º | 0.72% | 0.9% | - |
| XYZ | 46.6 | 25.4 | 67.41 | - |
| YUV | 131.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 216 | 0 | 0.72 | 0.06 | 0.10 | 304.76 | 0.76 | 0.58 |
| Hex | E5 | 41 | D8 | 0 | 48 | 6 | A | 131 | 4C | 3A |
| Octal | 345 | 101 | 330 | 0 | 110 | 6 | 12 | 461 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11011000 | 0 | 1001000 | 110 | 1010 | 100110001 | 1001100 | 111010 |
Color Harmonies of #E541D8
Complementary color
Monochromatic Colors of #E541D8
Black with #E541D8
Text Example
Text Example
White with #E541D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541D8; }
p { color: rgb(229,65,216); }
H1.HeaderClassName
{
color: #E541D8;
}
.AnyTagClassName
{
color: #E541D8;
}
</style>
background-color css
<style>
a { background-color: #E541D8; }
a { background-color: rgb(229,65,216); }
div.DivClassName
{
background-color: #E541D8;
}
.BgClassName
{
background-color: #E541D8;
}
</style>
border-color css
<style>
span { border-color: #E541D8; }
span { border-color: rgb(229,65,216); }
td.TdClassName
{
border-color: #E541D8;
}
.TagClassName
{
border-color: #E541D8;
}
</style>