Html Css Color HEX #E863E5 Free Speech Magenta
📋 copy color: '#E863E5'red 232 ◦ green 99 ◦ blue 229
Shades of Free Speech Magenta #E863E5
Tints of Free Speech Magenta #E863E5
RGB
CMYK
RGB Variations
Color information
#E863E5 (or 0xE863E5) is known color: Free Speech Magenta. HEX triplet: E8, 63 and E5. RGB value is (232,99,229). Sum of RGB (Red+Green+Blue) = 232+99+229=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E863E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863E5 is #179C1A. Grayscale: #999999. Windows color (decimal): -1547291 or 15033320. OLE color: 15033320.
HSL color Cylindrical-coordinate representation of color #E863E5: hue angle of 301.35º 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 #E863E5 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 229 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.09 |
| HSL | 301.35º | 0.74% | 0.65% | - |
| HSV(B) | 301.35º | 0.57% | 0.91% | - |
| XYZ | 51.88 | 31.74 | 77.52 | - |
| YUV | 153.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 229 | 0 | 0.57 | 0.01 | 0.09 | 301.35 | 0.74 | 0.65 |
| Hex | E8 | 63 | E5 | 0 | 39 | 1 | 9 | 12D | 4A | 41 |
| Octal | 350 | 143 | 345 | 0 | 71 | 1 | 11 | 455 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11100101 | 0 | 111001 | 1 | 1001 | 100101101 | 1001010 | 1000001 |
Color Harmonies of #E863E5
Complementary color
Monochromatic Colors of #E863E5
Black with #E863E5
Text Example
Text Example
White with #E863E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863E5; }
p { color: rgb(232,99,229); }
H1.HeaderClassName
{
color: #E863E5;
}
.AnyTagClassName
{
color: #E863E5;
}
</style>
background-color css
<style>
a { background-color: #E863E5; }
a { background-color: rgb(232,99,229); }
div.DivClassName
{
background-color: #E863E5;
}
.BgClassName
{
background-color: #E863E5;
}
</style>
border-color css
<style>
span { border-color: #E863E5; }
span { border-color: rgb(232,99,229); }
td.TdClassName
{
border-color: #E863E5;
}
.TagClassName
{
border-color: #E863E5;
}
</style>