Html Css Color HEX #E051BC Free Speech Magenta
📋 copy color: '#E051BC'red 224 ◦ green 81 ◦ blue 188
Shades of Free Speech Magenta #E051BC
Tints of Free Speech Magenta #E051BC
RGB
CMYK
RGB Variations
Color information
#E051BC (or 0xE051BC) is known color: Free Speech Magenta. HEX triplet: E0, 51 and BC. RGB value is (224,81,188). Sum of RGB (Red+Green+Blue) = 224+81+188=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E051BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051BC is #1FAE43. Grayscale: #878787. Windows color (decimal): -2076228 or 12341728. OLE color: 12341728.
HSL color Cylindrical-coordinate representation of color #E051BC: hue angle of 315.1º 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 #E051BC is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 188 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.12 |
| HSL | 315.1º | 0.7% | 0.6% | - |
| HSV(B) | 315.1º | 0.64% | 0.88% | - |
| XYZ | 42.76 | 25.36 | 50.22 | - |
| YUV | 135.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 188 | 0 | 0.64 | 0.16 | 0.12 | 315.1 | 0.7 | 0.6 |
| Hex | E0 | 51 | BC | 0 | 40 | 10 | C | 13B | 46 | 3C |
| Octal | 340 | 121 | 274 | 0 | 100 | 20 | 14 | 473 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10111100 | 0 | 1000000 | 10000 | 1100 | 100111011 | 1000110 | 111100 |
Color Harmonies of #E051BC
Complementary color
Monochromatic Colors of #E051BC
Black with #E051BC
Text Example
Text Example
White with #E051BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051BC; }
p { color: rgb(224,81,188); }
H1.HeaderClassName
{
color: #E051BC;
}
.AnyTagClassName
{
color: #E051BC;
}
</style>
background-color css
<style>
a { background-color: #E051BC; }
a { background-color: rgb(224,81,188); }
div.DivClassName
{
background-color: #E051BC;
}
.BgClassName
{
background-color: #E051BC;
}
</style>
border-color css
<style>
span { border-color: #E051BC; }
span { border-color: rgb(224,81,188); }
td.TdClassName
{
border-color: #E051BC;
}
.TagClassName
{
border-color: #E051BC;
}
</style>