Html Css Color HEX #E85EED Free Speech Magenta
📋 copy color: '#E85EED'red 232 ◦ green 94 ◦ blue 237
Shades of Free Speech Magenta #E85EED
Tints of Free Speech Magenta #E85EED
RGB
CMYK
RGB Variations
Color information
#E85EED (or 0xE85EED) is known color: Free Speech Magenta. HEX triplet: E8, 5E and ED. RGB value is (232,94,237). Sum of RGB (Red+Green+Blue) = 232+94+237=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #E85EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EED is #17A112. Grayscale: #979797. Windows color (decimal): -1548563 or 15556328. OLE color: 15556328.
HSL color Cylindrical-coordinate representation of color #E85EED: hue angle of 297.9º degrees, saturation: 0.8, 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 #E85EED is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 94 | 237 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.07 |
| HSL | 297.9º | 0.8% | 0.65% | - |
| HSV(B) | 297.9º | 0.6% | 0.93% | - |
| XYZ | 52.57 | 31.28 | 83.39 | - |
| YUV | 151.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 237 | 0.02 | 0.60 | 0 | 0.07 | 297.9 | 0.8 | 0.65 |
| Hex | E8 | 5E | ED | 2 | 3C | 0 | 7 | 12A | 50 | 41 |
| Octal | 350 | 136 | 355 | 2 | 74 | 0 | 7 | 452 | 120 | 101 |
| Binary | 11101000 | 1011110 | 11101101 | 10 | 111100 | 0 | 111 | 100101010 | 1010000 | 1000001 |
Color Harmonies of #E85EED
Complementary color
Monochromatic Colors of #E85EED
Black with #E85EED
Text Example
Text Example
White with #E85EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EED; }
p { color: rgb(232,94,237); }
H1.HeaderClassName
{
color: #E85EED;
}
.AnyTagClassName
{
color: #E85EED;
}
</style>
background-color css
<style>
a { background-color: #E85EED; }
a { background-color: rgb(232,94,237); }
div.DivClassName
{
background-color: #E85EED;
}
.BgClassName
{
background-color: #E85EED;
}
</style>
border-color css
<style>
span { border-color: #E85EED; }
span { border-color: rgb(232,94,237); }
td.TdClassName
{
border-color: #E85EED;
}
.TagClassName
{
border-color: #E85EED;
}
</style>