Html Css Color HEX #E541D7 Free Speech Magenta
📋 copy color: '#E541D7'red 229 ◦ green 65 ◦ blue 215
Shades of Free Speech Magenta #E541D7
Tints of Free Speech Magenta #E541D7
RGB
CMYK
RGB Variations
Color information
#E541D7 (or 0xE541D7) is known color: Free Speech Magenta. HEX triplet: E5, 41 and D7. RGB value is (229,65,215). Sum of RGB (Red+Green+Blue) = 229+65+215=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E541D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541D7 is #1ABE28. Grayscale: #828282. Windows color (decimal): -1752617 or 14107109. OLE color: 14107109.
HSL color Cylindrical-coordinate representation of color #E541D7: hue angle of 305.12º 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 #E541D7 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 215 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.10 |
| HSL | 305.12º | 0.76% | 0.58% | - |
| HSV(B) | 305.12º | 0.72% | 0.9% | - |
| XYZ | 46.47 | 25.34 | 66.73 | - |
| YUV | 131.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 215 | 0 | 0.72 | 0.06 | 0.10 | 305.12 | 0.76 | 0.58 |
| Hex | E5 | 41 | D7 | 0 | 48 | 6 | A | 131 | 4C | 3A |
| Octal | 345 | 101 | 327 | 0 | 110 | 6 | 12 | 461 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11010111 | 0 | 1001000 | 110 | 1010 | 100110001 | 1001100 | 111010 |
Color Harmonies of #E541D7
Complementary color
Monochromatic Colors of #E541D7
Black with #E541D7
Text Example
Text Example
White with #E541D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541D7; }
p { color: rgb(229,65,215); }
H1.HeaderClassName
{
color: #E541D7;
}
.AnyTagClassName
{
color: #E541D7;
}
</style>
background-color css
<style>
a { background-color: #E541D7; }
a { background-color: rgb(229,65,215); }
div.DivClassName
{
background-color: #E541D7;
}
.BgClassName
{
background-color: #E541D7;
}
</style>
border-color css
<style>
span { border-color: #E541D7; }
span { border-color: rgb(229,65,215); }
td.TdClassName
{
border-color: #E541D7;
}
.TagClassName
{
border-color: #E541D7;
}
</style>