Html Css Color HEX #E761DB Free Speech Magenta
📋 copy color: '#E761DB'red 231 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #E761DB
Tints of Free Speech Magenta #E761DB
RGB
CMYK
RGB Variations
Color information
#E761DB (or 0xE761DB) is known color: Free Speech Magenta. HEX triplet: E7, 61 and DB. RGB value is (231,97,219). Sum of RGB (Red+Green+Blue) = 231+97+219=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E761DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761DB is #189E24. Grayscale: #969696. Windows color (decimal): -1613349 or 14377447. OLE color: 14377447.
HSL color Cylindrical-coordinate representation of color #E761DB: hue angle of 305.37º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761DB is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 219 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.09 |
| HSL | 305.37º | 0.74% | 0.64% | - |
| HSV(B) | 305.37º | 0.58% | 0.91% | - |
| XYZ | 50.02 | 30.65 | 70.3 | - |
| YUV | 150.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 219 | 0 | 0.58 | 0.05 | 0.09 | 305.37 | 0.74 | 0.64 |
| Hex | E7 | 61 | DB | 0 | 3A | 5 | 9 | 131 | 4A | 40 |
| Octal | 347 | 141 | 333 | 0 | 72 | 5 | 11 | 461 | 112 | 100 |
| Binary | 11100111 | 1100001 | 11011011 | 0 | 111010 | 101 | 1001 | 100110001 | 1001010 | 1000000 |
Color Harmonies of #E761DB
Complementary color
Monochromatic Colors of #E761DB
Black with #E761DB
Text Example
Text Example
White with #E761DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761DB; }
p { color: rgb(231,97,219); }
H1.HeaderClassName
{
color: #E761DB;
}
.AnyTagClassName
{
color: #E761DB;
}
</style>
background-color css
<style>
a { background-color: #E761DB; }
a { background-color: rgb(231,97,219); }
div.DivClassName
{
background-color: #E761DB;
}
.BgClassName
{
background-color: #E761DB;
}
</style>
border-color css
<style>
span { border-color: #E761DB; }
span { border-color: rgb(231,97,219); }
td.TdClassName
{
border-color: #E761DB;
}
.TagClassName
{
border-color: #E761DB;
}
</style>