Html Css Color HEX #E04FDD Free Speech Magenta
📋 copy color: '#E04FDD'red 224 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #E04FDD
Tints of Free Speech Magenta #E04FDD
RGB
CMYK
RGB Variations
Color information
#E04FDD (or 0xE04FDD) is known color: Free Speech Magenta. HEX triplet: E0, 4F and DD. RGB value is (224,79,221). Sum of RGB (Red+Green+Blue) = 224+79+221=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FDD is #1FB022. Grayscale: #8A8A8A. Windows color (decimal): -2076707 or 14503904. OLE color: 14503904.
HSL color Cylindrical-coordinate representation of color #E04FDD: hue angle of 301.24º 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 #E04FDD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 221 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.12 |
| HSL | 301.24º | 0.7% | 0.59% | - |
| HSV(B) | 301.24º | 0.65% | 0.88% | - |
| XYZ | 46.59 | 26.66 | 71.1 | - |
| YUV | 138.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 221 | 0 | 0.65 | 0.01 | 0.12 | 301.24 | 0.7 | 0.59 |
| Hex | E0 | 4F | DD | 0 | 41 | 1 | C | 12D | 46 | 3B |
| Octal | 340 | 117 | 335 | 0 | 101 | 1 | 14 | 455 | 106 | 73 |
| Binary | 11100000 | 1001111 | 11011101 | 0 | 1000001 | 1 | 1100 | 100101101 | 1000110 | 111011 |
Color Harmonies of #E04FDD
Complementary color
Monochromatic Colors of #E04FDD
Black with #E04FDD
Text Example
Text Example
White with #E04FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FDD; }
p { color: rgb(224,79,221); }
H1.HeaderClassName
{
color: #E04FDD;
}
.AnyTagClassName
{
color: #E04FDD;
}
</style>
background-color css
<style>
a { background-color: #E04FDD; }
a { background-color: rgb(224,79,221); }
div.DivClassName
{
background-color: #E04FDD;
}
.BgClassName
{
background-color: #E04FDD;
}
</style>
border-color css
<style>
span { border-color: #E04FDD; }
span { border-color: rgb(224,79,221); }
td.TdClassName
{
border-color: #E04FDD;
}
.TagClassName
{
border-color: #E04FDD;
}
</style>