Html Css Color HEX #E659DB Free Speech Magenta
📋 copy color: '#E659DB'red 230 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #E659DB
Tints of Free Speech Magenta #E659DB
RGB
CMYK
RGB Variations
Color information
#E659DB (or 0xE659DB) is known color: Free Speech Magenta. HEX triplet: E6, 59 and DB. RGB value is (230,89,219). Sum of RGB (Red+Green+Blue) = 230+89+219=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E659DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E659DB is #19A624. Grayscale: #919191. Windows color (decimal): -1680933 or 14375398. OLE color: 14375398.
HSL color Cylindrical-coordinate representation of color #E659DB: hue angle of 304.68º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E659DB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 219 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.10 |
| HSL | 304.68º | 0.74% | 0.63% | - |
| HSV(B) | 304.68º | 0.61% | 0.9% | - |
| XYZ | 48.99 | 29.08 | 70.05 | - |
| YUV | 145.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 219 | 0 | 0.61 | 0.05 | 0.10 | 304.68 | 0.74 | 0.63 |
| Hex | E6 | 59 | DB | 0 | 3D | 5 | A | 131 | 4A | 3F |
| Octal | 346 | 131 | 333 | 0 | 75 | 5 | 12 | 461 | 112 | 77 |
| Binary | 11100110 | 1011001 | 11011011 | 0 | 111101 | 101 | 1010 | 100110001 | 1001010 | 111111 |
Color Harmonies of #E659DB
Complementary color
Monochromatic Colors of #E659DB
Black with #E659DB
Text Example
Text Example
White with #E659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659DB; }
p { color: rgb(230,89,219); }
H1.HeaderClassName
{
color: #E659DB;
}
.AnyTagClassName
{
color: #E659DB;
}
</style>
background-color css
<style>
a { background-color: #E659DB; }
a { background-color: rgb(230,89,219); }
div.DivClassName
{
background-color: #E659DB;
}
.BgClassName
{
background-color: #E659DB;
}
</style>
border-color css
<style>
span { border-color: #E659DB; }
span { border-color: rgb(230,89,219); }
td.TdClassName
{
border-color: #E659DB;
}
.TagClassName
{
border-color: #E659DB;
}
</style>