Html Css Color HEX #E851DB Free Speech Magenta
📋 copy color: '#E851DB'red 232 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #E851DB
Tints of Free Speech Magenta #E851DB
RGB
CMYK
RGB Variations
Color information
#E851DB (or 0xE851DB) is known color: Free Speech Magenta. HEX triplet: E8, 51 and DB. RGB value is (232,81,219). Sum of RGB (Red+Green+Blue) = 232+81+219=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E851DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E851DB is #17AE24. Grayscale: #8D8D8D. Windows color (decimal): -1551909 or 14373352. OLE color: 14373352.
HSL color Cylindrical-coordinate representation of color #E851DB: hue angle of 305.17º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E851DB is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 219 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.09 |
| HSL | 305.17º | 0.77% | 0.61% | - |
| HSV(B) | 305.17º | 0.65% | 0.91% | - |
| XYZ | 49.01 | 28.16 | 69.87 | - |
| YUV | 141.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 219 | 0 | 0.65 | 0.06 | 0.09 | 305.17 | 0.77 | 0.61 |
| Hex | E8 | 51 | DB | 0 | 41 | 6 | 9 | 131 | 4D | 3D |
| Octal | 350 | 121 | 333 | 0 | 101 | 6 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1010001 | 11011011 | 0 | 1000001 | 110 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E851DB
Complementary color
Monochromatic Colors of #E851DB
Black with #E851DB
Text Example
Text Example
White with #E851DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E851DB; }
p { color: rgb(232,81,219); }
H1.HeaderClassName
{
color: #E851DB;
}
.AnyTagClassName
{
color: #E851DB;
}
</style>
background-color css
<style>
a { background-color: #E851DB; }
a { background-color: rgb(232,81,219); }
div.DivClassName
{
background-color: #E851DB;
}
.BgClassName
{
background-color: #E851DB;
}
</style>
border-color css
<style>
span { border-color: #E851DB; }
span { border-color: rgb(232,81,219); }
td.TdClassName
{
border-color: #E851DB;
}
.TagClassName
{
border-color: #E851DB;
}
</style>