Html Css Color HEX #E944DB Free Speech Magenta
📋 copy color: '#E944DB'red 233 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #E944DB
Tints of Free Speech Magenta #E944DB
RGB
CMYK
RGB Variations
Color information
#E944DB (or 0xE944DB) is known color: Free Speech Magenta. HEX triplet: E9, 44 and DB. RGB value is (233,68,219). Sum of RGB (Red+Green+Blue) = 233+68+219=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E944DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E944DB is #16BB24. Grayscale: #868686. Windows color (decimal): -1489701 or 14370025. OLE color: 14370025.
HSL color Cylindrical-coordinate representation of color #E944DB: hue angle of 305.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E944DB is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 219 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.09 |
| HSL | 305.09º | 0.79% | 0.59% | - |
| HSV(B) | 305.09º | 0.71% | 0.91% | - |
| XYZ | 48.46 | 26.57 | 69.59 | - |
| YUV | 134.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 219 | 0 | 0.71 | 0.06 | 0.09 | 305.09 | 0.79 | 0.59 |
| Hex | E9 | 44 | DB | 0 | 47 | 6 | 9 | 131 | 4F | 3B |
| Octal | 351 | 104 | 333 | 0 | 107 | 6 | 11 | 461 | 117 | 73 |
| Binary | 11101001 | 1000100 | 11011011 | 0 | 1000111 | 110 | 1001 | 100110001 | 1001111 | 111011 |
Color Harmonies of #E944DB
Complementary color
Monochromatic Colors of #E944DB
Black with #E944DB
Text Example
Text Example
White with #E944DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E944DB; }
p { color: rgb(233,68,219); }
H1.HeaderClassName
{
color: #E944DB;
}
.AnyTagClassName
{
color: #E944DB;
}
</style>
background-color css
<style>
a { background-color: #E944DB; }
a { background-color: rgb(233,68,219); }
div.DivClassName
{
background-color: #E944DB;
}
.BgClassName
{
background-color: #E944DB;
}
</style>
border-color css
<style>
span { border-color: #E944DB; }
span { border-color: rgb(233,68,219); }
td.TdClassName
{
border-color: #E944DB;
}
.TagClassName
{
border-color: #E944DB;
}
</style>