Html Css Color HEX #E537EA Free Speech Magenta
📋 copy color: '#E537EA'red 229 ◦ green 55 ◦ blue 234
Shades of Free Speech Magenta #E537EA
Tints of Free Speech Magenta #E537EA
RGB
CMYK
RGB Variations
Color information
#E537EA (or 0xE537EA) is known color: Free Speech Magenta. HEX triplet: E5, 37 and EA. RGB value is (229,55,234). Sum of RGB (Red+Green+Blue) = 229+55+234=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #E537EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E537EA is #1AC815. Grayscale: #7E7E7E. Windows color (decimal): -1755158 or 15349733. OLE color: 15349733.
HSL color Cylindrical-coordinate representation of color #E537EA: hue angle of 298.32º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E537EA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 55 | 234 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.08 |
| HSL | 298.32º | 0.81% | 0.57% | - |
| HSV(B) | 298.32º | 0.76% | 0.92% | - |
| XYZ | 48.53 | 25.33 | 80.17 | - |
| YUV | 127.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 234 | 0.02 | 0.76 | 0 | 0.08 | 298.32 | 0.81 | 0.57 |
| Hex | E5 | 37 | EA | 2 | 4C | 0 | 8 | 12A | 51 | 39 |
| Octal | 345 | 67 | 352 | 2 | 114 | 0 | 10 | 452 | 121 | 71 |
| Binary | 11100101 | 110111 | 11101010 | 10 | 1001100 | 0 | 1000 | 100101010 | 1010001 | 111001 |
Color Harmonies of #E537EA
Complementary color
Monochromatic Colors of #E537EA
Black with #E537EA
Text Example
Text Example
White with #E537EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E537EA; }
p { color: rgb(229,55,234); }
H1.HeaderClassName
{
color: #E537EA;
}
.AnyTagClassName
{
color: #E537EA;
}
</style>
background-color css
<style>
a { background-color: #E537EA; }
a { background-color: rgb(229,55,234); }
div.DivClassName
{
background-color: #E537EA;
}
.BgClassName
{
background-color: #E537EA;
}
</style>
border-color css
<style>
span { border-color: #E537EA; }
span { border-color: rgb(229,55,234); }
td.TdClassName
{
border-color: #E537EA;
}
.TagClassName
{
border-color: #E537EA;
}
</style>