Html Css Color HEX #E554BD Free Speech Magenta
📋 copy color: '#E554BD'red 229 ◦ green 84 ◦ blue 189
Shades of Free Speech Magenta #E554BD
Tints of Free Speech Magenta #E554BD
RGB
CMYK
RGB Variations
Color information
#E554BD (or 0xE554BD) is known color: Free Speech Magenta. HEX triplet: E5, 54 and BD. RGB value is (229,84,189). Sum of RGB (Red+Green+Blue) = 229+84+189=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E554BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554BD is #1AAB42. Grayscale: #8B8B8B. Windows color (decimal): -1747779 or 12408037. OLE color: 12408037.
HSL color Cylindrical-coordinate representation of color #E554BD: hue angle of 316.55º 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 #E554BD is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 189 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.10 |
| HSL | 316.55º | 0.74% | 0.61% | - |
| HSV(B) | 316.55º | 0.63% | 0.9% | - |
| XYZ | 44.67 | 26.67 | 50.94 | - |
| YUV | 139.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 189 | 0 | 0.63 | 0.17 | 0.10 | 316.55 | 0.74 | 0.61 |
| Hex | E5 | 54 | BD | 0 | 3F | 11 | A | 13D | 4A | 3D |
| Octal | 345 | 124 | 275 | 0 | 77 | 21 | 12 | 475 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10111101 | 0 | 111111 | 10001 | 1010 | 100111101 | 1001010 | 111101 |
Color Harmonies of #E554BD
Complementary color
Monochromatic Colors of #E554BD
Black with #E554BD
Text Example
Text Example
White with #E554BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554BD; }
p { color: rgb(229,84,189); }
H1.HeaderClassName
{
color: #E554BD;
}
.AnyTagClassName
{
color: #E554BD;
}
</style>
background-color css
<style>
a { background-color: #E554BD; }
a { background-color: rgb(229,84,189); }
div.DivClassName
{
background-color: #E554BD;
}
.BgClassName
{
background-color: #E554BD;
}
</style>
border-color css
<style>
span { border-color: #E554BD; }
span { border-color: rgb(229,84,189); }
td.TdClassName
{
border-color: #E554BD;
}
.TagClassName
{
border-color: #E554BD;
}
</style>