Html Css Color HEX #E043C5 Free Speech Magenta
📋 copy color: '#E043C5'red 224 ◦ green 67 ◦ blue 197
Shades of Free Speech Magenta #E043C5
Tints of Free Speech Magenta #E043C5
RGB
CMYK
RGB Variations
Color information
#E043C5 (or 0xE043C5) is known color: Free Speech Magenta. HEX triplet: E0, 43 and C5. RGB value is (224,67,197). Sum of RGB (Red+Green+Blue) = 224+67+197=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E043C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043C5 is #1FBC3A. Grayscale: #808080. Windows color (decimal): -2079803 or 12927968. OLE color: 12927968.
HSL color Cylindrical-coordinate representation of color #E043C5: hue angle of 310.32º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E043C5 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 197 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.12 |
| HSL | 310.32º | 0.72% | 0.57% | - |
| HSV(B) | 310.32º | 0.7% | 0.88% | - |
| XYZ | 42.83 | 23.89 | 55.18 | - |
| YUV | 128.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 197 | 0 | 0.70 | 0.12 | 0.12 | 310.32 | 0.72 | 0.57 |
| Hex | E0 | 43 | C5 | 0 | 46 | C | C | 136 | 48 | 39 |
| Octal | 340 | 103 | 305 | 0 | 106 | 14 | 14 | 466 | 110 | 71 |
| Binary | 11100000 | 1000011 | 11000101 | 0 | 1000110 | 1100 | 1100 | 100110110 | 1001000 | 111001 |
Color Harmonies of #E043C5
Complementary color
Monochromatic Colors of #E043C5
Black with #E043C5
Text Example
Text Example
White with #E043C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043C5; }
p { color: rgb(224,67,197); }
H1.HeaderClassName
{
color: #E043C5;
}
.AnyTagClassName
{
color: #E043C5;
}
</style>
background-color css
<style>
a { background-color: #E043C5; }
a { background-color: rgb(224,67,197); }
div.DivClassName
{
background-color: #E043C5;
}
.BgClassName
{
background-color: #E043C5;
}
</style>
border-color css
<style>
span { border-color: #E043C5; }
span { border-color: rgb(224,67,197); }
td.TdClassName
{
border-color: #E043C5;
}
.TagClassName
{
border-color: #E043C5;
}
</style>