Html Css Color HEX #E55AED Free Speech Magenta
📋 copy color: '#E55AED'red 229 ◦ green 90 ◦ blue 237
Shades of Free Speech Magenta #E55AED
Tints of Free Speech Magenta #E55AED
RGB
CMYK
RGB Variations
Color information
#E55AED (or 0xE55AED) is known color: Free Speech Magenta. HEX triplet: E5, 5A and ED. RGB value is (229,90,237). Sum of RGB (Red+Green+Blue) = 229+90+237=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #E55AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AED is #1AA512. Grayscale: #939393. Windows color (decimal): -1746195 or 15555301. OLE color: 15555301.
HSL color Cylindrical-coordinate representation of color #E55AED: hue angle of 296.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55AED is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 90 | 237 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.07 |
| HSL | 296.73º | 0.8% | 0.64% | - |
| HSV(B) | 296.73º | 0.62% | 0.93% | - |
| XYZ | 51.26 | 30.08 | 83.23 | - |
| YUV | 148.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 237 | 0.03 | 0.62 | 0 | 0.07 | 296.73 | 0.8 | 0.64 |
| Hex | E5 | 5A | ED | 3 | 3E | 0 | 7 | 129 | 50 | 40 |
| Octal | 345 | 132 | 355 | 3 | 76 | 0 | 7 | 451 | 120 | 100 |
| Binary | 11100101 | 1011010 | 11101101 | 11 | 111110 | 0 | 111 | 100101001 | 1010000 | 1000000 |
Color Harmonies of #E55AED
Complementary color
Monochromatic Colors of #E55AED
Black with #E55AED
Text Example
Text Example
White with #E55AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AED; }
p { color: rgb(229,90,237); }
H1.HeaderClassName
{
color: #E55AED;
}
.AnyTagClassName
{
color: #E55AED;
}
</style>
background-color css
<style>
a { background-color: #E55AED; }
a { background-color: rgb(229,90,237); }
div.DivClassName
{
background-color: #E55AED;
}
.BgClassName
{
background-color: #E55AED;
}
</style>
border-color css
<style>
span { border-color: #E55AED; }
span { border-color: rgb(229,90,237); }
td.TdClassName
{
border-color: #E55AED;
}
.TagClassName
{
border-color: #E55AED;
}
</style>