Html Css Color HEX #E54AED Free Speech Magenta
📋 copy color: '#E54AED'red 229 ◦ green 74 ◦ blue 237
Shades of Free Speech Magenta #E54AED
Tints of Free Speech Magenta #E54AED
RGB
CMYK
RGB Variations
Color information
#E54AED (or 0xE54AED) is known color: Free Speech Magenta. HEX triplet: E5, 4A and ED. RGB value is (229,74,237). Sum of RGB (Red+Green+Blue) = 229+74+237=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #E54AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AED is #1AB512. Grayscale: #8A8A8A. Windows color (decimal): -1750291 or 15551205. OLE color: 15551205.
HSL color Cylindrical-coordinate representation of color #E54AED: hue angle of 297.06º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54AED is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 74 | 237 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.07 |
| HSL | 297.06º | 0.82% | 0.61% | - |
| HSV(B) | 297.06º | 0.69% | 0.93% | - |
| XYZ | 50.05 | 27.67 | 82.82 | - |
| YUV | 138.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 237 | 0.03 | 0.69 | 0 | 0.07 | 297.06 | 0.82 | 0.61 |
| Hex | E5 | 4A | ED | 3 | 45 | 0 | 7 | 129 | 52 | 3D |
| Octal | 345 | 112 | 355 | 3 | 105 | 0 | 7 | 451 | 122 | 75 |
| Binary | 11100101 | 1001010 | 11101101 | 11 | 1000101 | 0 | 111 | 100101001 | 1010010 | 111101 |
Color Harmonies of #E54AED
Complementary color
Monochromatic Colors of #E54AED
Black with #E54AED
Text Example
Text Example
White with #E54AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AED; }
p { color: rgb(229,74,237); }
H1.HeaderClassName
{
color: #E54AED;
}
.AnyTagClassName
{
color: #E54AED;
}
</style>
background-color css
<style>
a { background-color: #E54AED; }
a { background-color: rgb(229,74,237); }
div.DivClassName
{
background-color: #E54AED;
}
.BgClassName
{
background-color: #E54AED;
}
</style>
border-color css
<style>
span { border-color: #E54AED; }
span { border-color: rgb(229,74,237); }
td.TdClassName
{
border-color: #E54AED;
}
.TagClassName
{
border-color: #E54AED;
}
</style>