Html Css Color HEX #E940DB Free Speech Magenta
📋 copy color: '#E940DB'red 233 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #E940DB
Tints of Free Speech Magenta #E940DB
RGB
CMYK
RGB Variations
Color information
#E940DB (or 0xE940DB) is known color: Free Speech Magenta. HEX triplet: E9, 40 and DB. RGB value is (233,64,219). Sum of RGB (Red+Green+Blue) = 233+64+219=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E940DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940DB is #16BF24. Grayscale: #838383. Windows color (decimal): -1490725 or 14369001. OLE color: 14369001.
HSL color Cylindrical-coordinate representation of color #E940DB: hue angle of 304.97º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940DB is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 219 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.09 |
| HSL | 304.97º | 0.79% | 0.58% | - |
| HSV(B) | 304.97º | 0.73% | 0.91% | - |
| XYZ | 48.22 | 26.1 | 69.51 | - |
| YUV | 132.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 219 | 0 | 0.73 | 0.06 | 0.09 | 304.97 | 0.79 | 0.58 |
| Hex | E9 | 40 | DB | 0 | 49 | 6 | 9 | 131 | 4F | 3A |
| Octal | 351 | 100 | 333 | 0 | 111 | 6 | 11 | 461 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11011011 | 0 | 1001001 | 110 | 1001 | 100110001 | 1001111 | 111010 |
Color Harmonies of #E940DB
Complementary color
Monochromatic Colors of #E940DB
Black with #E940DB
Text Example
Text Example
White with #E940DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940DB; }
p { color: rgb(233,64,219); }
H1.HeaderClassName
{
color: #E940DB;
}
.AnyTagClassName
{
color: #E940DB;
}
</style>
background-color css
<style>
a { background-color: #E940DB; }
a { background-color: rgb(233,64,219); }
div.DivClassName
{
background-color: #E940DB;
}
.BgClassName
{
background-color: #E940DB;
}
</style>
border-color css
<style>
span { border-color: #E940DB; }
span { border-color: rgb(233,64,219); }
td.TdClassName
{
border-color: #E940DB;
}
.TagClassName
{
border-color: #E940DB;
}
</style>