Html Css Color HEX #E534EE Free Speech Magenta
📋 copy color: '#E534EE'red 229 ◦ green 52 ◦ blue 238
Shades of Free Speech Magenta #E534EE
Tints of Free Speech Magenta #E534EE
RGB
CMYK
RGB Variations
Color information
#E534EE (or 0xE534EE) is known color: Free Speech Magenta. HEX triplet: E5, 34 and EE. RGB value is (229,52,238). Sum of RGB (Red+Green+Blue) = 229+52+238=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #E534EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534EE is #1ACB11. Grayscale: #7D7D7D. Windows color (decimal): -1755922 or 15611109. OLE color: 15611109.
HSL color Cylindrical-coordinate representation of color #E534EE: hue angle of 297.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E534EE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 52 | 238 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.07 |
| HSL | 297.1º | 0.85% | 0.57% | - |
| HSV(B) | 297.1º | 0.78% | 0.93% | - |
| XYZ | 48.97 | 25.29 | 83.19 | - |
| YUV | 126.13 | 191.14 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 238 | 0.04 | 0.78 | 0 | 0.07 | 297.1 | 0.85 | 0.57 |
| Hex | E5 | 34 | EE | 4 | 4E | 0 | 7 | 129 | 55 | 39 |
| Octal | 345 | 64 | 356 | 4 | 116 | 0 | 7 | 451 | 125 | 71 |
| Binary | 11100101 | 110100 | 11101110 | 100 | 1001110 | 0 | 111 | 100101001 | 1010101 | 111001 |
Color Harmonies of #E534EE
Complementary color
Monochromatic Colors of #E534EE
Black with #E534EE
Text Example
Text Example
White with #E534EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534EE; }
p { color: rgb(229,52,238); }
H1.HeaderClassName
{
color: #E534EE;
}
.AnyTagClassName
{
color: #E534EE;
}
</style>
background-color css
<style>
a { background-color: #E534EE; }
a { background-color: rgb(229,52,238); }
div.DivClassName
{
background-color: #E534EE;
}
.BgClassName
{
background-color: #E534EE;
}
</style>
border-color css
<style>
span { border-color: #E534EE; }
span { border-color: rgb(229,52,238); }
td.TdClassName
{
border-color: #E534EE;
}
.TagClassName
{
border-color: #E534EE;
}
</style>