Html Css Color HEX #E550BA Free Speech Magenta
📋 copy color: '#E550BA'red 229 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #E550BA
Tints of Free Speech Magenta #E550BA
RGB
CMYK
RGB Variations
Color information
#E550BA (or 0xE550BA) is known color: Free Speech Magenta. HEX triplet: E5, 50 and BA. RGB value is (229,80,186). Sum of RGB (Red+Green+Blue) = 229+80+186=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E550BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550BA is #1AAF45. Grayscale: #888888. Windows color (decimal): -1748806 or 12210405. OLE color: 12210405.
HSL color Cylindrical-coordinate representation of color #E550BA: hue angle of 317.32º 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 #E550BA is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 186 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.10 |
| HSL | 317.32º | 0.74% | 0.61% | - |
| HSV(B) | 317.32º | 0.65% | 0.9% | - |
| XYZ | 44.04 | 25.94 | 49.14 | - |
| YUV | 136.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 186 | 0 | 0.65 | 0.19 | 0.10 | 317.32 | 0.74 | 0.61 |
| Hex | E5 | 50 | BA | 0 | 41 | 13 | A | 13D | 4A | 3D |
| Octal | 345 | 120 | 272 | 0 | 101 | 23 | 12 | 475 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10111010 | 0 | 1000001 | 10011 | 1010 | 100111101 | 1001010 | 111101 |
Color Harmonies of #E550BA
Complementary color
Monochromatic Colors of #E550BA
Black with #E550BA
Text Example
Text Example
White with #E550BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550BA; }
p { color: rgb(229,80,186); }
H1.HeaderClassName
{
color: #E550BA;
}
.AnyTagClassName
{
color: #E550BA;
}
</style>
background-color css
<style>
a { background-color: #E550BA; }
a { background-color: rgb(229,80,186); }
div.DivClassName
{
background-color: #E550BA;
}
.BgClassName
{
background-color: #E550BA;
}
</style>
border-color css
<style>
span { border-color: #E550BA; }
span { border-color: rgb(229,80,186); }
td.TdClassName
{
border-color: #E550BA;
}
.TagClassName
{
border-color: #E550BA;
}
</style>