Html Css Color HEX #E057DB Free Speech Magenta
📋 copy color: '#E057DB'red 224 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #E057DB
Tints of Free Speech Magenta #E057DB
RGB
CMYK
RGB Variations
Color information
#E057DB (or 0xE057DB) is known color: Free Speech Magenta. HEX triplet: E0, 57 and DB. RGB value is (224,87,219). Sum of RGB (Red+Green+Blue) = 224+87+219=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E057DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057DB is #1FA824. Grayscale: #8E8E8E. Windows color (decimal): -2074661 or 14374880. OLE color: 14374880.
HSL color Cylindrical-coordinate representation of color #E057DB: hue angle of 302.19º 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 #E057DB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 219 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.12 |
| HSL | 302.19º | 0.69% | 0.61% | - |
| HSV(B) | 302.19º | 0.61% | 0.88% | - |
| XYZ | 46.93 | 27.78 | 69.91 | - |
| YUV | 143.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 219 | 0 | 0.61 | 0.02 | 0.12 | 302.19 | 0.69 | 0.61 |
| Hex | E0 | 57 | DB | 0 | 3D | 2 | C | 12E | 45 | 3D |
| Octal | 340 | 127 | 333 | 0 | 75 | 2 | 14 | 456 | 105 | 75 |
| Binary | 11100000 | 1010111 | 11011011 | 0 | 111101 | 10 | 1100 | 100101110 | 1000101 | 111101 |
Color Harmonies of #E057DB
Complementary color
Monochromatic Colors of #E057DB
Black with #E057DB
Text Example
Text Example
White with #E057DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057DB; }
p { color: rgb(224,87,219); }
H1.HeaderClassName
{
color: #E057DB;
}
.AnyTagClassName
{
color: #E057DB;
}
</style>
background-color css
<style>
a { background-color: #E057DB; }
a { background-color: rgb(224,87,219); }
div.DivClassName
{
background-color: #E057DB;
}
.BgClassName
{
background-color: #E057DB;
}
</style>
border-color css
<style>
span { border-color: #E057DB; }
span { border-color: rgb(224,87,219); }
td.TdClassName
{
border-color: #E057DB;
}
.TagClassName
{
border-color: #E057DB;
}
</style>