Html Css Color HEX #E941DB Free Speech Magenta
📋 copy color: '#E941DB'red 233 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #E941DB
Tints of Free Speech Magenta #E941DB
RGB
CMYK
RGB Variations
Color information
#E941DB (or 0xE941DB) is known color: Free Speech Magenta. HEX triplet: E9, 41 and DB. RGB value is (233,65,219). Sum of RGB (Red+Green+Blue) = 233+65+219=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E941DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941DB is #16BE24. Grayscale: #848484. Windows color (decimal): -1490469 or 14369257. OLE color: 14369257.
HSL color Cylindrical-coordinate representation of color #E941DB: hue angle of 305º 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 #E941DB is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 219 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.09 |
| HSL | 305º | 0.79% | 0.58% | - |
| HSV(B) | 305º | 0.72% | 0.91% | - |
| XYZ | 48.28 | 26.22 | 69.53 | - |
| YUV | 132.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 219 | 0 | 0.72 | 0.06 | 0.09 | 305 | 0.79 | 0.58 |
| Hex | E9 | 41 | DB | 0 | 48 | 6 | 9 | 131 | 4F | 3A |
| Octal | 351 | 101 | 333 | 0 | 110 | 6 | 11 | 461 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11011011 | 0 | 1001000 | 110 | 1001 | 100110001 | 1001111 | 111010 |
Color Harmonies of #E941DB
Complementary color
Monochromatic Colors of #E941DB
Black with #E941DB
Text Example
Text Example
White with #E941DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941DB; }
p { color: rgb(233,65,219); }
H1.HeaderClassName
{
color: #E941DB;
}
.AnyTagClassName
{
color: #E941DB;
}
</style>
background-color css
<style>
a { background-color: #E941DB; }
a { background-color: rgb(233,65,219); }
div.DivClassName
{
background-color: #E941DB;
}
.BgClassName
{
background-color: #E941DB;
}
</style>
border-color css
<style>
span { border-color: #E941DB; }
span { border-color: rgb(233,65,219); }
td.TdClassName
{
border-color: #E941DB;
}
.TagClassName
{
border-color: #E941DB;
}
</style>