Html Css Color HEX #E963DB Free Speech Magenta
📋 copy color: '#E963DB'red 233 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #E963DB
Tints of Free Speech Magenta #E963DB
RGB
CMYK
RGB Variations
Color information
#E963DB (or 0xE963DB) is known color: Free Speech Magenta. HEX triplet: E9, 63 and DB. RGB value is (233,99,219). Sum of RGB (Red+Green+Blue) = 233+99+219=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E963DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963DB is #169C24. Grayscale: #989898. Windows color (decimal): -1481765 or 14377961. OLE color: 14377961.
HSL color Cylindrical-coordinate representation of color #E963DB: hue angle of 306.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963DB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 219 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.09 |
| HSL | 306.27º | 0.75% | 0.65% | - |
| HSV(B) | 306.27º | 0.58% | 0.91% | - |
| XYZ | 50.85 | 31.36 | 70.39 | - |
| YUV | 152.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 219 | 0 | 0.58 | 0.06 | 0.09 | 306.27 | 0.75 | 0.65 |
| Hex | E9 | 63 | DB | 0 | 3A | 6 | 9 | 132 | 4B | 41 |
| Octal | 351 | 143 | 333 | 0 | 72 | 6 | 11 | 462 | 113 | 101 |
| Binary | 11101001 | 1100011 | 11011011 | 0 | 111010 | 110 | 1001 | 100110010 | 1001011 | 1000001 |
Color Harmonies of #E963DB
Complementary color
Monochromatic Colors of #E963DB
Black with #E963DB
Text Example
Text Example
White with #E963DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963DB; }
p { color: rgb(233,99,219); }
H1.HeaderClassName
{
color: #E963DB;
}
.AnyTagClassName
{
color: #E963DB;
}
</style>
background-color css
<style>
a { background-color: #E963DB; }
a { background-color: rgb(233,99,219); }
div.DivClassName
{
background-color: #E963DB;
}
.BgClassName
{
background-color: #E963DB;
}
</style>
border-color css
<style>
span { border-color: #E963DB; }
span { border-color: rgb(233,99,219); }
td.TdClassName
{
border-color: #E963DB;
}
.TagClassName
{
border-color: #E963DB;
}
</style>