Html Css Color HEX #E531EE Free Speech Magenta
📋 copy color: '#E531EE'red 229 ◦ green 49 ◦ blue 238
Shades of Free Speech Magenta #E531EE
Tints of Free Speech Magenta #E531EE
RGB
CMYK
RGB Variations
Color information
#E531EE (or 0xE531EE) is known color: Free Speech Magenta. HEX triplet: E5, 31 and EE. RGB value is (229,49,238). Sum of RGB (Red+Green+Blue) = 229+49+238=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #E531EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531EE is #1ACE11. Grayscale: #7B7B7B. Windows color (decimal): -1756690 or 15610341. OLE color: 15610341.
HSL color Cylindrical-coordinate representation of color #E531EE: hue angle of 297.14º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531EE is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 49 | 238 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.07 |
| HSL | 297.14º | 0.85% | 0.56% | - |
| HSV(B) | 297.14º | 0.79% | 0.93% | - |
| XYZ | 48.84 | 25.03 | 83.15 | - |
| YUV | 124.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 238 | 0.04 | 0.79 | 0 | 0.07 | 297.14 | 0.85 | 0.56 |
| Hex | E5 | 31 | EE | 4 | 4F | 0 | 7 | 129 | 55 | 38 |
| Octal | 345 | 61 | 356 | 4 | 117 | 0 | 7 | 451 | 125 | 70 |
| Binary | 11100101 | 110001 | 11101110 | 100 | 1001111 | 0 | 111 | 100101001 | 1010101 | 111000 |
Color Harmonies of #E531EE
Complementary color
Monochromatic Colors of #E531EE
Black with #E531EE
Text Example
Text Example
White with #E531EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531EE; }
p { color: rgb(229,49,238); }
H1.HeaderClassName
{
color: #E531EE;
}
.AnyTagClassName
{
color: #E531EE;
}
</style>
background-color css
<style>
a { background-color: #E531EE; }
a { background-color: rgb(229,49,238); }
div.DivClassName
{
background-color: #E531EE;
}
.BgClassName
{
background-color: #E531EE;
}
</style>
border-color css
<style>
span { border-color: #E531EE; }
span { border-color: rgb(229,49,238); }
td.TdClassName
{
border-color: #E531EE;
}
.TagClassName
{
border-color: #E531EE;
}
</style>