Html Css Color HEX #E541D0 Free Speech Magenta
📋 copy color: '#E541D0'red 229 ◦ green 65 ◦ blue 208
Shades of Free Speech Magenta #E541D0
Tints of Free Speech Magenta #E541D0
RGB
CMYK
RGB Variations
Color information
#E541D0 (or 0xE541D0) is known color: Free Speech Magenta. HEX triplet: E5, 41 and D0. RGB value is (229,65,208). Sum of RGB (Red+Green+Blue) = 229+65+208=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E541D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541D0 is #1ABE2F. Grayscale: #818181. Windows color (decimal): -1752624 or 13648357. OLE color: 13648357.
HSL color Cylindrical-coordinate representation of color #E541D0: hue angle of 307.68º 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 #E541D0 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 208 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.10 |
| HSL | 307.68º | 0.76% | 0.58% | - |
| HSV(B) | 307.68º | 0.72% | 0.9% | - |
| XYZ | 45.59 | 24.99 | 62.1 | - |
| YUV | 130.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 208 | 0 | 0.72 | 0.09 | 0.10 | 307.68 | 0.76 | 0.58 |
| Hex | E5 | 41 | D0 | 0 | 48 | 9 | A | 134 | 4C | 3A |
| Octal | 345 | 101 | 320 | 0 | 110 | 11 | 12 | 464 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11010000 | 0 | 1001000 | 1001 | 1010 | 100110100 | 1001100 | 111010 |
Color Harmonies of #E541D0
Complementary color
Monochromatic Colors of #E541D0
Black with #E541D0
Text Example
Text Example
White with #E541D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541D0; }
p { color: rgb(229,65,208); }
H1.HeaderClassName
{
color: #E541D0;
}
.AnyTagClassName
{
color: #E541D0;
}
</style>
background-color css
<style>
a { background-color: #E541D0; }
a { background-color: rgb(229,65,208); }
div.DivClassName
{
background-color: #E541D0;
}
.BgClassName
{
background-color: #E541D0;
}
</style>
border-color css
<style>
span { border-color: #E541D0; }
span { border-color: rgb(229,65,208); }
td.TdClassName
{
border-color: #E541D0;
}
.TagClassName
{
border-color: #E541D0;
}
</style>