Html Css Color HEX #E04ADE Free Speech Magenta
📋 copy color: '#E04ADE'red 224 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E04ADE
Tints of Free Speech Magenta #E04ADE
RGB
CMYK
RGB Variations
Color information
#E04ADE (or 0xE04ADE) is known color: Free Speech Magenta. HEX triplet: E0, 4A and DE. RGB value is (224,74,222). Sum of RGB (Red+Green+Blue) = 224+74+222=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ADE is #1FB521. Grayscale: #878787. Windows color (decimal): -2077986 or 14568160. OLE color: 14568160.
HSL color Cylindrical-coordinate representation of color #E04ADE: hue angle of 300.8º 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 #E04ADE is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 222 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.12 |
| HSL | 300.8º | 0.71% | 0.58% | - |
| HSV(B) | 300.8º | 0.67% | 0.88% | - |
| XYZ | 46.37 | 26.02 | 71.69 | - |
| YUV | 135.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 222 | 0 | 0.67 | 0.01 | 0.12 | 300.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | DE | 0 | 43 | 1 | C | 12D | 47 | 3A |
| Octal | 340 | 112 | 336 | 0 | 103 | 1 | 14 | 455 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011110 | 0 | 1000011 | 1 | 1100 | 100101101 | 1000111 | 111010 |
Color Harmonies of #E04ADE
Complementary color
Monochromatic Colors of #E04ADE
Black with #E04ADE
Text Example
Text Example
White with #E04ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ADE; }
p { color: rgb(224,74,222); }
H1.HeaderClassName
{
color: #E04ADE;
}
.AnyTagClassName
{
color: #E04ADE;
}
</style>
background-color css
<style>
a { background-color: #E04ADE; }
a { background-color: rgb(224,74,222); }
div.DivClassName
{
background-color: #E04ADE;
}
.BgClassName
{
background-color: #E04ADE;
}
</style>
border-color css
<style>
span { border-color: #E04ADE; }
span { border-color: rgb(224,74,222); }
td.TdClassName
{
border-color: #E04ADE;
}
.TagClassName
{
border-color: #E04ADE;
}
</style>