Html Css Color HEX #E863C5 Free Speech Magenta
📋 copy color: '#E863C5'red 232 ◦ green 99 ◦ blue 197
Shades of Free Speech Magenta #E863C5
Tints of Free Speech Magenta #E863C5
RGB
CMYK
RGB Variations
Color information
#E863C5 (or 0xE863C5) is known color: Free Speech Magenta. HEX triplet: E8, 63 and C5. RGB value is (232,99,197). Sum of RGB (Red+Green+Blue) = 232+99+197=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E863C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863C5 is #179C3A. Grayscale: #959595. Windows color (decimal): -1547323 or 12936168. OLE color: 12936168.
HSL color Cylindrical-coordinate representation of color #E863C5: hue angle of 315.79º 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 #E863C5 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 197 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.09 |
| HSL | 315.79º | 0.74% | 0.65% | - |
| HSV(B) | 315.79º | 0.57% | 0.91% | - |
| XYZ | 47.82 | 30.11 | 56.11 | - |
| YUV | 149.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 197 | 0 | 0.57 | 0.15 | 0.09 | 315.79 | 0.74 | 0.65 |
| Hex | E8 | 63 | C5 | 0 | 39 | F | 9 | 13C | 4A | 41 |
| Octal | 350 | 143 | 305 | 0 | 71 | 17 | 11 | 474 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11000101 | 0 | 111001 | 1111 | 1001 | 100111100 | 1001010 | 1000001 |
Color Harmonies of #E863C5
Complementary color
Monochromatic Colors of #E863C5
Black with #E863C5
Text Example
Text Example
White with #E863C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863C5; }
p { color: rgb(232,99,197); }
H1.HeaderClassName
{
color: #E863C5;
}
.AnyTagClassName
{
color: #E863C5;
}
</style>
background-color css
<style>
a { background-color: #E863C5; }
a { background-color: rgb(232,99,197); }
div.DivClassName
{
background-color: #E863C5;
}
.BgClassName
{
background-color: #E863C5;
}
</style>
border-color css
<style>
span { border-color: #E863C5; }
span { border-color: rgb(232,99,197); }
td.TdClassName
{
border-color: #E863C5;
}
.TagClassName
{
border-color: #E863C5;
}
</style>