Html Css Color HEX #E051BA Free Speech Magenta
📋 copy color: '#E051BA'red 224 ◦ green 81 ◦ blue 186
Shades of Free Speech Magenta #E051BA
Tints of Free Speech Magenta #E051BA
RGB
CMYK
RGB Variations
Color information
#E051BA (or 0xE051BA) is known color: Free Speech Magenta. HEX triplet: E0, 51 and BA. RGB value is (224,81,186). Sum of RGB (Red+Green+Blue) = 224+81+186=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E051BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051BA is #1FAE45. Grayscale: #878787. Windows color (decimal): -2076230 or 12210656. OLE color: 12210656.
HSL color Cylindrical-coordinate representation of color #E051BA: hue angle of 315.94º 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 #E051BA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 186 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.12 |
| HSL | 315.94º | 0.7% | 0.6% | - |
| HSV(B) | 315.94º | 0.64% | 0.88% | - |
| XYZ | 42.55 | 25.28 | 49.09 | - |
| YUV | 135.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 186 | 0 | 0.64 | 0.17 | 0.12 | 315.94 | 0.7 | 0.6 |
| Hex | E0 | 51 | BA | 0 | 40 | 11 | C | 13C | 46 | 3C |
| Octal | 340 | 121 | 272 | 0 | 100 | 21 | 14 | 474 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10111010 | 0 | 1000000 | 10001 | 1100 | 100111100 | 1000110 | 111100 |
Color Harmonies of #E051BA
Complementary color
Monochromatic Colors of #E051BA
Black with #E051BA
Text Example
Text Example
White with #E051BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051BA; }
p { color: rgb(224,81,186); }
H1.HeaderClassName
{
color: #E051BA;
}
.AnyTagClassName
{
color: #E051BA;
}
</style>
background-color css
<style>
a { background-color: #E051BA; }
a { background-color: rgb(224,81,186); }
div.DivClassName
{
background-color: #E051BA;
}
.BgClassName
{
background-color: #E051BA;
}
</style>
border-color css
<style>
span { border-color: #E051BA; }
span { border-color: rgb(224,81,186); }
td.TdClassName
{
border-color: #E051BA;
}
.TagClassName
{
border-color: #E051BA;
}
</style>