Html Css Color HEX #E04DC6 Free Speech Magenta
📋 copy color: '#E04DC6'red 224 ◦ green 77 ◦ blue 198
Shades of Free Speech Magenta #E04DC6
Tints of Free Speech Magenta #E04DC6
RGB
CMYK
RGB Variations
Color information
#E04DC6 (or 0xE04DC6) is known color: Free Speech Magenta. HEX triplet: E0, 4D and C6. RGB value is (224,77,198). Sum of RGB (Red+Green+Blue) = 224+77+198=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC6 is #1FB239. Grayscale: #868686. Windows color (decimal): -2077242 or 12996064. OLE color: 12996064.
HSL color Cylindrical-coordinate representation of color #E04DC6: hue angle of 310.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DC6 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 198 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.12 |
| HSL | 310.61º | 0.7% | 0.59% | - |
| HSV(B) | 310.61º | 0.66% | 0.88% | - |
| XYZ | 43.59 | 25.23 | 56 | - |
| YUV | 134.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 198 | 0 | 0.66 | 0.12 | 0.12 | 310.61 | 0.7 | 0.59 |
| Hex | E0 | 4D | C6 | 0 | 42 | C | C | 137 | 46 | 3B |
| Octal | 340 | 115 | 306 | 0 | 102 | 14 | 14 | 467 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11000110 | 0 | 1000010 | 1100 | 1100 | 100110111 | 1000110 | 111011 |
Color Harmonies of #E04DC6
Complementary color
Monochromatic Colors of #E04DC6
Black with #E04DC6
Text Example
Text Example
White with #E04DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DC6; }
p { color: rgb(224,77,198); }
H1.HeaderClassName
{
color: #E04DC6;
}
.AnyTagClassName
{
color: #E04DC6;
}
</style>
background-color css
<style>
a { background-color: #E04DC6; }
a { background-color: rgb(224,77,198); }
div.DivClassName
{
background-color: #E04DC6;
}
.BgClassName
{
background-color: #E04DC6;
}
</style>
border-color css
<style>
span { border-color: #E04DC6; }
span { border-color: rgb(224,77,198); }
td.TdClassName
{
border-color: #E04DC6;
}
.TagClassName
{
border-color: #E04DC6;
}
</style>