Html Css Color HEX #EA55DB Free Speech Magenta
📋 copy color: '#EA55DB'red 234 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #EA55DB
Tints of Free Speech Magenta #EA55DB
RGB
CMYK
RGB Variations
Color information
#EA55DB (or 0xEA55DB) is known color: Free Speech Magenta. HEX triplet: EA, 55 and DB. RGB value is (234,85,219). Sum of RGB (Red+Green+Blue) = 234+85+219=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55DB is #15AA24. Grayscale: #909090. Windows color (decimal): -1419813 or 14374378. OLE color: 14374378.
HSL color Cylindrical-coordinate representation of color #EA55DB: hue angle of 306.04º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55DB is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 219 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.08 |
| HSL | 306.04º | 0.78% | 0.63% | - |
| HSV(B) | 306.04º | 0.64% | 0.92% | - |
| XYZ | 49.97 | 29.1 | 70 | - |
| YUV | 144.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 219 | 0 | 0.64 | 0.06 | 0.08 | 306.04 | 0.78 | 0.63 |
| Hex | EA | 55 | DB | 0 | 40 | 6 | 8 | 132 | 4E | 3F |
| Octal | 352 | 125 | 333 | 0 | 100 | 6 | 10 | 462 | 116 | 77 |
| Binary | 11101010 | 1010101 | 11011011 | 0 | 1000000 | 110 | 1000 | 100110010 | 1001110 | 111111 |
Color Harmonies of #EA55DB
Complementary color
Monochromatic Colors of #EA55DB
Black with #EA55DB
Text Example
Text Example
White with #EA55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55DB; }
p { color: rgb(234,85,219); }
H1.HeaderClassName
{
color: #EA55DB;
}
.AnyTagClassName
{
color: #EA55DB;
}
</style>
background-color css
<style>
a { background-color: #EA55DB; }
a { background-color: rgb(234,85,219); }
div.DivClassName
{
background-color: #EA55DB;
}
.BgClassName
{
background-color: #EA55DB;
}
</style>
border-color css
<style>
span { border-color: #EA55DB; }
span { border-color: rgb(234,85,219); }
td.TdClassName
{
border-color: #EA55DB;
}
.TagClassName
{
border-color: #EA55DB;
}
</style>