Html Css Color HEX #E057BD Free Speech Magenta
📋 copy color: '#E057BD'red 224 ◦ green 87 ◦ blue 189
Shades of Free Speech Magenta #E057BD
Tints of Free Speech Magenta #E057BD
RGB
CMYK
RGB Variations
Color information
#E057BD (or 0xE057BD) is known color: Free Speech Magenta. HEX triplet: E0, 57 and BD. RGB value is (224,87,189). Sum of RGB (Red+Green+Blue) = 224+87+189=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E057BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057BD is #1FA842. Grayscale: #8B8B8B. Windows color (decimal): -2074691 or 12408800. OLE color: 12408800.
HSL color Cylindrical-coordinate representation of color #E057BD: hue angle of 315.33º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057BD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 189 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.12 |
| HSL | 315.33º | 0.69% | 0.61% | - |
| HSV(B) | 315.33º | 0.61% | 0.88% | - |
| XYZ | 43.33 | 26.34 | 50.94 | - |
| YUV | 139.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 189 | 0 | 0.61 | 0.16 | 0.12 | 315.33 | 0.69 | 0.61 |
| Hex | E0 | 57 | BD | 0 | 3D | 10 | C | 13B | 45 | 3D |
| Octal | 340 | 127 | 275 | 0 | 75 | 20 | 14 | 473 | 105 | 75 |
| Binary | 11100000 | 1010111 | 10111101 | 0 | 111101 | 10000 | 1100 | 100111011 | 1000101 | 111101 |
Color Harmonies of #E057BD
Complementary color
Monochromatic Colors of #E057BD
Black with #E057BD
Text Example
Text Example
White with #E057BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057BD; }
p { color: rgb(224,87,189); }
H1.HeaderClassName
{
color: #E057BD;
}
.AnyTagClassName
{
color: #E057BD;
}
</style>
background-color css
<style>
a { background-color: #E057BD; }
a { background-color: rgb(224,87,189); }
div.DivClassName
{
background-color: #E057BD;
}
.BgClassName
{
background-color: #E057BD;
}
</style>
border-color css
<style>
span { border-color: #E057BD; }
span { border-color: rgb(224,87,189); }
td.TdClassName
{
border-color: #E057BD;
}
.TagClassName
{
border-color: #E057BD;
}
</style>