Html Css Color HEX #E950DB Free Speech Magenta
📋 copy color: '#E950DB'red 233 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #E950DB
Tints of Free Speech Magenta #E950DB
RGB
CMYK
RGB Variations
Color information
#E950DB (or 0xE950DB) is known color: Free Speech Magenta. HEX triplet: E9, 50 and DB. RGB value is (233,80,219). Sum of RGB (Red+Green+Blue) = 233+80+219=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E950DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950DB is #16AF24. Grayscale: #8D8D8D. Windows color (decimal): -1486629 or 14373097. OLE color: 14373097.
HSL color Cylindrical-coordinate representation of color #E950DB: hue angle of 305.49º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950DB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 219 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.09 |
| HSL | 305.49º | 0.78% | 0.61% | - |
| HSV(B) | 305.49º | 0.66% | 0.91% | - |
| XYZ | 49.26 | 28.18 | 69.86 | - |
| YUV | 141.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 219 | 0 | 0.66 | 0.06 | 0.09 | 305.49 | 0.78 | 0.61 |
| Hex | E9 | 50 | DB | 0 | 42 | 6 | 9 | 131 | 4E | 3D |
| Octal | 351 | 120 | 333 | 0 | 102 | 6 | 11 | 461 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11011011 | 0 | 1000010 | 110 | 1001 | 100110001 | 1001110 | 111101 |
Color Harmonies of #E950DB
Complementary color
Monochromatic Colors of #E950DB
Black with #E950DB
Text Example
Text Example
White with #E950DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950DB; }
p { color: rgb(233,80,219); }
H1.HeaderClassName
{
color: #E950DB;
}
.AnyTagClassName
{
color: #E950DB;
}
</style>
background-color css
<style>
a { background-color: #E950DB; }
a { background-color: rgb(233,80,219); }
div.DivClassName
{
background-color: #E950DB;
}
.BgClassName
{
background-color: #E950DB;
}
</style>
border-color css
<style>
span { border-color: #E950DB; }
span { border-color: rgb(233,80,219); }
td.TdClassName
{
border-color: #E950DB;
}
.TagClassName
{
border-color: #E950DB;
}
</style>