Html Css Color HEX #E04EC1 Free Speech Magenta
📋 copy color: '#E04EC1'red 224 ◦ green 78 ◦ blue 193
Shades of Free Speech Magenta #E04EC1
Tints of Free Speech Magenta #E04EC1
RGB
CMYK
RGB Variations
Color information
#E04EC1 (or 0xE04EC1) is known color: Free Speech Magenta. HEX triplet: E0, 4E and C1. RGB value is (224,78,193). Sum of RGB (Red+Green+Blue) = 224+78+193=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EC1 is #1FB13E. Grayscale: #868686. Windows color (decimal): -2076991 or 12668640. OLE color: 12668640.
HSL color Cylindrical-coordinate representation of color #E04EC1: hue angle of 312.74º 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 #E04EC1 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 193 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.12 |
| HSL | 312.74º | 0.7% | 0.59% | - |
| HSV(B) | 312.74º | 0.65% | 0.88% | - |
| XYZ | 43.09 | 25.15 | 53.03 | - |
| YUV | 134.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 193 | 0 | 0.65 | 0.14 | 0.12 | 312.74 | 0.7 | 0.59 |
| Hex | E0 | 4E | C1 | 0 | 41 | E | C | 139 | 46 | 3B |
| Octal | 340 | 116 | 301 | 0 | 101 | 16 | 14 | 471 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11000001 | 0 | 1000001 | 1110 | 1100 | 100111001 | 1000110 | 111011 |
Color Harmonies of #E04EC1
Complementary color
Monochromatic Colors of #E04EC1
Black with #E04EC1
Text Example
Text Example
White with #E04EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EC1; }
p { color: rgb(224,78,193); }
H1.HeaderClassName
{
color: #E04EC1;
}
.AnyTagClassName
{
color: #E04EC1;
}
</style>
background-color css
<style>
a { background-color: #E04EC1; }
a { background-color: rgb(224,78,193); }
div.DivClassName
{
background-color: #E04EC1;
}
.BgClassName
{
background-color: #E04EC1;
}
</style>
border-color css
<style>
span { border-color: #E04EC1; }
span { border-color: rgb(224,78,193); }
td.TdClassName
{
border-color: #E04EC1;
}
.TagClassName
{
border-color: #E04EC1;
}
</style>