Html Css Color HEX #E554BC Free Speech Magenta
📋 copy color: '#E554BC'red 229 ◦ green 84 ◦ blue 188
Shades of Free Speech Magenta #E554BC
Tints of Free Speech Magenta #E554BC
RGB
CMYK
RGB Variations
Color information
#E554BC (or 0xE554BC) is known color: Free Speech Magenta. HEX triplet: E5, 54 and BC. RGB value is (229,84,188). Sum of RGB (Red+Green+Blue) = 229+84+188=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E554BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554BC is #1AAB43. Grayscale: #8A8A8A. Windows color (decimal): -1747780 or 12342501. OLE color: 12342501.
HSL color Cylindrical-coordinate representation of color #E554BC: hue angle of 316.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554BC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 188 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.10 |
| HSL | 316.97º | 0.74% | 0.61% | - |
| HSV(B) | 316.97º | 0.63% | 0.9% | - |
| XYZ | 44.56 | 26.63 | 50.37 | - |
| YUV | 139.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 188 | 0 | 0.63 | 0.18 | 0.10 | 316.97 | 0.74 | 0.61 |
| Hex | E5 | 54 | BC | 0 | 3F | 12 | A | 13D | 4A | 3D |
| Octal | 345 | 124 | 274 | 0 | 77 | 22 | 12 | 475 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10111100 | 0 | 111111 | 10010 | 1010 | 100111101 | 1001010 | 111101 |
Color Harmonies of #E554BC
Complementary color
Monochromatic Colors of #E554BC
Black with #E554BC
Text Example
Text Example
White with #E554BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554BC; }
p { color: rgb(229,84,188); }
H1.HeaderClassName
{
color: #E554BC;
}
.AnyTagClassName
{
color: #E554BC;
}
</style>
background-color css
<style>
a { background-color: #E554BC; }
a { background-color: rgb(229,84,188); }
div.DivClassName
{
background-color: #E554BC;
}
.BgClassName
{
background-color: #E554BC;
}
</style>
border-color css
<style>
span { border-color: #E554BC; }
span { border-color: rgb(229,84,188); }
td.TdClassName
{
border-color: #E554BC;
}
.TagClassName
{
border-color: #E554BC;
}
</style>