Html Css Color HEX #E554BB Free Speech Magenta
📋 copy color: '#E554BB'red 229 ◦ green 84 ◦ blue 187
Shades of Free Speech Magenta #E554BB
Tints of Free Speech Magenta #E554BB
RGB
CMYK
RGB Variations
Color information
#E554BB (or 0xE554BB) is known color: Free Speech Magenta. HEX triplet: E5, 54 and BB. RGB value is (229,84,187). Sum of RGB (Red+Green+Blue) = 229+84+187=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E554BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554BB is #1AAB44. Grayscale: #8A8A8A. Windows color (decimal): -1747781 or 12276965. OLE color: 12276965.
HSL color Cylindrical-coordinate representation of color #E554BB: hue angle of 317.38º 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 #E554BB is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 187 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.10 |
| HSL | 317.38º | 0.74% | 0.61% | - |
| HSV(B) | 317.38º | 0.63% | 0.9% | - |
| XYZ | 44.45 | 26.59 | 49.8 | - |
| YUV | 139.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 187 | 0 | 0.63 | 0.18 | 0.10 | 317.38 | 0.74 | 0.61 |
| Hex | E5 | 54 | BB | 0 | 3F | 12 | A | 13D | 4A | 3D |
| Octal | 345 | 124 | 273 | 0 | 77 | 22 | 12 | 475 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10111011 | 0 | 111111 | 10010 | 1010 | 100111101 | 1001010 | 111101 |
Color Harmonies of #E554BB
Complementary color
Monochromatic Colors of #E554BB
Black with #E554BB
Text Example
Text Example
White with #E554BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554BB; }
p { color: rgb(229,84,187); }
H1.HeaderClassName
{
color: #E554BB;
}
.AnyTagClassName
{
color: #E554BB;
}
</style>
background-color css
<style>
a { background-color: #E554BB; }
a { background-color: rgb(229,84,187); }
div.DivClassName
{
background-color: #E554BB;
}
.BgClassName
{
background-color: #E554BB;
}
</style>
border-color css
<style>
span { border-color: #E554BB; }
span { border-color: rgb(229,84,187); }
td.TdClassName
{
border-color: #E554BB;
}
.TagClassName
{
border-color: #E554BB;
}
</style>