Html Css Color HEX #E555BC Free Speech Magenta
📋 copy color: '#E555BC'red 229 ◦ green 85 ◦ blue 188
Shades of Free Speech Magenta #E555BC
Tints of Free Speech Magenta #E555BC
RGB
CMYK
RGB Variations
Color information
#E555BC (or 0xE555BC) is known color: Free Speech Magenta. HEX triplet: E5, 55 and BC. RGB value is (229,85,188). Sum of RGB (Red+Green+Blue) = 229+85+188=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E555BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555BC is #1AAA43. Grayscale: #8B8B8B. Windows color (decimal): -1747524 or 12342757. OLE color: 12342757.
HSL color Cylindrical-coordinate representation of color #E555BC: hue angle of 317.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555BC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 188 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.10 |
| HSL | 317.08º | 0.73% | 0.62% | - |
| HSV(B) | 317.08º | 0.63% | 0.9% | - |
| XYZ | 44.64 | 26.79 | 50.39 | - |
| YUV | 139.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 188 | 0 | 0.63 | 0.18 | 0.10 | 317.08 | 0.73 | 0.62 |
| Hex | E5 | 55 | BC | 0 | 3F | 12 | A | 13D | 49 | 3E |
| Octal | 345 | 125 | 274 | 0 | 77 | 22 | 12 | 475 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10111100 | 0 | 111111 | 10010 | 1010 | 100111101 | 1001001 | 111110 |
Color Harmonies of #E555BC
Complementary color
Monochromatic Colors of #E555BC
Black with #E555BC
Text Example
Text Example
White with #E555BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555BC; }
p { color: rgb(229,85,188); }
H1.HeaderClassName
{
color: #E555BC;
}
.AnyTagClassName
{
color: #E555BC;
}
</style>
background-color css
<style>
a { background-color: #E555BC; }
a { background-color: rgb(229,85,188); }
div.DivClassName
{
background-color: #E555BC;
}
.BgClassName
{
background-color: #E555BC;
}
</style>
border-color css
<style>
span { border-color: #E555BC; }
span { border-color: rgb(229,85,188); }
td.TdClassName
{
border-color: #E555BC;
}
.TagClassName
{
border-color: #E555BC;
}
</style>