Html Css Color HEX #E55ADC Free Speech Magenta
📋 copy color: '#E55ADC'red 229 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #E55ADC
Tints of Free Speech Magenta #E55ADC
RGB
CMYK
RGB Variations
Color information
#E55ADC (or 0xE55ADC) is known color: Free Speech Magenta. HEX triplet: E5, 5A and DC. RGB value is (229,90,220). Sum of RGB (Red+Green+Blue) = 229+90+220=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ADC is #1AA523. Grayscale: #929292. Windows color (decimal): -1746212 or 14441189. OLE color: 14441189.
HSL color Cylindrical-coordinate representation of color #E55ADC: hue angle of 303.88º 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 #E55ADC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 220 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.10 |
| HSL | 303.88º | 0.73% | 0.63% | - |
| HSV(B) | 303.88º | 0.61% | 0.9% | - |
| XYZ | 48.89 | 29.14 | 70.76 | - |
| YUV | 146.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 220 | 0 | 0.61 | 0.04 | 0.10 | 303.88 | 0.73 | 0.63 |
| Hex | E5 | 5A | DC | 0 | 3D | 4 | A | 130 | 49 | 3F |
| Octal | 345 | 132 | 334 | 0 | 75 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11011100 | 0 | 111101 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E55ADC
Complementary color
Monochromatic Colors of #E55ADC
Black with #E55ADC
Text Example
Text Example
White with #E55ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ADC; }
p { color: rgb(229,90,220); }
H1.HeaderClassName
{
color: #E55ADC;
}
.AnyTagClassName
{
color: #E55ADC;
}
</style>
background-color css
<style>
a { background-color: #E55ADC; }
a { background-color: rgb(229,90,220); }
div.DivClassName
{
background-color: #E55ADC;
}
.BgClassName
{
background-color: #E55ADC;
}
</style>
border-color css
<style>
span { border-color: #E55ADC; }
span { border-color: rgb(229,90,220); }
td.TdClassName
{
border-color: #E55ADC;
}
.TagClassName
{
border-color: #E55ADC;
}
</style>