Html Css Color HEX #E059BC Free Speech Magenta
📋 copy color: '#E059BC'red 224 ◦ green 89 ◦ blue 188
Shades of Free Speech Magenta #E059BC
Tints of Free Speech Magenta #E059BC
RGB
CMYK
RGB Variations
Color information
#E059BC (or 0xE059BC) is known color: Free Speech Magenta. HEX triplet: E0, 59 and BC. RGB value is (224,89,188). Sum of RGB (Red+Green+Blue) = 224+89+188=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E059BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059BC is #1FA643. Grayscale: #8C8C8C. Windows color (decimal): -2074180 or 12343776. OLE color: 12343776.
HSL color Cylindrical-coordinate representation of color #E059BC: hue angle of 316º 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 #E059BC is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 188 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.12 |
| HSL | 316º | 0.69% | 0.61% | - |
| HSV(B) | 316º | 0.6% | 0.88% | - |
| XYZ | 43.39 | 26.62 | 50.43 | - |
| YUV | 140.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 188 | 0 | 0.60 | 0.16 | 0.12 | 316 | 0.69 | 0.61 |
| Hex | E0 | 59 | BC | 0 | 3C | 10 | C | 13C | 45 | 3D |
| Octal | 340 | 131 | 274 | 0 | 74 | 20 | 14 | 474 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10111100 | 0 | 111100 | 10000 | 1100 | 100111100 | 1000101 | 111101 |
Color Harmonies of #E059BC
Complementary color
Monochromatic Colors of #E059BC
Black with #E059BC
Text Example
Text Example
White with #E059BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059BC; }
p { color: rgb(224,89,188); }
H1.HeaderClassName
{
color: #E059BC;
}
.AnyTagClassName
{
color: #E059BC;
}
</style>
background-color css
<style>
a { background-color: #E059BC; }
a { background-color: rgb(224,89,188); }
div.DivClassName
{
background-color: #E059BC;
}
.BgClassName
{
background-color: #E059BC;
}
</style>
border-color css
<style>
span { border-color: #E059BC; }
span { border-color: rgb(224,89,188); }
td.TdClassName
{
border-color: #E059BC;
}
.TagClassName
{
border-color: #E059BC;
}
</style>