Html Css Color HEX #E541EE Free Speech Magenta
📋 copy color: '#E541EE'red 229 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #E541EE
Tints of Free Speech Magenta #E541EE
RGB
CMYK
RGB Variations
Color information
#E541EE (or 0xE541EE) is known color: Free Speech Magenta. HEX triplet: E5, 41 and EE. RGB value is (229,65,238). Sum of RGB (Red+Green+Blue) = 229+65+238=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #E541EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541EE is #1ABE11. Grayscale: #858585. Windows color (decimal): -1752594 or 15614437. OLE color: 15614437.
HSL color Cylindrical-coordinate representation of color #E541EE: hue angle of 296.88º degrees, saturation: 0.84, 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 #E541EE is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 65 | 238 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.07 |
| HSL | 296.88º | 0.84% | 0.59% | - |
| HSV(B) | 296.88º | 0.73% | 0.93% | - |
| XYZ | 49.64 | 26.61 | 83.41 | - |
| YUV | 133.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 238 | 0.04 | 0.73 | 0 | 0.07 | 296.88 | 0.84 | 0.59 |
| Hex | E5 | 41 | EE | 4 | 49 | 0 | 7 | 129 | 54 | 3B |
| Octal | 345 | 101 | 356 | 4 | 111 | 0 | 7 | 451 | 124 | 73 |
| Binary | 11100101 | 1000001 | 11101110 | 100 | 1001001 | 0 | 111 | 100101001 | 1010100 | 111011 |
Color Harmonies of #E541EE
Complementary color
Monochromatic Colors of #E541EE
Black with #E541EE
Text Example
Text Example
White with #E541EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541EE; }
p { color: rgb(229,65,238); }
H1.HeaderClassName
{
color: #E541EE;
}
.AnyTagClassName
{
color: #E541EE;
}
</style>
background-color css
<style>
a { background-color: #E541EE; }
a { background-color: rgb(229,65,238); }
div.DivClassName
{
background-color: #E541EE;
}
.BgClassName
{
background-color: #E541EE;
}
</style>
border-color css
<style>
span { border-color: #E541EE; }
span { border-color: rgb(229,65,238); }
td.TdClassName
{
border-color: #E541EE;
}
.TagClassName
{
border-color: #E541EE;
}
</style>