Html Css Color HEX #E059DB Free Speech Magenta
📋 copy color: '#E059DB'red 224 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #E059DB
Tints of Free Speech Magenta #E059DB
RGB
CMYK
RGB Variations
Color information
#E059DB (or 0xE059DB) is known color: Free Speech Magenta. HEX triplet: E0, 59 and DB. RGB value is (224,89,219). Sum of RGB (Red+Green+Blue) = 224+89+219=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E059DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059DB is #1FA624. Grayscale: #8F8F8F. Windows color (decimal): -2074149 or 14375392. OLE color: 14375392.
HSL color Cylindrical-coordinate representation of color #E059DB: hue angle of 302.22º 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 #E059DB is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 219 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.12 |
| HSL | 302.22º | 0.69% | 0.61% | - |
| HSV(B) | 302.22º | 0.6% | 0.88% | - |
| XYZ | 47.1 | 28.11 | 69.96 | - |
| YUV | 144.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 219 | 0 | 0.60 | 0.02 | 0.12 | 302.22 | 0.69 | 0.61 |
| Hex | E0 | 59 | DB | 0 | 3C | 2 | C | 12E | 45 | 3D |
| Octal | 340 | 131 | 333 | 0 | 74 | 2 | 14 | 456 | 105 | 75 |
| Binary | 11100000 | 1011001 | 11011011 | 0 | 111100 | 10 | 1100 | 100101110 | 1000101 | 111101 |
Color Harmonies of #E059DB
Complementary color
Monochromatic Colors of #E059DB
Black with #E059DB
Text Example
Text Example
White with #E059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059DB; }
p { color: rgb(224,89,219); }
H1.HeaderClassName
{
color: #E059DB;
}
.AnyTagClassName
{
color: #E059DB;
}
</style>
background-color css
<style>
a { background-color: #E059DB; }
a { background-color: rgb(224,89,219); }
div.DivClassName
{
background-color: #E059DB;
}
.BgClassName
{
background-color: #E059DB;
}
</style>
border-color css
<style>
span { border-color: #E059DB; }
span { border-color: rgb(224,89,219); }
td.TdClassName
{
border-color: #E059DB;
}
.TagClassName
{
border-color: #E059DB;
}
</style>