Html Css Color HEX #E05EC4 Free Speech Magenta
📋 copy color: '#E05EC4'red 224 ◦ green 94 ◦ blue 196
Shades of Free Speech Magenta #E05EC4
Tints of Free Speech Magenta #E05EC4
RGB
CMYK
RGB Variations
Color information
#E05EC4 (or 0xE05EC4) is known color: Free Speech Magenta. HEX triplet: E0, 5E and C4. RGB value is (224,94,196). Sum of RGB (Red+Green+Blue) = 224+94+196=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EC4 is #1FA13B. Grayscale: #909090. Windows color (decimal): -2072892 or 12869344. OLE color: 12869344.
HSL color Cylindrical-coordinate representation of color #E05EC4: hue angle of 312.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05EC4 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 196 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.12 |
| HSL | 312.92º | 0.68% | 0.62% | - |
| HSV(B) | 312.92º | 0.58% | 0.88% | - |
| XYZ | 44.71 | 27.84 | 55.24 | - |
| YUV | 144.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 196 | 0 | 0.58 | 0.12 | 0.12 | 312.92 | 0.68 | 0.62 |
| Hex | E0 | 5E | C4 | 0 | 3A | C | C | 139 | 44 | 3E |
| Octal | 340 | 136 | 304 | 0 | 72 | 14 | 14 | 471 | 104 | 76 |
| Binary | 11100000 | 1011110 | 11000100 | 0 | 111010 | 1100 | 1100 | 100111001 | 1000100 | 111110 |
Color Harmonies of #E05EC4
Complementary color
Monochromatic Colors of #E05EC4
Black with #E05EC4
Text Example
Text Example
White with #E05EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EC4; }
p { color: rgb(224,94,196); }
H1.HeaderClassName
{
color: #E05EC4;
}
.AnyTagClassName
{
color: #E05EC4;
}
</style>
background-color css
<style>
a { background-color: #E05EC4; }
a { background-color: rgb(224,94,196); }
div.DivClassName
{
background-color: #E05EC4;
}
.BgClassName
{
background-color: #E05EC4;
}
</style>
border-color css
<style>
span { border-color: #E05EC4; }
span { border-color: rgb(224,94,196); }
td.TdClassName
{
border-color: #E05EC4;
}
.TagClassName
{
border-color: #E05EC4;
}
</style>