Html Css Color HEX #E552BD Free Speech Magenta
📋 copy color: '#E552BD'red 229 ◦ green 82 ◦ blue 189
Shades of Free Speech Magenta #E552BD
Tints of Free Speech Magenta #E552BD
RGB
CMYK
RGB Variations
Color information
#E552BD (or 0xE552BD) is known color: Free Speech Magenta. HEX triplet: E5, 52 and BD. RGB value is (229,82,189). Sum of RGB (Red+Green+Blue) = 229+82+189=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E552BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552BD is #1AAD42. Grayscale: #898989. Windows color (decimal): -1748291 or 12407525. OLE color: 12407525.
HSL color Cylindrical-coordinate representation of color #E552BD: hue angle of 316.33º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552BD is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 189 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.10 |
| HSL | 316.33º | 0.74% | 0.61% | - |
| HSV(B) | 316.33º | 0.64% | 0.9% | - |
| XYZ | 44.52 | 26.37 | 50.89 | - |
| YUV | 138.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 189 | 0 | 0.64 | 0.17 | 0.10 | 316.33 | 0.74 | 0.61 |
| Hex | E5 | 52 | BD | 0 | 40 | 11 | A | 13C | 4A | 3D |
| Octal | 345 | 122 | 275 | 0 | 100 | 21 | 12 | 474 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10111101 | 0 | 1000000 | 10001 | 1010 | 100111100 | 1001010 | 111101 |
Color Harmonies of #E552BD
Complementary color
Monochromatic Colors of #E552BD
Black with #E552BD
Text Example
Text Example
White with #E552BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552BD; }
p { color: rgb(229,82,189); }
H1.HeaderClassName
{
color: #E552BD;
}
.AnyTagClassName
{
color: #E552BD;
}
</style>
background-color css
<style>
a { background-color: #E552BD; }
a { background-color: rgb(229,82,189); }
div.DivClassName
{
background-color: #E552BD;
}
.BgClassName
{
background-color: #E552BD;
}
</style>
border-color css
<style>
span { border-color: #E552BD; }
span { border-color: rgb(229,82,189); }
td.TdClassName
{
border-color: #E552BD;
}
.TagClassName
{
border-color: #E552BD;
}
</style>