Html Css Color HEX #E863DB Free Speech Magenta
📋 copy color: '#E863DB'red 232 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #E863DB
Tints of Free Speech Magenta #E863DB
RGB
CMYK
RGB Variations
Color information
#E863DB (or 0xE863DB) is known color: Free Speech Magenta. HEX triplet: E8, 63 and DB. RGB value is (232,99,219). Sum of RGB (Red+Green+Blue) = 232+99+219=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E863DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863DB is #179C24. Grayscale: #989898. Windows color (decimal): -1547301 or 14377960. OLE color: 14377960.
HSL color Cylindrical-coordinate representation of color #E863DB: hue angle of 305.86º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E863DB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 219 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.09 |
| HSL | 305.86º | 0.74% | 0.65% | - |
| HSV(B) | 305.86º | 0.57% | 0.91% | - |
| XYZ | 50.53 | 31.19 | 70.38 | - |
| YUV | 152.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 219 | 0 | 0.57 | 0.06 | 0.09 | 305.86 | 0.74 | 0.65 |
| Hex | E8 | 63 | DB | 0 | 39 | 6 | 9 | 132 | 4A | 41 |
| Octal | 350 | 143 | 333 | 0 | 71 | 6 | 11 | 462 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11011011 | 0 | 111001 | 110 | 1001 | 100110010 | 1001010 | 1000001 |
Color Harmonies of #E863DB
Complementary color
Monochromatic Colors of #E863DB
Black with #E863DB
Text Example
Text Example
White with #E863DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863DB; }
p { color: rgb(232,99,219); }
H1.HeaderClassName
{
color: #E863DB;
}
.AnyTagClassName
{
color: #E863DB;
}
</style>
background-color css
<style>
a { background-color: #E863DB; }
a { background-color: rgb(232,99,219); }
div.DivClassName
{
background-color: #E863DB;
}
.BgClassName
{
background-color: #E863DB;
}
</style>
border-color css
<style>
span { border-color: #E863DB; }
span { border-color: rgb(232,99,219); }
td.TdClassName
{
border-color: #E863DB;
}
.TagClassName
{
border-color: #E863DB;
}
</style>