Html Css Color HEX #E96BDB Free Speech Magenta
📋 copy color: '#E96BDB'red 233 ◦ green 107 ◦ blue 219
Shades of Free Speech Magenta #E96BDB
Tints of Free Speech Magenta #E96BDB
RGB
CMYK
RGB Variations
Color information
#E96BDB (or 0xE96BDB) is known color: Free Speech Magenta. HEX triplet: E9, 6B and DB. RGB value is (233,107,219). Sum of RGB (Red+Green+Blue) = 233+107+219=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BDB is #169424. Grayscale: #9D9D9D. Windows color (decimal): -1479717 or 14380009. OLE color: 14380009.
HSL color Cylindrical-coordinate representation of color #E96BDB: hue angle of 306.67º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96BDB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 219 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.09 |
| HSL | 306.67º | 0.74% | 0.67% | - |
| HSV(B) | 306.67º | 0.54% | 0.91% | - |
| XYZ | 51.65 | 32.95 | 70.66 | - |
| YUV | 157.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 219 | 0 | 0.54 | 0.06 | 0.09 | 306.67 | 0.74 | 0.67 |
| Hex | E9 | 6B | DB | 0 | 36 | 6 | 9 | 133 | 4A | 43 |
| Octal | 351 | 153 | 333 | 0 | 66 | 6 | 11 | 463 | 112 | 103 |
| Binary | 11101001 | 1101011 | 11011011 | 0 | 110110 | 110 | 1001 | 100110011 | 1001010 | 1000011 |
Color Harmonies of #E96BDB
Complementary color
Monochromatic Colors of #E96BDB
Black with #E96BDB
Text Example
Text Example
White with #E96BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BDB; }
p { color: rgb(233,107,219); }
H1.HeaderClassName
{
color: #E96BDB;
}
.AnyTagClassName
{
color: #E96BDB;
}
</style>
background-color css
<style>
a { background-color: #E96BDB; }
a { background-color: rgb(233,107,219); }
div.DivClassName
{
background-color: #E96BDB;
}
.BgClassName
{
background-color: #E96BDB;
}
</style>
border-color css
<style>
span { border-color: #E96BDB; }
span { border-color: rgb(233,107,219); }
td.TdClassName
{
border-color: #E96BDB;
}
.TagClassName
{
border-color: #E96BDB;
}
</style>