Html Css Color HEX #E04AD9 Free Speech Magenta
📋 copy color: '#E04AD9'red 224 ◦ green 74 ◦ blue 217
Shades of Free Speech Magenta #E04AD9
Tints of Free Speech Magenta #E04AD9
RGB
CMYK
RGB Variations
Color information
#E04AD9 (or 0xE04AD9) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D9. RGB value is (224,74,217). Sum of RGB (Red+Green+Blue) = 224+74+217=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD9 is #1FB526. Grayscale: #868686. Windows color (decimal): -2077991 or 14240480. OLE color: 14240480.
HSL color Cylindrical-coordinate representation of color #E04AD9: hue angle of 302.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 #E04AD9 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 217 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.12 |
| HSL | 302.8º | 0.71% | 0.58% | - |
| HSV(B) | 302.8º | 0.67% | 0.88% | - |
| XYZ | 45.71 | 25.75 | 68.21 | - |
| YUV | 135.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 217 | 0 | 0.67 | 0.03 | 0.12 | 302.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | D9 | 0 | 43 | 3 | C | 12F | 47 | 3A |
| Octal | 340 | 112 | 331 | 0 | 103 | 3 | 14 | 457 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011001 | 0 | 1000011 | 11 | 1100 | 100101111 | 1000111 | 111010 |
Color Harmonies of #E04AD9
Complementary color
Monochromatic Colors of #E04AD9
Black with #E04AD9
Text Example
Text Example
White with #E04AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AD9; }
p { color: rgb(224,74,217); }
H1.HeaderClassName
{
color: #E04AD9;
}
.AnyTagClassName
{
color: #E04AD9;
}
</style>
background-color css
<style>
a { background-color: #E04AD9; }
a { background-color: rgb(224,74,217); }
div.DivClassName
{
background-color: #E04AD9;
}
.BgClassName
{
background-color: #E04AD9;
}
</style>
border-color css
<style>
span { border-color: #E04AD9; }
span { border-color: rgb(224,74,217); }
td.TdClassName
{
border-color: #E04AD9;
}
.TagClassName
{
border-color: #E04AD9;
}
</style>