Html Css Color HEX #E059BB Free Speech Magenta
📋 copy color: '#E059BB'red 224 ◦ green 89 ◦ blue 187
Shades of Free Speech Magenta #E059BB
Tints of Free Speech Magenta #E059BB
RGB
CMYK
RGB Variations
Color information
#E059BB (or 0xE059BB) is known color: Free Speech Magenta. HEX triplet: E0, 59 and BB. RGB value is (224,89,187). Sum of RGB (Red+Green+Blue) = 224+89+187=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E059BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059BB is #1FA644. Grayscale: #8C8C8C. Windows color (decimal): -2074181 or 12278240. OLE color: 12278240.
HSL color Cylindrical-coordinate representation of color #E059BB: hue angle of 316.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059BB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 187 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.12 |
| HSL | 316.44º | 0.69% | 0.61% | - |
| HSV(B) | 316.44º | 0.6% | 0.88% | - |
| XYZ | 43.28 | 26.58 | 49.86 | - |
| YUV | 140.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 187 | 0 | 0.60 | 0.17 | 0.12 | 316.44 | 0.69 | 0.61 |
| Hex | E0 | 59 | BB | 0 | 3C | 11 | C | 13C | 45 | 3D |
| Octal | 340 | 131 | 273 | 0 | 74 | 21 | 14 | 474 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10111011 | 0 | 111100 | 10001 | 1100 | 100111100 | 1000101 | 111101 |
Color Harmonies of #E059BB
Complementary color
Monochromatic Colors of #E059BB
Black with #E059BB
Text Example
Text Example
White with #E059BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059BB; }
p { color: rgb(224,89,187); }
H1.HeaderClassName
{
color: #E059BB;
}
.AnyTagClassName
{
color: #E059BB;
}
</style>
background-color css
<style>
a { background-color: #E059BB; }
a { background-color: rgb(224,89,187); }
div.DivClassName
{
background-color: #E059BB;
}
.BgClassName
{
background-color: #E059BB;
}
</style>
border-color css
<style>
span { border-color: #E059BB; }
span { border-color: rgb(224,89,187); }
td.TdClassName
{
border-color: #E059BB;
}
.TagClassName
{
border-color: #E059BB;
}
</style>