Html Css Color HEX #E04AD7 Free Speech Magenta
📋 copy color: '#E04AD7'red 224 ◦ green 74 ◦ blue 215
Shades of Free Speech Magenta #E04AD7
Tints of Free Speech Magenta #E04AD7
RGB
CMYK
RGB Variations
Color information
#E04AD7 (or 0xE04AD7) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D7. RGB value is (224,74,215). Sum of RGB (Red+Green+Blue) = 224+74+215=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD7 is #1FB528. Grayscale: #868686. Windows color (decimal): -2077993 or 14109408. OLE color: 14109408.
HSL color Cylindrical-coordinate representation of color #E04AD7: hue angle of 303.6º 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 #E04AD7 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 215 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.12 |
| HSL | 303.6º | 0.71% | 0.58% | - |
| HSV(B) | 303.6º | 0.67% | 0.88% | - |
| XYZ | 45.45 | 25.65 | 66.85 | - |
| YUV | 134.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 215 | 0 | 0.67 | 0.04 | 0.12 | 303.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | D7 | 0 | 43 | 4 | C | 130 | 47 | 3A |
| Octal | 340 | 112 | 327 | 0 | 103 | 4 | 14 | 460 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11010111 | 0 | 1000011 | 100 | 1100 | 100110000 | 1000111 | 111010 |
Color Harmonies of #E04AD7
Complementary color
Monochromatic Colors of #E04AD7
Black with #E04AD7
Text Example
Text Example
White with #E04AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AD7; }
p { color: rgb(224,74,215); }
H1.HeaderClassName
{
color: #E04AD7;
}
.AnyTagClassName
{
color: #E04AD7;
}
</style>
background-color css
<style>
a { background-color: #E04AD7; }
a { background-color: rgb(224,74,215); }
div.DivClassName
{
background-color: #E04AD7;
}
.BgClassName
{
background-color: #E04AD7;
}
</style>
border-color css
<style>
span { border-color: #E04AD7; }
span { border-color: rgb(224,74,215); }
td.TdClassName
{
border-color: #E04AD7;
}
.TagClassName
{
border-color: #E04AD7;
}
</style>