Html Css Color HEX #E968DB Free Speech Magenta
📋 copy color: '#E968DB'red 233 ◦ green 104 ◦ blue 219
Shades of Free Speech Magenta #E968DB
Tints of Free Speech Magenta #E968DB
RGB
CMYK
RGB Variations
Color information
#E968DB (or 0xE968DB) is known color: Free Speech Magenta. HEX triplet: E9, 68 and DB. RGB value is (233,104,219). Sum of RGB (Red+Green+Blue) = 233+104+219=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E968DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968DB is #169724. Grayscale: #9B9B9B. Windows color (decimal): -1480485 or 14379241. OLE color: 14379241.
HSL color Cylindrical-coordinate representation of color #E968DB: hue angle of 306.51º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E968DB is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 219 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.09 |
| HSL | 306.51º | 0.75% | 0.66% | - |
| HSV(B) | 306.51º | 0.55% | 0.91% | - |
| XYZ | 51.34 | 32.34 | 70.55 | - |
| YUV | 155.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 219 | 0 | 0.55 | 0.06 | 0.09 | 306.51 | 0.75 | 0.66 |
| Hex | E9 | 68 | DB | 0 | 37 | 6 | 9 | 133 | 4B | 42 |
| Octal | 351 | 150 | 333 | 0 | 67 | 6 | 11 | 463 | 113 | 102 |
| Binary | 11101001 | 1101000 | 11011011 | 0 | 110111 | 110 | 1001 | 100110011 | 1001011 | 1000010 |
Color Harmonies of #E968DB
Complementary color
Monochromatic Colors of #E968DB
Black with #E968DB
Text Example
Text Example
White with #E968DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968DB; }
p { color: rgb(233,104,219); }
H1.HeaderClassName
{
color: #E968DB;
}
.AnyTagClassName
{
color: #E968DB;
}
</style>
background-color css
<style>
a { background-color: #E968DB; }
a { background-color: rgb(233,104,219); }
div.DivClassName
{
background-color: #E968DB;
}
.BgClassName
{
background-color: #E968DB;
}
</style>
border-color css
<style>
span { border-color: #E968DB; }
span { border-color: rgb(233,104,219); }
td.TdClassName
{
border-color: #E968DB;
}
.TagClassName
{
border-color: #E968DB;
}
</style>