Html Css Color HEX #E55CC0 Free Speech Magenta
📋 copy color: '#E55CC0'red 229 ◦ green 92 ◦ blue 192
Shades of Free Speech Magenta #E55CC0
Tints of Free Speech Magenta #E55CC0
RGB
CMYK
RGB Variations
Color information
#E55CC0 (or 0xE55CC0) is known color: Free Speech Magenta. HEX triplet: E5, 5C and C0. RGB value is (229,92,192). Sum of RGB (Red+Green+Blue) = 229+92+192=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CC0 is #1AA33F. Grayscale: #909090. Windows color (decimal): -1745728 or 12606693. OLE color: 12606693.
HSL color Cylindrical-coordinate representation of color #E55CC0: hue angle of 316.2º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CC0 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 192 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.10 |
| HSL | 316.2º | 0.72% | 0.63% | - |
| HSV(B) | 316.2º | 0.6% | 0.9% | - |
| XYZ | 45.65 | 28.12 | 52.89 | - |
| YUV | 144.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 192 | 0 | 0.60 | 0.16 | 0.10 | 316.2 | 0.72 | 0.63 |
| Hex | E5 | 5C | C0 | 0 | 3C | 10 | A | 13C | 48 | 3F |
| Octal | 345 | 134 | 300 | 0 | 74 | 20 | 12 | 474 | 110 | 77 |
| Binary | 11100101 | 1011100 | 11000000 | 0 | 111100 | 10000 | 1010 | 100111100 | 1001000 | 111111 |
Color Harmonies of #E55CC0
Complementary color
Monochromatic Colors of #E55CC0
Black with #E55CC0
Text Example
Text Example
White with #E55CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CC0; }
p { color: rgb(229,92,192); }
H1.HeaderClassName
{
color: #E55CC0;
}
.AnyTagClassName
{
color: #E55CC0;
}
</style>
background-color css
<style>
a { background-color: #E55CC0; }
a { background-color: rgb(229,92,192); }
div.DivClassName
{
background-color: #E55CC0;
}
.BgClassName
{
background-color: #E55CC0;
}
</style>
border-color css
<style>
span { border-color: #E55CC0; }
span { border-color: rgb(229,92,192); }
td.TdClassName
{
border-color: #E55CC0;
}
.TagClassName
{
border-color: #E55CC0;
}
</style>