Html Css Color HEX #E556C0 Free Speech Magenta
📋 copy color: '#E556C0'red 229 ◦ green 86 ◦ blue 192
Shades of Free Speech Magenta #E556C0
Tints of Free Speech Magenta #E556C0
RGB
CMYK
RGB Variations
Color information
#E556C0 (or 0xE556C0) is known color: Free Speech Magenta. HEX triplet: E5, 56 and C0. RGB value is (229,86,192). Sum of RGB (Red+Green+Blue) = 229+86+192=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E556C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E556C0 is #1AA93F. Grayscale: #8C8C8C. Windows color (decimal): -1747264 or 12605157. OLE color: 12605157.
HSL color Cylindrical-coordinate representation of color #E556C0: hue angle of 315.52º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E556C0 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 192 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.10 |
| HSL | 315.52º | 0.73% | 0.62% | - |
| HSV(B) | 315.52º | 0.62% | 0.9% | - |
| XYZ | 45.16 | 27.12 | 52.72 | - |
| YUV | 140.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 192 | 0 | 0.62 | 0.16 | 0.10 | 315.52 | 0.73 | 0.62 |
| Hex | E5 | 56 | C0 | 0 | 3E | 10 | A | 13C | 49 | 3E |
| Octal | 345 | 126 | 300 | 0 | 76 | 20 | 12 | 474 | 111 | 76 |
| Binary | 11100101 | 1010110 | 11000000 | 0 | 111110 | 10000 | 1010 | 100111100 | 1001001 | 111110 |
Color Harmonies of #E556C0
Complementary color
Monochromatic Colors of #E556C0
Black with #E556C0
Text Example
Text Example
White with #E556C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556C0; }
p { color: rgb(229,86,192); }
H1.HeaderClassName
{
color: #E556C0;
}
.AnyTagClassName
{
color: #E556C0;
}
</style>
background-color css
<style>
a { background-color: #E556C0; }
a { background-color: rgb(229,86,192); }
div.DivClassName
{
background-color: #E556C0;
}
.BgClassName
{
background-color: #E556C0;
}
</style>
border-color css
<style>
span { border-color: #E556C0; }
span { border-color: rgb(229,86,192); }
td.TdClassName
{
border-color: #E556C0;
}
.TagClassName
{
border-color: #E556C0;
}
</style>