Html Css Color HEX #E04DC8 Free Speech Magenta
📋 copy color: '#E04DC8'red 224 ◦ green 77 ◦ blue 200
Shades of Free Speech Magenta #E04DC8
Tints of Free Speech Magenta #E04DC8
RGB
CMYK
RGB Variations
Color information
#E04DC8 (or 0xE04DC8) is known color: Free Speech Magenta. HEX triplet: E0, 4D and C8. RGB value is (224,77,200). Sum of RGB (Red+Green+Blue) = 224+77+200=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC8 is #1FB237. Grayscale: #868686. Windows color (decimal): -2077240 or 13127136. OLE color: 13127136.
HSL color Cylindrical-coordinate representation of color #E04DC8: hue angle of 309.8º 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 #E04DC8 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 200 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.12 |
| HSL | 309.8º | 0.7% | 0.59% | - |
| HSV(B) | 309.8º | 0.66% | 0.88% | - |
| XYZ | 43.82 | 25.33 | 57.22 | - |
| YUV | 134.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 200 | 0 | 0.66 | 0.11 | 0.12 | 309.8 | 0.7 | 0.59 |
| Hex | E0 | 4D | C8 | 0 | 42 | B | C | 136 | 46 | 3B |
| Octal | 340 | 115 | 310 | 0 | 102 | 13 | 14 | 466 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11001000 | 0 | 1000010 | 1011 | 1100 | 100110110 | 1000110 | 111011 |
Color Harmonies of #E04DC8
Complementary color
Monochromatic Colors of #E04DC8
Black with #E04DC8
Text Example
Text Example
White with #E04DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DC8; }
p { color: rgb(224,77,200); }
H1.HeaderClassName
{
color: #E04DC8;
}
.AnyTagClassName
{
color: #E04DC8;
}
</style>
background-color css
<style>
a { background-color: #E04DC8; }
a { background-color: rgb(224,77,200); }
div.DivClassName
{
background-color: #E04DC8;
}
.BgClassName
{
background-color: #E04DC8;
}
</style>
border-color css
<style>
span { border-color: #E04DC8; }
span { border-color: rgb(224,77,200); }
td.TdClassName
{
border-color: #E04DC8;
}
.TagClassName
{
border-color: #E04DC8;
}
</style>