Html Css Color HEX #E85CE6 Free Speech Magenta
📋 copy color: '#E85CE6'red 232 ◦ green 92 ◦ blue 230
Shades of Free Speech Magenta #E85CE6
Tints of Free Speech Magenta #E85CE6
RGB
CMYK
RGB Variations
Color information
#E85CE6 (or 0xE85CE6) is known color: Free Speech Magenta. HEX triplet: E8, 5C and E6. RGB value is (232,92,230). Sum of RGB (Red+Green+Blue) = 232+92+230=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CE6 is #17A319. Grayscale: #959595. Windows color (decimal): -1549082 or 15097064. OLE color: 15097064.
HSL color Cylindrical-coordinate representation of color #E85CE6: hue angle of 300.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85CE6 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 230 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.09 |
| HSL | 300.86º | 0.75% | 0.64% | - |
| HSV(B) | 300.86º | 0.6% | 0.91% | - |
| XYZ | 51.39 | 30.52 | 78.05 | - |
| YUV | 149.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 230 | 0 | 0.60 | 0.01 | 0.09 | 300.86 | 0.75 | 0.64 |
| Hex | E8 | 5C | E6 | 0 | 3C | 1 | 9 | 12D | 4B | 40 |
| Octal | 350 | 134 | 346 | 0 | 74 | 1 | 11 | 455 | 113 | 100 |
| Binary | 11101000 | 1011100 | 11100110 | 0 | 111100 | 1 | 1001 | 100101101 | 1001011 | 1000000 |
Color Harmonies of #E85CE6
Complementary color
Monochromatic Colors of #E85CE6
Black with #E85CE6
Text Example
Text Example
White with #E85CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CE6; }
p { color: rgb(232,92,230); }
H1.HeaderClassName
{
color: #E85CE6;
}
.AnyTagClassName
{
color: #E85CE6;
}
</style>
background-color css
<style>
a { background-color: #E85CE6; }
a { background-color: rgb(232,92,230); }
div.DivClassName
{
background-color: #E85CE6;
}
.BgClassName
{
background-color: #E85CE6;
}
</style>
border-color css
<style>
span { border-color: #E85CE6; }
span { border-color: rgb(232,92,230); }
td.TdClassName
{
border-color: #E85CE6;
}
.TagClassName
{
border-color: #E85CE6;
}
</style>