Html Css Color HEX #E54EED Free Speech Magenta
📋 copy color: '#E54EED'red 229 ◦ green 78 ◦ blue 237
Shades of Free Speech Magenta #E54EED
Tints of Free Speech Magenta #E54EED
RGB
CMYK
RGB Variations
Color information
#E54EED (or 0xE54EED) is known color: Free Speech Magenta. HEX triplet: E5, 4E and ED. RGB value is (229,78,237). Sum of RGB (Red+Green+Blue) = 229+78+237=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #E54EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EED is #1AB112. Grayscale: #8C8C8C. Windows color (decimal): -1749267 or 15552229. OLE color: 15552229.
HSL color Cylindrical-coordinate representation of color #E54EED: hue angle of 296.98º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54EED is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 78 | 237 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.07 |
| HSL | 296.98º | 0.82% | 0.62% | - |
| HSV(B) | 296.98º | 0.67% | 0.93% | - |
| XYZ | 50.32 | 28.22 | 82.92 | - |
| YUV | 141.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 237 | 0.03 | 0.67 | 0 | 0.07 | 296.98 | 0.82 | 0.62 |
| Hex | E5 | 4E | ED | 3 | 43 | 0 | 7 | 129 | 52 | 3E |
| Octal | 345 | 116 | 355 | 3 | 103 | 0 | 7 | 451 | 122 | 76 |
| Binary | 11100101 | 1001110 | 11101101 | 11 | 1000011 | 0 | 111 | 100101001 | 1010010 | 111110 |
Color Harmonies of #E54EED
Complementary color
Monochromatic Colors of #E54EED
Black with #E54EED
Text Example
Text Example
White with #E54EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EED; }
p { color: rgb(229,78,237); }
H1.HeaderClassName
{
color: #E54EED;
}
.AnyTagClassName
{
color: #E54EED;
}
</style>
background-color css
<style>
a { background-color: #E54EED; }
a { background-color: rgb(229,78,237); }
div.DivClassName
{
background-color: #E54EED;
}
.BgClassName
{
background-color: #E54EED;
}
</style>
border-color css
<style>
span { border-color: #E54EED; }
span { border-color: rgb(229,78,237); }
td.TdClassName
{
border-color: #E54EED;
}
.TagClassName
{
border-color: #E54EED;
}
</style>