Html Css Color HEX #E040C9 Free Speech Magenta
📋 copy color: '#E040C9'red 224 ◦ green 64 ◦ blue 201
Shades of Free Speech Magenta #E040C9
Tints of Free Speech Magenta #E040C9
RGB
CMYK
RGB Variations
Color information
#E040C9 (or 0xE040C9) is known color: Free Speech Magenta. HEX triplet: E0, 40 and C9. RGB value is (224,64,201). Sum of RGB (Red+Green+Blue) = 224+64+201=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E040C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040C9 is #1FBF36. Grayscale: #7F7F7F. Windows color (decimal): -2080567 or 13189344. OLE color: 13189344.
HSL color Cylindrical-coordinate representation of color #E040C9: hue angle of 308.62º 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 #E040C9 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 201 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.12 |
| HSL | 308.63º | 0.72% | 0.56% | - |
| HSV(B) | 308.63º | 0.71% | 0.88% | - |
| XYZ | 43.12 | 23.73 | 57.57 | - |
| YUV | 127.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 201 | 0 | 0.71 | 0.10 | 0.12 | 308.63 | 0.72 | 0.56 |
| Hex | E0 | 40 | C9 | 0 | 47 | A | C | 135 | 48 | 38 |
| Octal | 340 | 100 | 311 | 0 | 107 | 12 | 14 | 465 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11001001 | 0 | 1000111 | 1010 | 1100 | 100110101 | 1001000 | 111000 |
Color Harmonies of #E040C9
Complementary color
Monochromatic Colors of #E040C9
Black with #E040C9
Text Example
Text Example
White with #E040C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040C9; }
p { color: rgb(224,64,201); }
H1.HeaderClassName
{
color: #E040C9;
}
.AnyTagClassName
{
color: #E040C9;
}
</style>
background-color css
<style>
a { background-color: #E040C9; }
a { background-color: rgb(224,64,201); }
div.DivClassName
{
background-color: #E040C9;
}
.BgClassName
{
background-color: #E040C9;
}
</style>
border-color css
<style>
span { border-color: #E040C9; }
span { border-color: rgb(224,64,201); }
td.TdClassName
{
border-color: #E040C9;
}
.TagClassName
{
border-color: #E040C9;
}
</style>