Html Css Color HEX #E050BB Free Speech Magenta
📋 copy color: '#E050BB'red 224 ◦ green 80 ◦ blue 187
Shades of Free Speech Magenta #E050BB
Tints of Free Speech Magenta #E050BB
RGB
CMYK
RGB Variations
Color information
#E050BB (or 0xE050BB) is known color: Free Speech Magenta. HEX triplet: E0, 50 and BB. RGB value is (224,80,187). Sum of RGB (Red+Green+Blue) = 224+80+187=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E050BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050BB is #1FAF44. Grayscale: #868686. Windows color (decimal): -2076485 or 12275936. OLE color: 12275936.
HSL color Cylindrical-coordinate representation of color #E050BB: hue angle of 315.42º 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 #E050BB is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 187 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.12 |
| HSL | 315.42º | 0.7% | 0.6% | - |
| HSV(B) | 315.42º | 0.64% | 0.88% | - |
| XYZ | 42.58 | 25.17 | 49.63 | - |
| YUV | 135.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 187 | 0 | 0.64 | 0.17 | 0.12 | 315.42 | 0.7 | 0.6 |
| Hex | E0 | 50 | BB | 0 | 40 | 11 | C | 13B | 46 | 3C |
| Octal | 340 | 120 | 273 | 0 | 100 | 21 | 14 | 473 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10111011 | 0 | 1000000 | 10001 | 1100 | 100111011 | 1000110 | 111100 |
Color Harmonies of #E050BB
Complementary color
Monochromatic Colors of #E050BB
Black with #E050BB
Text Example
Text Example
White with #E050BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050BB; }
p { color: rgb(224,80,187); }
H1.HeaderClassName
{
color: #E050BB;
}
.AnyTagClassName
{
color: #E050BB;
}
</style>
background-color css
<style>
a { background-color: #E050BB; }
a { background-color: rgb(224,80,187); }
div.DivClassName
{
background-color: #E050BB;
}
.BgClassName
{
background-color: #E050BB;
}
</style>
border-color css
<style>
span { border-color: #E050BB; }
span { border-color: rgb(224,80,187); }
td.TdClassName
{
border-color: #E050BB;
}
.TagClassName
{
border-color: #E050BB;
}
</style>