Html Css Color HEX #E55AE0 Free Speech Magenta
📋 copy color: '#E55AE0'red 229 ◦ green 90 ◦ blue 224
Shades of Free Speech Magenta #E55AE0
Tints of Free Speech Magenta #E55AE0
RGB
CMYK
RGB Variations
Color information
#E55AE0 (or 0xE55AE0) is known color: Free Speech Magenta. HEX triplet: E5, 5A and E0. RGB value is (229,90,224). Sum of RGB (Red+Green+Blue) = 229+90+224=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AE0 is #1AA51F. Grayscale: #929292. Windows color (decimal): -1746208 or 14703333. OLE color: 14703333.
HSL color Cylindrical-coordinate representation of color #E55AE0: hue angle of 302.16º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AE0 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 224 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.10 |
| HSL | 302.16º | 0.73% | 0.63% | - |
| HSV(B) | 302.16º | 0.61% | 0.9% | - |
| XYZ | 49.42 | 29.35 | 73.58 | - |
| YUV | 146.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 224 | 0 | 0.61 | 0.02 | 0.10 | 302.16 | 0.73 | 0.63 |
| Hex | E5 | 5A | E0 | 0 | 3D | 2 | A | 12E | 49 | 3F |
| Octal | 345 | 132 | 340 | 0 | 75 | 2 | 12 | 456 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11100000 | 0 | 111101 | 10 | 1010 | 100101110 | 1001001 | 111111 |
Color Harmonies of #E55AE0
Complementary color
Monochromatic Colors of #E55AE0
Black with #E55AE0
Text Example
Text Example
White with #E55AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AE0; }
p { color: rgb(229,90,224); }
H1.HeaderClassName
{
color: #E55AE0;
}
.AnyTagClassName
{
color: #E55AE0;
}
</style>
background-color css
<style>
a { background-color: #E55AE0; }
a { background-color: rgb(229,90,224); }
div.DivClassName
{
background-color: #E55AE0;
}
.BgClassName
{
background-color: #E55AE0;
}
</style>
border-color css
<style>
span { border-color: #E55AE0; }
span { border-color: rgb(229,90,224); }
td.TdClassName
{
border-color: #E55AE0;
}
.TagClassName
{
border-color: #E55AE0;
}
</style>