Html Css Color HEX #E84EDC Free Speech Magenta
📋 copy color: '#E84EDC'red 232 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #E84EDC
Tints of Free Speech Magenta #E84EDC
RGB
CMYK
RGB Variations
Color information
#E84EDC (or 0xE84EDC) is known color: Free Speech Magenta. HEX triplet: E8, 4E and DC. RGB value is (232,78,220). Sum of RGB (Red+Green+Blue) = 232+78+220=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84EDC is #17B123. Grayscale: #8B8B8B. Windows color (decimal): -1552676 or 14438120. OLE color: 14438120.
HSL color Cylindrical-coordinate representation of color #E84EDC: hue angle of 304.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84EDC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 220 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.68º | 0.77% | 0.61% | - |
| HSV(B) | 304.68º | 0.66% | 0.91% | - |
| XYZ | 48.92 | 27.77 | 70.49 | - |
| YUV | 140.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 220 | 0 | 0.66 | 0.05 | 0.09 | 304.68 | 0.77 | 0.61 |
| Hex | E8 | 4E | DC | 0 | 42 | 5 | 9 | 131 | 4D | 3D |
| Octal | 350 | 116 | 334 | 0 | 102 | 5 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1001110 | 11011100 | 0 | 1000010 | 101 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E84EDC
Complementary color
Monochromatic Colors of #E84EDC
Black with #E84EDC
Text Example
Text Example
White with #E84EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EDC; }
p { color: rgb(232,78,220); }
H1.HeaderClassName
{
color: #E84EDC;
}
.AnyTagClassName
{
color: #E84EDC;
}
</style>
background-color css
<style>
a { background-color: #E84EDC; }
a { background-color: rgb(232,78,220); }
div.DivClassName
{
background-color: #E84EDC;
}
.BgClassName
{
background-color: #E84EDC;
}
</style>
border-color css
<style>
span { border-color: #E84EDC; }
span { border-color: rgb(232,78,220); }
td.TdClassName
{
border-color: #E84EDC;
}
.TagClassName
{
border-color: #E84EDC;
}
</style>