Html Css Color HEX #E04ADC Free Speech Magenta
📋 copy color: '#E04ADC'red 224 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #E04ADC
Tints of Free Speech Magenta #E04ADC
RGB
CMYK
RGB Variations
Color information
#E04ADC (or 0xE04ADC) is known color: Free Speech Magenta. HEX triplet: E0, 4A and DC. RGB value is (224,74,220). Sum of RGB (Red+Green+Blue) = 224+74+220=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ADC is #1FB523. Grayscale: #878787. Windows color (decimal): -2077988 or 14437088. OLE color: 14437088.
HSL color Cylindrical-coordinate representation of color #E04ADC: hue angle of 301.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04ADC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 220 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.12 |
| HSL | 301.6º | 0.71% | 0.58% | - |
| HSV(B) | 301.6º | 0.67% | 0.88% | - |
| XYZ | 46.11 | 25.91 | 70.28 | - |
| YUV | 135.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 220 | 0 | 0.67 | 0.02 | 0.12 | 301.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | DC | 0 | 43 | 2 | C | 12E | 47 | 3A |
| Octal | 340 | 112 | 334 | 0 | 103 | 2 | 14 | 456 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011100 | 0 | 1000011 | 10 | 1100 | 100101110 | 1000111 | 111010 |
Color Harmonies of #E04ADC
Complementary color
Monochromatic Colors of #E04ADC
Black with #E04ADC
Text Example
Text Example
White with #E04ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ADC; }
p { color: rgb(224,74,220); }
H1.HeaderClassName
{
color: #E04ADC;
}
.AnyTagClassName
{
color: #E04ADC;
}
</style>
background-color css
<style>
a { background-color: #E04ADC; }
a { background-color: rgb(224,74,220); }
div.DivClassName
{
background-color: #E04ADC;
}
.BgClassName
{
background-color: #E04ADC;
}
</style>
border-color css
<style>
span { border-color: #E04ADC; }
span { border-color: rgb(224,74,220); }
td.TdClassName
{
border-color: #E04ADC;
}
.TagClassName
{
border-color: #E04ADC;
}
</style>