Html Css Color HEX #E55ECE Free Speech Magenta
📋 copy color: '#E55ECE'red 229 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #E55ECE
Tints of Free Speech Magenta #E55ECE
RGB
CMYK
RGB Variations
Color information
#E55ECE (or 0xE55ECE) is known color: Free Speech Magenta. HEX triplet: E5, 5E and CE. RGB value is (229,94,206). Sum of RGB (Red+Green+Blue) = 229+94+206=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ECE is #1AA131. Grayscale: #929292. Windows color (decimal): -1745202 or 13524709. OLE color: 13524709.
HSL color Cylindrical-coordinate representation of color #E55ECE: hue angle of 310.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55ECE is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 206 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.10 |
| HSL | 310.22º | 0.72% | 0.63% | - |
| HSV(B) | 310.22º | 0.59% | 0.9% | - |
| XYZ | 47.46 | 29.12 | 61.51 | - |
| YUV | 147.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 206 | 0 | 0.59 | 0.10 | 0.10 | 310.22 | 0.72 | 0.63 |
| Hex | E5 | 5E | CE | 0 | 3B | A | A | 136 | 48 | 3F |
| Octal | 345 | 136 | 316 | 0 | 73 | 12 | 12 | 466 | 110 | 77 |
| Binary | 11100101 | 1011110 | 11001110 | 0 | 111011 | 1010 | 1010 | 100110110 | 1001000 | 111111 |
Color Harmonies of #E55ECE
Complementary color
Monochromatic Colors of #E55ECE
Black with #E55ECE
Text Example
Text Example
White with #E55ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ECE; }
p { color: rgb(229,94,206); }
H1.HeaderClassName
{
color: #E55ECE;
}
.AnyTagClassName
{
color: #E55ECE;
}
</style>
background-color css
<style>
a { background-color: #E55ECE; }
a { background-color: rgb(229,94,206); }
div.DivClassName
{
background-color: #E55ECE;
}
.BgClassName
{
background-color: #E55ECE;
}
</style>
border-color css
<style>
span { border-color: #E55ECE; }
span { border-color: rgb(229,94,206); }
td.TdClassName
{
border-color: #E55ECE;
}
.TagClassName
{
border-color: #E55ECE;
}
</style>