Html Css Color HEX #EA58DB Free Speech Magenta
📋 copy color: '#EA58DB'red 234 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #EA58DB
Tints of Free Speech Magenta #EA58DB
RGB
CMYK
RGB Variations
Color information
#EA58DB (or 0xEA58DB) is known color: Free Speech Magenta. HEX triplet: EA, 58 and DB. RGB value is (234,88,219). Sum of RGB (Red+Green+Blue) = 234+88+219=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58DB is #15A724. Grayscale: #929292. Windows color (decimal): -1419045 or 14375146. OLE color: 14375146.
HSL color Cylindrical-coordinate representation of color #EA58DB: hue angle of 306.16º 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 #EA58DB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 219 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.08 |
| HSL | 306.16º | 0.78% | 0.63% | - |
| HSV(B) | 306.16º | 0.62% | 0.92% | - |
| XYZ | 50.21 | 29.59 | 70.08 | - |
| YUV | 146.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 219 | 0 | 0.62 | 0.06 | 0.08 | 306.16 | 0.78 | 0.63 |
| Hex | EA | 58 | DB | 0 | 3E | 6 | 8 | 132 | 4E | 3F |
| Octal | 352 | 130 | 333 | 0 | 76 | 6 | 10 | 462 | 116 | 77 |
| Binary | 11101010 | 1011000 | 11011011 | 0 | 111110 | 110 | 1000 | 100110010 | 1001110 | 111111 |
Color Harmonies of #EA58DB
Complementary color
Monochromatic Colors of #EA58DB
Black with #EA58DB
Text Example
Text Example
White with #EA58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58DB; }
p { color: rgb(234,88,219); }
H1.HeaderClassName
{
color: #EA58DB;
}
.AnyTagClassName
{
color: #EA58DB;
}
</style>
background-color css
<style>
a { background-color: #EA58DB; }
a { background-color: rgb(234,88,219); }
div.DivClassName
{
background-color: #EA58DB;
}
.BgClassName
{
background-color: #EA58DB;
}
</style>
border-color css
<style>
span { border-color: #EA58DB; }
span { border-color: rgb(234,88,219); }
td.TdClassName
{
border-color: #EA58DB;
}
.TagClassName
{
border-color: #EA58DB;
}
</style>