Html Css Color HEX #E55EEA Free Speech Magenta
📋 copy color: '#E55EEA'red 229 ◦ green 94 ◦ blue 234
Shades of Free Speech Magenta #E55EEA
Tints of Free Speech Magenta #E55EEA
RGB
CMYK
RGB Variations
Color information
#E55EEA (or 0xE55EEA) is known color: Free Speech Magenta. HEX triplet: E5, 5E and EA. RGB value is (229,94,234). Sum of RGB (Red+Green+Blue) = 229+94+234=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #E55EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EEA is #1AA115. Grayscale: #959595. Windows color (decimal): -1745174 or 15359717. OLE color: 15359717.
HSL color Cylindrical-coordinate representation of color #E55EEA: hue angle of 297.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55EEA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 94 | 234 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.08 |
| HSL | 297.86º | 0.77% | 0.64% | - |
| HSV(B) | 297.86º | 0.6% | 0.92% | - |
| XYZ | 51.17 | 30.6 | 81.05 | - |
| YUV | 150.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 234 | 0.02 | 0.60 | 0 | 0.08 | 297.86 | 0.77 | 0.64 |
| Hex | E5 | 5E | EA | 2 | 3C | 0 | 8 | 12A | 4D | 40 |
| Octal | 345 | 136 | 352 | 2 | 74 | 0 | 10 | 452 | 115 | 100 |
| Binary | 11100101 | 1011110 | 11101010 | 10 | 111100 | 0 | 1000 | 100101010 | 1001101 | 1000000 |
Color Harmonies of #E55EEA
Complementary color
Monochromatic Colors of #E55EEA
Black with #E55EEA
Text Example
Text Example
White with #E55EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55EEA; }
p { color: rgb(229,94,234); }
H1.HeaderClassName
{
color: #E55EEA;
}
.AnyTagClassName
{
color: #E55EEA;
}
</style>
background-color css
<style>
a { background-color: #E55EEA; }
a { background-color: rgb(229,94,234); }
div.DivClassName
{
background-color: #E55EEA;
}
.BgClassName
{
background-color: #E55EEA;
}
</style>
border-color css
<style>
span { border-color: #E55EEA; }
span { border-color: rgb(229,94,234); }
td.TdClassName
{
border-color: #E55EEA;
}
.TagClassName
{
border-color: #E55EEA;
}
</style>