Html Css Color HEX #E040C8 Free Speech Magenta
📋 copy color: '#E040C8'red 224 ◦ green 64 ◦ blue 200
Shades of Free Speech Magenta #E040C8
Tints of Free Speech Magenta #E040C8
RGB
CMYK
RGB Variations
Color information
#E040C8 (or 0xE040C8) is known color: Free Speech Magenta. HEX triplet: E0, 40 and C8. RGB value is (224,64,200). Sum of RGB (Red+Green+Blue) = 224+64+200=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E040C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040C8 is #1FBF37. Grayscale: #7E7E7E. Windows color (decimal): -2080568 or 13123808. OLE color: 13123808.
HSL color Cylindrical-coordinate representation of color #E040C8: hue angle of 309º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040C8 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 200 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.12 |
| HSL | 309º | 0.72% | 0.56% | - |
| HSV(B) | 309º | 0.71% | 0.88% | - |
| XYZ | 43 | 23.68 | 56.95 | - |
| YUV | 127.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 200 | 0 | 0.71 | 0.11 | 0.12 | 309 | 0.72 | 0.56 |
| Hex | E0 | 40 | C8 | 0 | 47 | B | C | 135 | 48 | 38 |
| Octal | 340 | 100 | 310 | 0 | 107 | 13 | 14 | 465 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11001000 | 0 | 1000111 | 1011 | 1100 | 100110101 | 1001000 | 111000 |
Color Harmonies of #E040C8
Complementary color
Monochromatic Colors of #E040C8
Black with #E040C8
Text Example
Text Example
White with #E040C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040C8; }
p { color: rgb(224,64,200); }
H1.HeaderClassName
{
color: #E040C8;
}
.AnyTagClassName
{
color: #E040C8;
}
</style>
background-color css
<style>
a { background-color: #E040C8; }
a { background-color: rgb(224,64,200); }
div.DivClassName
{
background-color: #E040C8;
}
.BgClassName
{
background-color: #E040C8;
}
</style>
border-color css
<style>
span { border-color: #E040C8; }
span { border-color: rgb(224,64,200); }
td.TdClassName
{
border-color: #E040C8;
}
.TagClassName
{
border-color: #E040C8;
}
</style>