Html Css Color HEX #E857F0 Free Speech Magenta
📋 copy color: '#E857F0'red 232 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E857F0
Tints of Free Speech Magenta #E857F0
RGB
CMYK
RGB Variations
Color information
#E857F0 (or 0xE857F0) is known color: Free Speech Magenta. HEX triplet: E8, 57 and F0. RGB value is (232,87,240). Sum of RGB (Red+Green+Blue) = 232+87+240=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 87 (34.38% from 255 or 15.56% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #E857F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E857F0 is #17A80F. Grayscale: #939393. Windows color (decimal): -1550352 or 15751144. OLE color: 15751144.
HSL color Cylindrical-coordinate representation of color #E857F0: hue angle of 296.86º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E857F0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 87 | 240 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.06 |
| HSL | 296.86º | 0.84% | 0.64% | - |
| HSV(B) | 296.86º | 0.64% | 0.94% | - |
| XYZ | 52.42 | 30.26 | 85.52 | - |
| YUV | 147.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 240 | 0.03 | 0.64 | 0 | 0.06 | 296.86 | 0.84 | 0.64 |
| Hex | E8 | 57 | F0 | 3 | 40 | 0 | 6 | 129 | 54 | 40 |
| Octal | 350 | 127 | 360 | 3 | 100 | 0 | 6 | 451 | 124 | 100 |
| Binary | 11101000 | 1010111 | 11110000 | 11 | 1000000 | 0 | 110 | 100101001 | 1010100 | 1000000 |
Color Harmonies of #E857F0
Complementary color
Monochromatic Colors of #E857F0
Black with #E857F0
Text Example
Text Example
White with #E857F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E857F0; }
p { color: rgb(232,87,240); }
H1.HeaderClassName
{
color: #E857F0;
}
.AnyTagClassName
{
color: #E857F0;
}
</style>
background-color css
<style>
a { background-color: #E857F0; }
a { background-color: rgb(232,87,240); }
div.DivClassName
{
background-color: #E857F0;
}
.BgClassName
{
background-color: #E857F0;
}
</style>
border-color css
<style>
span { border-color: #E857F0; }
span { border-color: rgb(232,87,240); }
td.TdClassName
{
border-color: #E857F0;
}
.TagClassName
{
border-color: #E857F0;
}
</style>