Html Css Color HEX #E04FDA Free Speech Magenta
📋 copy color: '#E04FDA'red 224 ◦ green 79 ◦ blue 218
Shades of Free Speech Magenta #E04FDA
Tints of Free Speech Magenta #E04FDA
RGB
CMYK
RGB Variations
Color information
#E04FDA (or 0xE04FDA) is known color: Free Speech Magenta. HEX triplet: E0, 4F and DA. RGB value is (224,79,218). Sum of RGB (Red+Green+Blue) = 224+79+218=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FDA is #1FB025. Grayscale: #898989. Windows color (decimal): -2076710 or 14307296. OLE color: 14307296.
HSL color Cylindrical-coordinate representation of color #E04FDA: hue angle of 302.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FDA is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 218 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.12 |
| HSL | 302.48º | 0.7% | 0.59% | - |
| HSV(B) | 302.48º | 0.65% | 0.88% | - |
| XYZ | 46.19 | 26.5 | 69.01 | - |
| YUV | 138.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 218 | 0 | 0.65 | 0.03 | 0.12 | 302.48 | 0.7 | 0.59 |
| Hex | E0 | 4F | DA | 0 | 41 | 3 | C | 12E | 46 | 3B |
| Octal | 340 | 117 | 332 | 0 | 101 | 3 | 14 | 456 | 106 | 73 |
| Binary | 11100000 | 1001111 | 11011010 | 0 | 1000001 | 11 | 1100 | 100101110 | 1000110 | 111011 |
Color Harmonies of #E04FDA
Complementary color
Monochromatic Colors of #E04FDA
Black with #E04FDA
Text Example
Text Example
White with #E04FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FDA; }
p { color: rgb(224,79,218); }
H1.HeaderClassName
{
color: #E04FDA;
}
.AnyTagClassName
{
color: #E04FDA;
}
</style>
background-color css
<style>
a { background-color: #E04FDA; }
a { background-color: rgb(224,79,218); }
div.DivClassName
{
background-color: #E04FDA;
}
.BgClassName
{
background-color: #E04FDA;
}
</style>
border-color css
<style>
span { border-color: #E04FDA; }
span { border-color: rgb(224,79,218); }
td.TdClassName
{
border-color: #E04FDA;
}
.TagClassName
{
border-color: #E04FDA;
}
</style>