Html Css Color HEX #E050BA Free Speech Magenta
📋 copy color: '#E050BA'red 224 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #E050BA
Tints of Free Speech Magenta #E050BA
RGB
CMYK
RGB Variations
Color information
#E050BA (or 0xE050BA) is known color: Free Speech Magenta. HEX triplet: E0, 50 and BA. RGB value is (224,80,186). Sum of RGB (Red+Green+Blue) = 224+80+186=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E050BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050BA is #1FAF45. Grayscale: #868686. Windows color (decimal): -2076486 or 12210400. OLE color: 12210400.
HSL color Cylindrical-coordinate representation of color #E050BA: hue angle of 315.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050BA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 186 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.12 |
| HSL | 315.83º | 0.7% | 0.6% | - |
| HSV(B) | 315.83º | 0.64% | 0.88% | - |
| XYZ | 42.47 | 25.13 | 49.07 | - |
| YUV | 135.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 186 | 0 | 0.64 | 0.17 | 0.12 | 315.83 | 0.7 | 0.6 |
| Hex | E0 | 50 | BA | 0 | 40 | 11 | C | 13C | 46 | 3C |
| Octal | 340 | 120 | 272 | 0 | 100 | 21 | 14 | 474 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10111010 | 0 | 1000000 | 10001 | 1100 | 100111100 | 1000110 | 111100 |
Color Harmonies of #E050BA
Complementary color
Monochromatic Colors of #E050BA
Black with #E050BA
Text Example
Text Example
White with #E050BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050BA; }
p { color: rgb(224,80,186); }
H1.HeaderClassName
{
color: #E050BA;
}
.AnyTagClassName
{
color: #E050BA;
}
</style>
background-color css
<style>
a { background-color: #E050BA; }
a { background-color: rgb(224,80,186); }
div.DivClassName
{
background-color: #E050BA;
}
.BgClassName
{
background-color: #E050BA;
}
</style>
border-color css
<style>
span { border-color: #E050BA; }
span { border-color: rgb(224,80,186); }
td.TdClassName
{
border-color: #E050BA;
}
.TagClassName
{
border-color: #E050BA;
}
</style>