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