Html Css Color HEX #E056BB Free Speech Magenta
📋 copy color: '#E056BB'red 224 ◦ green 86 ◦ blue 187
Shades of Free Speech Magenta #E056BB
Tints of Free Speech Magenta #E056BB
RGB
CMYK
RGB Variations
Color information
#E056BB (or 0xE056BB) is known color: Free Speech Magenta. HEX triplet: E0, 56 and BB. RGB value is (224,86,187). Sum of RGB (Red+Green+Blue) = 224+86+187=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E056BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E056BB is #1FA944. Grayscale: #8A8A8A. Windows color (decimal): -2074949 or 12277472. OLE color: 12277472.
HSL color Cylindrical-coordinate representation of color #E056BB: hue angle of 316.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E056BB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 187 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.12 |
| HSL | 316.09º | 0.69% | 0.61% | - |
| HSV(B) | 316.09º | 0.62% | 0.88% | - |
| XYZ | 43.04 | 26.09 | 49.78 | - |
| YUV | 138.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 187 | 0 | 0.62 | 0.17 | 0.12 | 316.09 | 0.69 | 0.61 |
| Hex | E0 | 56 | BB | 0 | 3E | 11 | C | 13C | 45 | 3D |
| Octal | 340 | 126 | 273 | 0 | 76 | 21 | 14 | 474 | 105 | 75 |
| Binary | 11100000 | 1010110 | 10111011 | 0 | 111110 | 10001 | 1100 | 100111100 | 1000101 | 111101 |
Color Harmonies of #E056BB
Complementary color
Monochromatic Colors of #E056BB
Black with #E056BB
Text Example
Text Example
White with #E056BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056BB; }
p { color: rgb(224,86,187); }
H1.HeaderClassName
{
color: #E056BB;
}
.AnyTagClassName
{
color: #E056BB;
}
</style>
background-color css
<style>
a { background-color: #E056BB; }
a { background-color: rgb(224,86,187); }
div.DivClassName
{
background-color: #E056BB;
}
.BgClassName
{
background-color: #E056BB;
}
</style>
border-color css
<style>
span { border-color: #E056BB; }
span { border-color: rgb(224,86,187); }
td.TdClassName
{
border-color: #E056BB;
}
.TagClassName
{
border-color: #E056BB;
}
</style>