Html Css Color HEX #E55ADE Free Speech Magenta
📋 copy color: '#E55ADE'red 229 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #E55ADE
Tints of Free Speech Magenta #E55ADE
RGB
CMYK
RGB Variations
Color information
#E55ADE (or 0xE55ADE) is known color: Free Speech Magenta. HEX triplet: E5, 5A and DE. RGB value is (229,90,222). Sum of RGB (Red+Green+Blue) = 229+90+222=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ADE is #1AA521. Grayscale: #929292. Windows color (decimal): -1746210 or 14572261. OLE color: 14572261.
HSL color Cylindrical-coordinate representation of color #E55ADE: hue angle of 303.02º 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 #E55ADE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 222 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.10 |
| HSL | 303.02º | 0.73% | 0.63% | - |
| HSV(B) | 303.02º | 0.61% | 0.9% | - |
| XYZ | 49.15 | 29.24 | 72.16 | - |
| YUV | 146.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 222 | 0 | 0.61 | 0.03 | 0.10 | 303.02 | 0.73 | 0.63 |
| Hex | E5 | 5A | DE | 0 | 3D | 3 | A | 12F | 49 | 3F |
| Octal | 345 | 132 | 336 | 0 | 75 | 3 | 12 | 457 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11011110 | 0 | 111101 | 11 | 1010 | 100101111 | 1001001 | 111111 |
Color Harmonies of #E55ADE
Complementary color
Monochromatic Colors of #E55ADE
Black with #E55ADE
Text Example
Text Example
White with #E55ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ADE; }
p { color: rgb(229,90,222); }
H1.HeaderClassName
{
color: #E55ADE;
}
.AnyTagClassName
{
color: #E55ADE;
}
</style>
background-color css
<style>
a { background-color: #E55ADE; }
a { background-color: rgb(229,90,222); }
div.DivClassName
{
background-color: #E55ADE;
}
.BgClassName
{
background-color: #E55ADE;
}
</style>
border-color css
<style>
span { border-color: #E55ADE; }
span { border-color: rgb(229,90,222); }
td.TdClassName
{
border-color: #E55ADE;
}
.TagClassName
{
border-color: #E55ADE;
}
</style>