Html Css Color HEX #E551BD Free Speech Magenta
📋 copy color: '#E551BD'red 229 ◦ green 81 ◦ blue 189
Shades of Free Speech Magenta #E551BD
Tints of Free Speech Magenta #E551BD
RGB
CMYK
RGB Variations
Color information
#E551BD (or 0xE551BD) is known color: Free Speech Magenta. HEX triplet: E5, 51 and BD. RGB value is (229,81,189). Sum of RGB (Red+Green+Blue) = 229+81+189=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E551BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551BD is #1AAE42. Grayscale: #898989. Windows color (decimal): -1748547 or 12407269. OLE color: 12407269.
HSL color Cylindrical-coordinate representation of color #E551BD: hue angle of 316.22º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E551BD is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 189 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.10 |
| HSL | 316.22º | 0.74% | 0.61% | - |
| HSV(B) | 316.22º | 0.65% | 0.9% | - |
| XYZ | 44.44 | 26.22 | 50.86 | - |
| YUV | 137.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 189 | 0 | 0.65 | 0.17 | 0.10 | 316.22 | 0.74 | 0.61 |
| Hex | E5 | 51 | BD | 0 | 41 | 11 | A | 13C | 4A | 3D |
| Octal | 345 | 121 | 275 | 0 | 101 | 21 | 12 | 474 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10111101 | 0 | 1000001 | 10001 | 1010 | 100111100 | 1001010 | 111101 |
Color Harmonies of #E551BD
Complementary color
Monochromatic Colors of #E551BD
Black with #E551BD
Text Example
Text Example
White with #E551BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551BD; }
p { color: rgb(229,81,189); }
H1.HeaderClassName
{
color: #E551BD;
}
.AnyTagClassName
{
color: #E551BD;
}
</style>
background-color css
<style>
a { background-color: #E551BD; }
a { background-color: rgb(229,81,189); }
div.DivClassName
{
background-color: #E551BD;
}
.BgClassName
{
background-color: #E551BD;
}
</style>
border-color css
<style>
span { border-color: #E551BD; }
span { border-color: rgb(229,81,189); }
td.TdClassName
{
border-color: #E551BD;
}
.TagClassName
{
border-color: #E551BD;
}
</style>