Html Css Color HEX #E04AD6 Free Speech Magenta
📋 copy color: '#E04AD6'red 224 ◦ green 74 ◦ blue 214
Shades of Free Speech Magenta #E04AD6
Tints of Free Speech Magenta #E04AD6
RGB
CMYK
RGB Variations
Color information
#E04AD6 (or 0xE04AD6) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D6. RGB value is (224,74,214). Sum of RGB (Red+Green+Blue) = 224+74+214=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD6 is #1FB529. Grayscale: #868686. Windows color (decimal): -2077994 or 14043872. OLE color: 14043872.
HSL color Cylindrical-coordinate representation of color #E04AD6: hue angle of 304º 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 #E04AD6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 214 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.12 |
| HSL | 304º | 0.71% | 0.58% | - |
| HSV(B) | 304º | 0.67% | 0.88% | - |
| XYZ | 45.33 | 25.6 | 66.17 | - |
| YUV | 134.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 214 | 0 | 0.67 | 0.04 | 0.12 | 304 | 0.71 | 0.58 |
| Hex | E0 | 4A | D6 | 0 | 43 | 4 | C | 130 | 47 | 3A |
| Octal | 340 | 112 | 326 | 0 | 103 | 4 | 14 | 460 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11010110 | 0 | 1000011 | 100 | 1100 | 100110000 | 1000111 | 111010 |
Color Harmonies of #E04AD6
Complementary color
Monochromatic Colors of #E04AD6
Black with #E04AD6
Text Example
Text Example
White with #E04AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AD6; }
p { color: rgb(224,74,214); }
H1.HeaderClassName
{
color: #E04AD6;
}
.AnyTagClassName
{
color: #E04AD6;
}
</style>
background-color css
<style>
a { background-color: #E04AD6; }
a { background-color: rgb(224,74,214); }
div.DivClassName
{
background-color: #E04AD6;
}
.BgClassName
{
background-color: #E04AD6;
}
</style>
border-color css
<style>
span { border-color: #E04AD6; }
span { border-color: rgb(224,74,214); }
td.TdClassName
{
border-color: #E04AD6;
}
.TagClassName
{
border-color: #E04AD6;
}
</style>