Html Css Color HEX #E859F2 Free Speech Magenta
📋 copy color: '#E859F2'red 232 ◦ green 89 ◦ blue 242
Shades of Free Speech Magenta #E859F2
Tints of Free Speech Magenta #E859F2
RGB
CMYK
RGB Variations
Color information
#E859F2 (or 0xE859F2) is known color: Free Speech Magenta. HEX triplet: E8, 59 and F2. RGB value is (232,89,242). Sum of RGB (Red+Green+Blue) = 232+89+242=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #E859F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E859F2 is #17A60D. Grayscale: #949494. Windows color (decimal): -1549838 or 15882728. OLE color: 15882728.
HSL color Cylindrical-coordinate representation of color #E859F2: hue angle of 296.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E859F2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 89 | 242 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.05 |
| HSL | 296.08º | 0.85% | 0.65% | - |
| HSV(B) | 296.08º | 0.63% | 0.95% | - |
| XYZ | 52.88 | 30.71 | 87.15 | - |
| YUV | 149.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 242 | 0.04 | 0.63 | 0 | 0.05 | 296.08 | 0.85 | 0.65 |
| Hex | E8 | 59 | F2 | 4 | 3F | 0 | 5 | 128 | 55 | 41 |
| Octal | 350 | 131 | 362 | 4 | 77 | 0 | 5 | 450 | 125 | 101 |
| Binary | 11101000 | 1011001 | 11110010 | 100 | 111111 | 0 | 101 | 100101000 | 1010101 | 1000001 |
Color Harmonies of #E859F2
Complementary color
Monochromatic Colors of #E859F2
Black with #E859F2
Text Example
Text Example
White with #E859F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E859F2; }
p { color: rgb(232,89,242); }
H1.HeaderClassName
{
color: #E859F2;
}
.AnyTagClassName
{
color: #E859F2;
}
</style>
background-color css
<style>
a { background-color: #E859F2; }
a { background-color: rgb(232,89,242); }
div.DivClassName
{
background-color: #E859F2;
}
.BgClassName
{
background-color: #E859F2;
}
</style>
border-color css
<style>
span { border-color: #E859F2; }
span { border-color: rgb(232,89,242); }
td.TdClassName
{
border-color: #E859F2;
}
.TagClassName
{
border-color: #E859F2;
}
</style>