Html Css Color HEX #E04AD3 Free Speech Magenta
📋 copy color: '#E04AD3'red 224 ◦ green 74 ◦ blue 211
Shades of Free Speech Magenta #E04AD3
Tints of Free Speech Magenta #E04AD3
RGB
CMYK
RGB Variations
Color information
#E04AD3 (or 0xE04AD3) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D3. RGB value is (224,74,211). Sum of RGB (Red+Green+Blue) = 224+74+211=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD3 is #1FB52C. Grayscale: #868686. Windows color (decimal): -2077997 or 13847264. OLE color: 13847264.
HSL color Cylindrical-coordinate representation of color #E04AD3: hue angle of 305.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 #E04AD3 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 211 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.12 |
| HSL | 305.2º | 0.71% | 0.58% | - |
| HSV(B) | 305.2º | 0.67% | 0.88% | - |
| XYZ | 44.95 | 25.45 | 64.17 | - |
| YUV | 134.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 211 | 0 | 0.67 | 0.06 | 0.12 | 305.2 | 0.71 | 0.58 |
| Hex | E0 | 4A | D3 | 0 | 43 | 6 | C | 131 | 47 | 3A |
| Octal | 340 | 112 | 323 | 0 | 103 | 6 | 14 | 461 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11010011 | 0 | 1000011 | 110 | 1100 | 100110001 | 1000111 | 111010 |
Color Harmonies of #E04AD3
Complementary color
Monochromatic Colors of #E04AD3
Black with #E04AD3
Text Example
Text Example
White with #E04AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AD3; }
p { color: rgb(224,74,211); }
H1.HeaderClassName
{
color: #E04AD3;
}
.AnyTagClassName
{
color: #E04AD3;
}
</style>
background-color css
<style>
a { background-color: #E04AD3; }
a { background-color: rgb(224,74,211); }
div.DivClassName
{
background-color: #E04AD3;
}
.BgClassName
{
background-color: #E04AD3;
}
</style>
border-color css
<style>
span { border-color: #E04AD3; }
span { border-color: rgb(224,74,211); }
td.TdClassName
{
border-color: #E04AD3;
}
.TagClassName
{
border-color: #E04AD3;
}
</style>