Html Css Color HEX #E04AD8 Free Speech Magenta
📋 copy color: '#E04AD8'red 224 ◦ green 74 ◦ blue 216
Shades of Free Speech Magenta #E04AD8
Tints of Free Speech Magenta #E04AD8
RGB
CMYK
RGB Variations
Color information
#E04AD8 (or 0xE04AD8) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D8. RGB value is (224,74,216). Sum of RGB (Red+Green+Blue) = 224+74+216=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD8 is #1FB527. Grayscale: #868686. Windows color (decimal): -2077992 or 14174944. OLE color: 14174944.
HSL color Cylindrical-coordinate representation of color #E04AD8: hue angle of 303.2º 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 #E04AD8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 216 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.12 |
| HSL | 303.2º | 0.71% | 0.58% | - |
| HSV(B) | 303.2º | 0.67% | 0.88% | - |
| XYZ | 45.58 | 25.7 | 67.52 | - |
| YUV | 135.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 216 | 0 | 0.67 | 0.04 | 0.12 | 303.2 | 0.71 | 0.58 |
| Hex | E0 | 4A | D8 | 0 | 43 | 4 | C | 12F | 47 | 3A |
| Octal | 340 | 112 | 330 | 0 | 103 | 4 | 14 | 457 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011000 | 0 | 1000011 | 100 | 1100 | 100101111 | 1000111 | 111010 |
Color Harmonies of #E04AD8
Complementary color
Monochromatic Colors of #E04AD8
Black with #E04AD8
Text Example
Text Example
White with #E04AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AD8; }
p { color: rgb(224,74,216); }
H1.HeaderClassName
{
color: #E04AD8;
}
.AnyTagClassName
{
color: #E04AD8;
}
</style>
background-color css
<style>
a { background-color: #E04AD8; }
a { background-color: rgb(224,74,216); }
div.DivClassName
{
background-color: #E04AD8;
}
.BgClassName
{
background-color: #E04AD8;
}
</style>
border-color css
<style>
span { border-color: #E04AD8; }
span { border-color: rgb(224,74,216); }
td.TdClassName
{
border-color: #E04AD8;
}
.TagClassName
{
border-color: #E04AD8;
}
</style>