Html Css Color HEX #E863C9 Free Speech Magenta
📋 copy color: '#E863C9'red 232 ◦ green 99 ◦ blue 201
Shades of Free Speech Magenta #E863C9
Tints of Free Speech Magenta #E863C9
RGB
CMYK
RGB Variations
Color information
#E863C9 (or 0xE863C9) is known color: Free Speech Magenta. HEX triplet: E8, 63 and C9. RGB value is (232,99,201). Sum of RGB (Red+Green+Blue) = 232+99+201=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E863C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863C9 is #179C36. Grayscale: #969696. Windows color (decimal): -1547319 or 13198312. OLE color: 13198312.
HSL color Cylindrical-coordinate representation of color #E863C9: hue angle of 313.98º 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 #E863C9 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 201 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.09 |
| HSL | 313.99º | 0.74% | 0.65% | - |
| HSV(B) | 313.99º | 0.57% | 0.91% | - |
| XYZ | 48.28 | 30.3 | 58.56 | - |
| YUV | 150.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 201 | 0 | 0.57 | 0.13 | 0.09 | 313.99 | 0.74 | 0.65 |
| Hex | E8 | 63 | C9 | 0 | 39 | D | 9 | 13A | 4A | 41 |
| Octal | 350 | 143 | 311 | 0 | 71 | 15 | 11 | 472 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11001001 | 0 | 111001 | 1101 | 1001 | 100111010 | 1001010 | 1000001 |
Color Harmonies of #E863C9
Complementary color
Monochromatic Colors of #E863C9
Black with #E863C9
Text Example
Text Example
White with #E863C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863C9; }
p { color: rgb(232,99,201); }
H1.HeaderClassName
{
color: #E863C9;
}
.AnyTagClassName
{
color: #E863C9;
}
</style>
background-color css
<style>
a { background-color: #E863C9; }
a { background-color: rgb(232,99,201); }
div.DivClassName
{
background-color: #E863C9;
}
.BgClassName
{
background-color: #E863C9;
}
</style>
border-color css
<style>
span { border-color: #E863C9; }
span { border-color: rgb(232,99,201); }
td.TdClassName
{
border-color: #E863C9;
}
.TagClassName
{
border-color: #E863C9;
}
</style>