Html Css Color HEX #E541E3 Free Speech Magenta
📋 copy color: '#E541E3'red 229 ◦ green 65 ◦ blue 227
Shades of Free Speech Magenta #E541E3
Tints of Free Speech Magenta #E541E3
RGB
CMYK
RGB Variations
Color information
#E541E3 (or 0xE541E3) is known color: Free Speech Magenta. HEX triplet: E5, 41 and E3. RGB value is (229,65,227). Sum of RGB (Red+Green+Blue) = 229+65+227=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E541E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541E3 is #1ABE1C. Grayscale: #848484. Windows color (decimal): -1752605 or 14893541. OLE color: 14893541.
HSL color Cylindrical-coordinate representation of color #E541E3: hue angle of 300.73º 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 #E541E3 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 227 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.10 |
| HSL | 300.73º | 0.76% | 0.58% | - |
| HSV(B) | 300.73º | 0.72% | 0.9% | - |
| XYZ | 48.07 | 25.98 | 75.16 | - |
| YUV | 132.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 227 | 0 | 0.72 | 0.01 | 0.10 | 300.73 | 0.76 | 0.58 |
| Hex | E5 | 41 | E3 | 0 | 48 | 1 | A | 12D | 4C | 3A |
| Octal | 345 | 101 | 343 | 0 | 110 | 1 | 12 | 455 | 114 | 72 |
| Binary | 11100101 | 1000001 | 11100011 | 0 | 1001000 | 1 | 1010 | 100101101 | 1001100 | 111010 |
Color Harmonies of #E541E3
Complementary color
Monochromatic Colors of #E541E3
Black with #E541E3
Text Example
Text Example
White with #E541E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541E3; }
p { color: rgb(229,65,227); }
H1.HeaderClassName
{
color: #E541E3;
}
.AnyTagClassName
{
color: #E541E3;
}
</style>
background-color css
<style>
a { background-color: #E541E3; }
a { background-color: rgb(229,65,227); }
div.DivClassName
{
background-color: #E541E3;
}
.BgClassName
{
background-color: #E541E3;
}
</style>
border-color css
<style>
span { border-color: #E541E3; }
span { border-color: rgb(229,65,227); }
td.TdClassName
{
border-color: #E541E3;
}
.TagClassName
{
border-color: #E541E3;
}
</style>