Html Css Color HEX #E55CE9 Free Speech Magenta
📋 copy color: '#E55CE9'red 229 ◦ green 92 ◦ blue 233
Shades of Free Speech Magenta #E55CE9
Tints of Free Speech Magenta #E55CE9
RGB
CMYK
RGB Variations
Color information
#E55CE9 (or 0xE55CE9) is known color: Free Speech Magenta. HEX triplet: E5, 5C and E9. RGB value is (229,92,233). Sum of RGB (Red+Green+Blue) = 229+92+233=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #E55CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55CE9 is #1AA316. Grayscale: #949494. Windows color (decimal): -1745687 or 15293669. OLE color: 15293669.
HSL color Cylindrical-coordinate representation of color #E55CE9: hue angle of 298.3º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55CE9 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 92 | 233 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.09 |
| HSL | 298.3º | 0.76% | 0.64% | - |
| HSV(B) | 298.3º | 0.61% | 0.91% | - |
| XYZ | 50.85 | 30.2 | 80.24 | - |
| YUV | 149.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 233 | 0.02 | 0.61 | 0 | 0.09 | 298.3 | 0.76 | 0.64 |
| Hex | E5 | 5C | E9 | 2 | 3D | 0 | 9 | 12A | 4C | 40 |
| Octal | 345 | 134 | 351 | 2 | 75 | 0 | 11 | 452 | 114 | 100 |
| Binary | 11100101 | 1011100 | 11101001 | 10 | 111101 | 0 | 1001 | 100101010 | 1001100 | 1000000 |
Color Harmonies of #E55CE9
Complementary color
Monochromatic Colors of #E55CE9
Black with #E55CE9
Text Example
Text Example
White with #E55CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CE9; }
p { color: rgb(229,92,233); }
H1.HeaderClassName
{
color: #E55CE9;
}
.AnyTagClassName
{
color: #E55CE9;
}
</style>
background-color css
<style>
a { background-color: #E55CE9; }
a { background-color: rgb(229,92,233); }
div.DivClassName
{
background-color: #E55CE9;
}
.BgClassName
{
background-color: #E55CE9;
}
</style>
border-color css
<style>
span { border-color: #E55CE9; }
span { border-color: rgb(229,92,233); }
td.TdClassName
{
border-color: #E55CE9;
}
.TagClassName
{
border-color: #E55CE9;
}
</style>