Html Css Color HEX #E534EA Free Speech Magenta
📋 copy color: '#E534EA'red 229 ◦ green 52 ◦ blue 234
Shades of Free Speech Magenta #E534EA
Tints of Free Speech Magenta #E534EA
RGB
CMYK
RGB Variations
Color information
#E534EA (or 0xE534EA) is known color: Free Speech Magenta. HEX triplet: E5, 34 and EA. RGB value is (229,52,234). Sum of RGB (Red+Green+Blue) = 229+52+234=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #E534EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534EA is #1ACB15. Grayscale: #7D7D7D. Windows color (decimal): -1755926 or 15348965. OLE color: 15348965.
HSL color Cylindrical-coordinate representation of color #E534EA: hue angle of 298.35º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E534EA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 52 | 234 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.08 |
| HSL | 298.35º | 0.81% | 0.56% | - |
| HSV(B) | 298.35º | 0.78% | 0.92% | - |
| XYZ | 48.39 | 25.05 | 80.13 | - |
| YUV | 125.67 | 189.14 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 234 | 0.02 | 0.78 | 0 | 0.08 | 298.35 | 0.81 | 0.56 |
| Hex | E5 | 34 | EA | 2 | 4E | 0 | 8 | 12A | 51 | 38 |
| Octal | 345 | 64 | 352 | 2 | 116 | 0 | 10 | 452 | 121 | 70 |
| Binary | 11100101 | 110100 | 11101010 | 10 | 1001110 | 0 | 1000 | 100101010 | 1010001 | 111000 |
Color Harmonies of #E534EA
Complementary color
Monochromatic Colors of #E534EA
Black with #E534EA
Text Example
Text Example
White with #E534EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534EA; }
p { color: rgb(229,52,234); }
H1.HeaderClassName
{
color: #E534EA;
}
.AnyTagClassName
{
color: #E534EA;
}
</style>
background-color css
<style>
a { background-color: #E534EA; }
a { background-color: rgb(229,52,234); }
div.DivClassName
{
background-color: #E534EA;
}
.BgClassName
{
background-color: #E534EA;
}
</style>
border-color css
<style>
span { border-color: #E534EA; }
span { border-color: rgb(229,52,234); }
td.TdClassName
{
border-color: #E534EA;
}
.TagClassName
{
border-color: #E534EA;
}
</style>