Html Css Color HEX #E840DB Free Speech Magenta
📋 copy color: '#E840DB'red 232 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #E840DB
Tints of Free Speech Magenta #E840DB
RGB
CMYK
RGB Variations
Color information
#E840DB (or 0xE840DB) is known color: Free Speech Magenta. HEX triplet: E8, 40 and DB. RGB value is (232,64,219). Sum of RGB (Red+Green+Blue) = 232+64+219=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E840DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E840DB is #17BF24. Grayscale: #838383. Windows color (decimal): -1556261 or 14369000. OLE color: 14369000.
HSL color Cylindrical-coordinate representation of color #E840DB: hue angle of 304.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E840DB is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 219 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.09 |
| HSL | 304.64º | 0.79% | 0.58% | - |
| HSV(B) | 304.64º | 0.72% | 0.91% | - |
| XYZ | 47.9 | 25.94 | 69.5 | - |
| YUV | 131.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 219 | 0 | 0.72 | 0.06 | 0.09 | 304.64 | 0.79 | 0.58 |
| Hex | E8 | 40 | DB | 0 | 48 | 6 | 9 | 131 | 4F | 3A |
| Octal | 350 | 100 | 333 | 0 | 110 | 6 | 11 | 461 | 117 | 72 |
| Binary | 11101000 | 1000000 | 11011011 | 0 | 1001000 | 110 | 1001 | 100110001 | 1001111 | 111010 |
Color Harmonies of #E840DB
Complementary color
Monochromatic Colors of #E840DB
Black with #E840DB
Text Example
Text Example
White with #E840DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E840DB; }
p { color: rgb(232,64,219); }
H1.HeaderClassName
{
color: #E840DB;
}
.AnyTagClassName
{
color: #E840DB;
}
</style>
background-color css
<style>
a { background-color: #E840DB; }
a { background-color: rgb(232,64,219); }
div.DivClassName
{
background-color: #E840DB;
}
.BgClassName
{
background-color: #E840DB;
}
</style>
border-color css
<style>
span { border-color: #E840DB; }
span { border-color: rgb(232,64,219); }
td.TdClassName
{
border-color: #E840DB;
}
.TagClassName
{
border-color: #E840DB;
}
</style>