Html Css Color HEX #EA59DB Free Speech Magenta
📋 copy color: '#EA59DB'red 234 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #EA59DB
Tints of Free Speech Magenta #EA59DB
RGB
CMYK
RGB Variations
Color information
#EA59DB (or 0xEA59DB) is known color: Free Speech Magenta. HEX triplet: EA, 59 and DB. RGB value is (234,89,219). Sum of RGB (Red+Green+Blue) = 234+89+219=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59DB is #15A624. Grayscale: #929292. Windows color (decimal): -1418789 or 14375402. OLE color: 14375402.
HSL color Cylindrical-coordinate representation of color #EA59DB: hue angle of 306.21º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA59DB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 219 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.08 |
| HSL | 306.21º | 0.78% | 0.63% | - |
| HSV(B) | 306.21º | 0.62% | 0.92% | - |
| XYZ | 50.29 | 29.75 | 70.11 | - |
| YUV | 147.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 219 | 0 | 0.62 | 0.06 | 0.08 | 306.21 | 0.78 | 0.63 |
| Hex | EA | 59 | DB | 0 | 3E | 6 | 8 | 132 | 4E | 3F |
| Octal | 352 | 131 | 333 | 0 | 76 | 6 | 10 | 462 | 116 | 77 |
| Binary | 11101010 | 1011001 | 11011011 | 0 | 111110 | 110 | 1000 | 100110010 | 1001110 | 111111 |
Color Harmonies of #EA59DB
Complementary color
Monochromatic Colors of #EA59DB
Black with #EA59DB
Text Example
Text Example
White with #EA59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA59DB; }
p { color: rgb(234,89,219); }
H1.HeaderClassName
{
color: #EA59DB;
}
.AnyTagClassName
{
color: #EA59DB;
}
</style>
background-color css
<style>
a { background-color: #EA59DB; }
a { background-color: rgb(234,89,219); }
div.DivClassName
{
background-color: #EA59DB;
}
.BgClassName
{
background-color: #EA59DB;
}
</style>
border-color css
<style>
span { border-color: #EA59DB; }
span { border-color: rgb(234,89,219); }
td.TdClassName
{
border-color: #EA59DB;
}
.TagClassName
{
border-color: #EA59DB;
}
</style>