Html Css Color HEX #E861DB Free Speech Magenta
📋 copy color: '#E861DB'red 232 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #E861DB
Tints of Free Speech Magenta #E861DB
RGB
CMYK
RGB Variations
Color information
#E861DB (or 0xE861DB) is known color: Free Speech Magenta. HEX triplet: E8, 61 and DB. RGB value is (232,97,219). Sum of RGB (Red+Green+Blue) = 232+97+219=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E861DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861DB is #179E24. Grayscale: #969696. Windows color (decimal): -1547813 or 14377448. OLE color: 14377448.
HSL color Cylindrical-coordinate representation of color #E861DB: hue angle of 305.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E861DB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 219 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.09 |
| HSL | 305.78º | 0.75% | 0.65% | - |
| HSV(B) | 305.78º | 0.58% | 0.91% | - |
| XYZ | 50.34 | 30.82 | 70.31 | - |
| YUV | 151.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 219 | 0 | 0.58 | 0.06 | 0.09 | 305.78 | 0.75 | 0.65 |
| Hex | E8 | 61 | DB | 0 | 3A | 6 | 9 | 132 | 4B | 41 |
| Octal | 350 | 141 | 333 | 0 | 72 | 6 | 11 | 462 | 113 | 101 |
| Binary | 11101000 | 1100001 | 11011011 | 0 | 111010 | 110 | 1001 | 100110010 | 1001011 | 1000001 |
Color Harmonies of #E861DB
Complementary color
Monochromatic Colors of #E861DB
Black with #E861DB
Text Example
Text Example
White with #E861DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861DB; }
p { color: rgb(232,97,219); }
H1.HeaderClassName
{
color: #E861DB;
}
.AnyTagClassName
{
color: #E861DB;
}
</style>
background-color css
<style>
a { background-color: #E861DB; }
a { background-color: rgb(232,97,219); }
div.DivClassName
{
background-color: #E861DB;
}
.BgClassName
{
background-color: #E861DB;
}
</style>
border-color css
<style>
span { border-color: #E861DB; }
span { border-color: rgb(232,97,219); }
td.TdClassName
{
border-color: #E861DB;
}
.TagClassName
{
border-color: #E861DB;
}
</style>