Html Css Color HEX #E05EDC Free Speech Magenta
📋 copy color: '#E05EDC'red 224 ◦ green 94 ◦ blue 220
Shades of Free Speech Magenta #E05EDC
Tints of Free Speech Magenta #E05EDC
RGB
CMYK
RGB Variations
Color information
#E05EDC (or 0xE05EDC) is known color: Free Speech Magenta. HEX triplet: E0, 5E and DC. RGB value is (224,94,220). Sum of RGB (Red+Green+Blue) = 224+94+220=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EDC is #1FA123. Grayscale: #929292. Windows color (decimal): -2072868 or 14442208. OLE color: 14442208.
HSL color Cylindrical-coordinate representation of color #E05EDC: hue angle of 301.85º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05EDC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 220 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.12 |
| HSL | 301.85º | 0.68% | 0.62% | - |
| HSV(B) | 301.85º | 0.58% | 0.88% | - |
| XYZ | 47.66 | 29.02 | 70.8 | - |
| YUV | 147.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 220 | 0 | 0.58 | 0.02 | 0.12 | 301.85 | 0.68 | 0.62 |
| Hex | E0 | 5E | DC | 0 | 3A | 2 | C | 12E | 44 | 3E |
| Octal | 340 | 136 | 334 | 0 | 72 | 2 | 14 | 456 | 104 | 76 |
| Binary | 11100000 | 1011110 | 11011100 | 0 | 111010 | 10 | 1100 | 100101110 | 1000100 | 111110 |
Color Harmonies of #E05EDC
Complementary color
Monochromatic Colors of #E05EDC
Black with #E05EDC
Text Example
Text Example
White with #E05EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EDC; }
p { color: rgb(224,94,220); }
H1.HeaderClassName
{
color: #E05EDC;
}
.AnyTagClassName
{
color: #E05EDC;
}
</style>
background-color css
<style>
a { background-color: #E05EDC; }
a { background-color: rgb(224,94,220); }
div.DivClassName
{
background-color: #E05EDC;
}
.BgClassName
{
background-color: #E05EDC;
}
</style>
border-color css
<style>
span { border-color: #E05EDC; }
span { border-color: rgb(224,94,220); }
td.TdClassName
{
border-color: #E05EDC;
}
.TagClassName
{
border-color: #E05EDC;
}
</style>