Html Css Color HEX #E860EE Free Speech Magenta
📋 copy color: '#E860EE'red 232 ◦ green 96 ◦ blue 238
Shades of Free Speech Magenta #E860EE
Tints of Free Speech Magenta #E860EE
RGB
CMYK
RGB Variations
Color information
#E860EE (or 0xE860EE) is known color: Free Speech Magenta. HEX triplet: E8, 60 and EE. RGB value is (232,96,238). Sum of RGB (Red+Green+Blue) = 232+96+238=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #E860EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E860EE is #179F11. Grayscale: #989898. Windows color (decimal): -1548050 or 15622376. OLE color: 15622376.
HSL color Cylindrical-coordinate representation of color #E860EE: hue angle of 297.46º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E860EE is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 96 | 238 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.07 |
| HSL | 297.46º | 0.81% | 0.65% | - |
| HSV(B) | 297.46º | 0.6% | 0.93% | - |
| XYZ | 52.89 | 31.69 | 84.22 | - |
| YUV | 152.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 238 | 0.03 | 0.60 | 0 | 0.07 | 297.46 | 0.81 | 0.65 |
| Hex | E8 | 60 | EE | 3 | 3C | 0 | 7 | 129 | 51 | 41 |
| Octal | 350 | 140 | 356 | 3 | 74 | 0 | 7 | 451 | 121 | 101 |
| Binary | 11101000 | 1100000 | 11101110 | 11 | 111100 | 0 | 111 | 100101001 | 1010001 | 1000001 |
Color Harmonies of #E860EE
Complementary color
Monochromatic Colors of #E860EE
Black with #E860EE
Text Example
Text Example
White with #E860EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860EE; }
p { color: rgb(232,96,238); }
H1.HeaderClassName
{
color: #E860EE;
}
.AnyTagClassName
{
color: #E860EE;
}
</style>
background-color css
<style>
a { background-color: #E860EE; }
a { background-color: rgb(232,96,238); }
div.DivClassName
{
background-color: #E860EE;
}
.BgClassName
{
background-color: #E860EE;
}
</style>
border-color css
<style>
span { border-color: #E860EE; }
span { border-color: rgb(232,96,238); }
td.TdClassName
{
border-color: #E860EE;
}
.TagClassName
{
border-color: #E860EE;
}
</style>