Html Css Color HEX #E55ACE Free Speech Magenta
📋 copy color: '#E55ACE'red 229 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #E55ACE
Tints of Free Speech Magenta #E55ACE
RGB
CMYK
RGB Variations
Color information
#E55ACE (or 0xE55ACE) is known color: Free Speech Magenta. HEX triplet: E5, 5A and CE. RGB value is (229,90,206). Sum of RGB (Red+Green+Blue) = 229+90+206=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ACE is #1AA531. Grayscale: #909090. Windows color (decimal): -1746226 or 13523685. OLE color: 13523685.
HSL color Cylindrical-coordinate representation of color #E55ACE: hue angle of 309.93º 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 #E55ACE is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 206 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.10 |
| HSL | 309.93º | 0.73% | 0.63% | - |
| HSV(B) | 309.93º | 0.61% | 0.9% | - |
| XYZ | 47.11 | 28.43 | 61.4 | - |
| YUV | 144.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 206 | 0 | 0.61 | 0.10 | 0.10 | 309.93 | 0.73 | 0.63 |
| Hex | E5 | 5A | CE | 0 | 3D | A | A | 136 | 49 | 3F |
| Octal | 345 | 132 | 316 | 0 | 75 | 12 | 12 | 466 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11001110 | 0 | 111101 | 1010 | 1010 | 100110110 | 1001001 | 111111 |
Color Harmonies of #E55ACE
Complementary color
Monochromatic Colors of #E55ACE
Black with #E55ACE
Text Example
Text Example
White with #E55ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ACE; }
p { color: rgb(229,90,206); }
H1.HeaderClassName
{
color: #E55ACE;
}
.AnyTagClassName
{
color: #E55ACE;
}
</style>
background-color css
<style>
a { background-color: #E55ACE; }
a { background-color: rgb(229,90,206); }
div.DivClassName
{
background-color: #E55ACE;
}
.BgClassName
{
background-color: #E55ACE;
}
</style>
border-color css
<style>
span { border-color: #E55ACE; }
span { border-color: rgb(229,90,206); }
td.TdClassName
{
border-color: #E55ACE;
}
.TagClassName
{
border-color: #E55ACE;
}
</style>