Html Css Color HEX #E04ADA Free Speech Magenta
📋 copy color: '#E04ADA'red 224 ◦ green 74 ◦ blue 218
Shades of Free Speech Magenta #E04ADA
Tints of Free Speech Magenta #E04ADA
RGB
CMYK
RGB Variations
Color information
#E04ADA (or 0xE04ADA) is known color: Free Speech Magenta. HEX triplet: E0, 4A and DA. RGB value is (224,74,218). Sum of RGB (Red+Green+Blue) = 224+74+218=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ADA is #1FB525. Grayscale: #868686. Windows color (decimal): -2077990 or 14306016. OLE color: 14306016.
HSL color Cylindrical-coordinate representation of color #E04ADA: hue angle of 302.4º 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 #E04ADA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 218 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.12 |
| HSL | 302.4º | 0.71% | 0.58% | - |
| HSV(B) | 302.4º | 0.67% | 0.88% | - |
| XYZ | 45.84 | 25.81 | 68.89 | - |
| YUV | 135.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 218 | 0 | 0.67 | 0.03 | 0.12 | 302.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | DA | 0 | 43 | 3 | C | 12E | 47 | 3A |
| Octal | 340 | 112 | 332 | 0 | 103 | 3 | 14 | 456 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011010 | 0 | 1000011 | 11 | 1100 | 100101110 | 1000111 | 111010 |
Color Harmonies of #E04ADA
Complementary color
Monochromatic Colors of #E04ADA
Black with #E04ADA
Text Example
Text Example
White with #E04ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ADA; }
p { color: rgb(224,74,218); }
H1.HeaderClassName
{
color: #E04ADA;
}
.AnyTagClassName
{
color: #E04ADA;
}
</style>
background-color css
<style>
a { background-color: #E04ADA; }
a { background-color: rgb(224,74,218); }
div.DivClassName
{
background-color: #E04ADA;
}
.BgClassName
{
background-color: #E04ADA;
}
</style>
border-color css
<style>
span { border-color: #E04ADA; }
span { border-color: rgb(224,74,218); }
td.TdClassName
{
border-color: #E04ADA;
}
.TagClassName
{
border-color: #E04ADA;
}
</style>