Html Css Color HEX #E551BE Free Speech Magenta
📋 copy color: '#E551BE'red 229 ◦ green 81 ◦ blue 190
Shades of Free Speech Magenta #E551BE
Tints of Free Speech Magenta #E551BE
RGB
CMYK
RGB Variations
Color information
#E551BE (or 0xE551BE) is known color: Free Speech Magenta. HEX triplet: E5, 51 and BE. RGB value is (229,81,190). Sum of RGB (Red+Green+Blue) = 229+81+190=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E551BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551BE is #1AAE41. Grayscale: #898989. Windows color (decimal): -1748546 or 12472805. OLE color: 12472805.
HSL color Cylindrical-coordinate representation of color #E551BE: hue angle of 315.81º 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 #E551BE is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 190 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.10 |
| HSL | 315.81º | 0.74% | 0.61% | - |
| HSV(B) | 315.81º | 0.65% | 0.9% | - |
| XYZ | 44.55 | 26.26 | 51.44 | - |
| YUV | 137.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 190 | 0 | 0.65 | 0.17 | 0.10 | 315.81 | 0.74 | 0.61 |
| Hex | E5 | 51 | BE | 0 | 41 | 11 | A | 13C | 4A | 3D |
| Octal | 345 | 121 | 276 | 0 | 101 | 21 | 12 | 474 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10111110 | 0 | 1000001 | 10001 | 1010 | 100111100 | 1001010 | 111101 |
Color Harmonies of #E551BE
Complementary color
Monochromatic Colors of #E551BE
Black with #E551BE
Text Example
Text Example
White with #E551BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551BE; }
p { color: rgb(229,81,190); }
H1.HeaderClassName
{
color: #E551BE;
}
.AnyTagClassName
{
color: #E551BE;
}
</style>
background-color css
<style>
a { background-color: #E551BE; }
a { background-color: rgb(229,81,190); }
div.DivClassName
{
background-color: #E551BE;
}
.BgClassName
{
background-color: #E551BE;
}
</style>
border-color css
<style>
span { border-color: #E551BE; }
span { border-color: rgb(229,81,190); }
td.TdClassName
{
border-color: #E551BE;
}
.TagClassName
{
border-color: #E551BE;
}
</style>