Html Css Color HEX #E540EE Free Speech Magenta
📋 copy color: '#E540EE'red 229 ◦ green 64 ◦ blue 238
Shades of Free Speech Magenta #E540EE
Tints of Free Speech Magenta #E540EE
RGB
CMYK
RGB Variations
Color information
#E540EE (or 0xE540EE) is known color: Free Speech Magenta. HEX triplet: E5, 40 and EE. RGB value is (229,64,238). Sum of RGB (Red+Green+Blue) = 229+64+238=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #E540EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540EE is #1ABF11. Grayscale: #848484. Windows color (decimal): -1752850 or 15614181. OLE color: 15614181.
HSL color Cylindrical-coordinate representation of color #E540EE: hue angle of 296.9º 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 #E540EE is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 64 | 238 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.07 |
| HSL | 296.9º | 0.84% | 0.59% | - |
| HSV(B) | 296.9º | 0.73% | 0.93% | - |
| XYZ | 49.58 | 26.5 | 83.39 | - |
| YUV | 133.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 238 | 0.04 | 0.73 | 0 | 0.07 | 296.9 | 0.84 | 0.59 |
| Hex | E5 | 40 | EE | 4 | 49 | 0 | 7 | 129 | 54 | 3B |
| Octal | 345 | 100 | 356 | 4 | 111 | 0 | 7 | 451 | 124 | 73 |
| Binary | 11100101 | 1000000 | 11101110 | 100 | 1001001 | 0 | 111 | 100101001 | 1010100 | 111011 |
Color Harmonies of #E540EE
Complementary color
Monochromatic Colors of #E540EE
Black with #E540EE
Text Example
Text Example
White with #E540EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540EE; }
p { color: rgb(229,64,238); }
H1.HeaderClassName
{
color: #E540EE;
}
.AnyTagClassName
{
color: #E540EE;
}
</style>
background-color css
<style>
a { background-color: #E540EE; }
a { background-color: rgb(229,64,238); }
div.DivClassName
{
background-color: #E540EE;
}
.BgClassName
{
background-color: #E540EE;
}
</style>
border-color css
<style>
span { border-color: #E540EE; }
span { border-color: rgb(229,64,238); }
td.TdClassName
{
border-color: #E540EE;
}
.TagClassName
{
border-color: #E540EE;
}
</style>