Html Css Color HEX #E55ACD Free Speech Magenta
📋 copy color: '#E55ACD'red 229 ◦ green 90 ◦ blue 205
Shades of Free Speech Magenta #E55ACD
Tints of Free Speech Magenta #E55ACD
RGB
CMYK
RGB Variations
Color information
#E55ACD (or 0xE55ACD) is known color: Free Speech Magenta. HEX triplet: E5, 5A and CD. RGB value is (229,90,205). Sum of RGB (Red+Green+Blue) = 229+90+205=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ACD is #1AA532. Grayscale: #909090. Windows color (decimal): -1746227 or 13458149. OLE color: 13458149.
HSL color Cylindrical-coordinate representation of color #E55ACD: hue angle of 310.36º 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 #E55ACD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 205 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.10 |
| HSL | 310.36º | 0.73% | 0.63% | - |
| HSV(B) | 310.36º | 0.61% | 0.9% | - |
| XYZ | 46.99 | 28.38 | 60.76 | - |
| YUV | 144.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 205 | 0 | 0.61 | 0.10 | 0.10 | 310.36 | 0.73 | 0.63 |
| Hex | E5 | 5A | CD | 0 | 3D | A | A | 136 | 49 | 3F |
| Octal | 345 | 132 | 315 | 0 | 75 | 12 | 12 | 466 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11001101 | 0 | 111101 | 1010 | 1010 | 100110110 | 1001001 | 111111 |
Color Harmonies of #E55ACD
Complementary color
Monochromatic Colors of #E55ACD
Black with #E55ACD
Text Example
Text Example
White with #E55ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ACD; }
p { color: rgb(229,90,205); }
H1.HeaderClassName
{
color: #E55ACD;
}
.AnyTagClassName
{
color: #E55ACD;
}
</style>
background-color css
<style>
a { background-color: #E55ACD; }
a { background-color: rgb(229,90,205); }
div.DivClassName
{
background-color: #E55ACD;
}
.BgClassName
{
background-color: #E55ACD;
}
</style>
border-color css
<style>
span { border-color: #E55ACD; }
span { border-color: rgb(229,90,205); }
td.TdClassName
{
border-color: #E55ACD;
}
.TagClassName
{
border-color: #E55ACD;
}
</style>