Html Css Color HEX #E04DC1 Free Speech Magenta
📋 copy color: '#E04DC1'red 224 ◦ green 77 ◦ blue 193
Shades of Free Speech Magenta #E04DC1
Tints of Free Speech Magenta #E04DC1
RGB
CMYK
RGB Variations
Color information
#E04DC1 (or 0xE04DC1) is known color: Free Speech Magenta. HEX triplet: E0, 4D and C1. RGB value is (224,77,193). Sum of RGB (Red+Green+Blue) = 224+77+193=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC1 is #1FB23E. Grayscale: #858585. Windows color (decimal): -2077247 or 12668384. OLE color: 12668384.
HSL color Cylindrical-coordinate representation of color #E04DC1: hue angle of 312.65º 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 #E04DC1 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 193 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.12 |
| HSL | 312.65º | 0.7% | 0.59% | - |
| HSV(B) | 312.65º | 0.66% | 0.88% | - |
| XYZ | 43.02 | 25.01 | 53.01 | - |
| YUV | 134.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 193 | 0 | 0.66 | 0.14 | 0.12 | 312.65 | 0.7 | 0.59 |
| Hex | E0 | 4D | C1 | 0 | 42 | E | C | 139 | 46 | 3B |
| Octal | 340 | 115 | 301 | 0 | 102 | 16 | 14 | 471 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11000001 | 0 | 1000010 | 1110 | 1100 | 100111001 | 1000110 | 111011 |
Color Harmonies of #E04DC1
Complementary color
Monochromatic Colors of #E04DC1
Black with #E04DC1
Text Example
Text Example
White with #E04DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DC1; }
p { color: rgb(224,77,193); }
H1.HeaderClassName
{
color: #E04DC1;
}
.AnyTagClassName
{
color: #E04DC1;
}
</style>
background-color css
<style>
a { background-color: #E04DC1; }
a { background-color: rgb(224,77,193); }
div.DivClassName
{
background-color: #E04DC1;
}
.BgClassName
{
background-color: #E04DC1;
}
</style>
border-color css
<style>
span { border-color: #E04DC1; }
span { border-color: rgb(224,77,193); }
td.TdClassName
{
border-color: #E04DC1;
}
.TagClassName
{
border-color: #E04DC1;
}
</style>