Html Css Color HEX #E759DB Free Speech Magenta
📋 copy color: '#E759DB'red 231 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #E759DB
Tints of Free Speech Magenta #E759DB
RGB
CMYK
RGB Variations
Color information
#E759DB (or 0xE759DB) is known color: Free Speech Magenta. HEX triplet: E7, 59 and DB. RGB value is (231,89,219). Sum of RGB (Red+Green+Blue) = 231+89+219=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E759DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759DB is #18A624. Grayscale: #919191. Windows color (decimal): -1615397 or 14375399. OLE color: 14375399.
HSL color Cylindrical-coordinate representation of color #E759DB: hue angle of 305.07º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E759DB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 219 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.09 |
| HSL | 305.07º | 0.75% | 0.63% | - |
| HSV(B) | 305.07º | 0.61% | 0.91% | - |
| XYZ | 49.31 | 29.25 | 70.06 | - |
| YUV | 146.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 219 | 0 | 0.61 | 0.05 | 0.09 | 305.07 | 0.75 | 0.63 |
| Hex | E7 | 59 | DB | 0 | 3D | 5 | 9 | 131 | 4B | 3F |
| Octal | 347 | 131 | 333 | 0 | 75 | 5 | 11 | 461 | 113 | 77 |
| Binary | 11100111 | 1011001 | 11011011 | 0 | 111101 | 101 | 1001 | 100110001 | 1001011 | 111111 |
Color Harmonies of #E759DB
Complementary color
Monochromatic Colors of #E759DB
Black with #E759DB
Text Example
Text Example
White with #E759DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759DB; }
p { color: rgb(231,89,219); }
H1.HeaderClassName
{
color: #E759DB;
}
.AnyTagClassName
{
color: #E759DB;
}
</style>
background-color css
<style>
a { background-color: #E759DB; }
a { background-color: rgb(231,89,219); }
div.DivClassName
{
background-color: #E759DB;
}
.BgClassName
{
background-color: #E759DB;
}
</style>
border-color css
<style>
span { border-color: #E759DB; }
span { border-color: rgb(231,89,219); }
td.TdClassName
{
border-color: #E759DB;
}
.TagClassName
{
border-color: #E759DB;
}
</style>