Html Css Color HEX #E863D1 Free Speech Magenta
📋 copy color: '#E863D1'red 232 ◦ green 99 ◦ blue 209
Shades of Free Speech Magenta #E863D1
Tints of Free Speech Magenta #E863D1
RGB
CMYK
RGB Variations
Color information
#E863D1 (or 0xE863D1) is known color: Free Speech Magenta. HEX triplet: E8, 63 and D1. RGB value is (232,99,209). Sum of RGB (Red+Green+Blue) = 232+99+209=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E863D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863D1 is #179C2E. Grayscale: #979797. Windows color (decimal): -1547311 or 13722600. OLE color: 13722600.
HSL color Cylindrical-coordinate representation of color #E863D1: hue angle of 310.38º 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 #E863D1 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 209 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.09 |
| HSL | 310.38º | 0.74% | 0.65% | - |
| HSV(B) | 310.38º | 0.57% | 0.91% | - |
| XYZ | 49.25 | 30.68 | 63.65 | - |
| YUV | 151.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 209 | 0 | 0.57 | 0.10 | 0.09 | 310.38 | 0.74 | 0.65 |
| Hex | E8 | 63 | D1 | 0 | 39 | A | 9 | 136 | 4A | 41 |
| Octal | 350 | 143 | 321 | 0 | 71 | 12 | 11 | 466 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11010001 | 0 | 111001 | 1010 | 1001 | 100110110 | 1001010 | 1000001 |
Color Harmonies of #E863D1
Complementary color
Monochromatic Colors of #E863D1
Black with #E863D1
Text Example
Text Example
White with #E863D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863D1; }
p { color: rgb(232,99,209); }
H1.HeaderClassName
{
color: #E863D1;
}
.AnyTagClassName
{
color: #E863D1;
}
</style>
background-color css
<style>
a { background-color: #E863D1; }
a { background-color: rgb(232,99,209); }
div.DivClassName
{
background-color: #E863D1;
}
.BgClassName
{
background-color: #E863D1;
}
</style>
border-color css
<style>
span { border-color: #E863D1; }
span { border-color: rgb(232,99,209); }
td.TdClassName
{
border-color: #E863D1;
}
.TagClassName
{
border-color: #E863D1;
}
</style>