Html Css Color HEX #E535EE Free Speech Magenta
📋 copy color: '#E535EE'red 229 ◦ green 53 ◦ blue 238
Shades of Free Speech Magenta #E535EE
Tints of Free Speech Magenta #E535EE
RGB
CMYK
RGB Variations
Color information
#E535EE (or 0xE535EE) is known color: Free Speech Magenta. HEX triplet: E5, 35 and EE. RGB value is (229,53,238). Sum of RGB (Red+Green+Blue) = 229+53+238=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #E535EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E535EE is #1ACA11. Grayscale: #7E7E7E. Windows color (decimal): -1755666 or 15611365. OLE color: 15611365.
HSL color Cylindrical-coordinate representation of color #E535EE: hue angle of 297.08º degrees, saturation: 0.84, 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 #E535EE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 53 | 238 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.07 |
| HSL | 297.08º | 0.84% | 0.57% | - |
| HSV(B) | 297.08º | 0.78% | 0.93% | - |
| XYZ | 49.02 | 25.38 | 83.2 | - |
| YUV | 126.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 238 | 0.04 | 0.78 | 0 | 0.07 | 297.08 | 0.84 | 0.57 |
| Hex | E5 | 35 | EE | 4 | 4E | 0 | 7 | 129 | 54 | 39 |
| Octal | 345 | 65 | 356 | 4 | 116 | 0 | 7 | 451 | 124 | 71 |
| Binary | 11100101 | 110101 | 11101110 | 100 | 1001110 | 0 | 111 | 100101001 | 1010100 | 111001 |
Color Harmonies of #E535EE
Complementary color
Monochromatic Colors of #E535EE
Black with #E535EE
Text Example
Text Example
White with #E535EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E535EE; }
p { color: rgb(229,53,238); }
H1.HeaderClassName
{
color: #E535EE;
}
.AnyTagClassName
{
color: #E535EE;
}
</style>
background-color css
<style>
a { background-color: #E535EE; }
a { background-color: rgb(229,53,238); }
div.DivClassName
{
background-color: #E535EE;
}
.BgClassName
{
background-color: #E535EE;
}
</style>
border-color css
<style>
span { border-color: #E535EE; }
span { border-color: rgb(229,53,238); }
td.TdClassName
{
border-color: #E535EE;
}
.TagClassName
{
border-color: #E535EE;
}
</style>