Html Css Color HEX #E55ADA Free Speech Magenta
📋 copy color: '#E55ADA'red 229 ◦ green 90 ◦ blue 218
Shades of Free Speech Magenta #E55ADA
Tints of Free Speech Magenta #E55ADA
RGB
CMYK
RGB Variations
Color information
#E55ADA (or 0xE55ADA) is known color: Free Speech Magenta. HEX triplet: E5, 5A and DA. RGB value is (229,90,218). Sum of RGB (Red+Green+Blue) = 229+90+218=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ADA is #1AA525. Grayscale: #919191. Windows color (decimal): -1746214 or 14310117. OLE color: 14310117.
HSL color Cylindrical-coordinate representation of color #E55ADA: hue angle of 304.75º 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 #E55ADA is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 218 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.10 |
| HSL | 304.75º | 0.73% | 0.63% | - |
| HSV(B) | 304.75º | 0.61% | 0.9% | - |
| XYZ | 48.62 | 29.03 | 69.37 | - |
| YUV | 146.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 218 | 0 | 0.61 | 0.05 | 0.10 | 304.75 | 0.73 | 0.63 |
| Hex | E5 | 5A | DA | 0 | 3D | 5 | A | 131 | 49 | 3F |
| Octal | 345 | 132 | 332 | 0 | 75 | 5 | 12 | 461 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11011010 | 0 | 111101 | 101 | 1010 | 100110001 | 1001001 | 111111 |
Color Harmonies of #E55ADA
Complementary color
Monochromatic Colors of #E55ADA
Black with #E55ADA
Text Example
Text Example
White with #E55ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ADA; }
p { color: rgb(229,90,218); }
H1.HeaderClassName
{
color: #E55ADA;
}
.AnyTagClassName
{
color: #E55ADA;
}
</style>
background-color css
<style>
a { background-color: #E55ADA; }
a { background-color: rgb(229,90,218); }
div.DivClassName
{
background-color: #E55ADA;
}
.BgClassName
{
background-color: #E55ADA;
}
</style>
border-color css
<style>
span { border-color: #E55ADA; }
span { border-color: rgb(229,90,218); }
td.TdClassName
{
border-color: #E55ADA;
}
.TagClassName
{
border-color: #E55ADA;
}
</style>