Html Css Color HEX #E84EED Free Speech Magenta
📋 copy color: '#E84EED'red 232 ◦ green 78 ◦ blue 237
Shades of Free Speech Magenta #E84EED
Tints of Free Speech Magenta #E84EED
RGB
CMYK
RGB Variations
Color information
#E84EED (or 0xE84EED) is known color: Free Speech Magenta. HEX triplet: E8, 4E and ED. RGB value is (232,78,237). Sum of RGB (Red+Green+Blue) = 232+78+237=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E84EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84EED is #17B112. Grayscale: #8D8D8D. Windows color (decimal): -1552659 or 15552232. OLE color: 15552232.
HSL color Cylindrical-coordinate representation of color #E84EED: hue angle of 298.11º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84EED is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 78 | 237 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.07 |
| HSL | 298.11º | 0.82% | 0.62% | - |
| HSV(B) | 298.11º | 0.67% | 0.93% | - |
| XYZ | 51.29 | 28.72 | 82.96 | - |
| YUV | 142.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 237 | 0.02 | 0.67 | 0 | 0.07 | 298.11 | 0.82 | 0.62 |
| Hex | E8 | 4E | ED | 2 | 43 | 0 | 7 | 12A | 52 | 3E |
| Octal | 350 | 116 | 355 | 2 | 103 | 0 | 7 | 452 | 122 | 76 |
| Binary | 11101000 | 1001110 | 11101101 | 10 | 1000011 | 0 | 111 | 100101010 | 1010010 | 111110 |
Color Harmonies of #E84EED
Complementary color
Monochromatic Colors of #E84EED
Black with #E84EED
Text Example
Text Example
White with #E84EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EED; }
p { color: rgb(232,78,237); }
H1.HeaderClassName
{
color: #E84EED;
}
.AnyTagClassName
{
color: #E84EED;
}
</style>
background-color css
<style>
a { background-color: #E84EED; }
a { background-color: rgb(232,78,237); }
div.DivClassName
{
background-color: #E84EED;
}
.BgClassName
{
background-color: #E84EED;
}
</style>
border-color css
<style>
span { border-color: #E84EED; }
span { border-color: rgb(232,78,237); }
td.TdClassName
{
border-color: #E84EED;
}
.TagClassName
{
border-color: #E84EED;
}
</style>