Html Css Color HEX #E040D5 Free Speech Magenta
📋 copy color: '#E040D5'red 224 ◦ green 64 ◦ blue 213
Shades of Free Speech Magenta #E040D5
Tints of Free Speech Magenta #E040D5
RGB
CMYK
RGB Variations
Color information
#E040D5 (or 0xE040D5) is known color: Free Speech Magenta. HEX triplet: E0, 40 and D5. RGB value is (224,64,213). Sum of RGB (Red+Green+Blue) = 224+64+213=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E040D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040D5 is #1FBF2A. Grayscale: #808080. Windows color (decimal): -2080555 or 13975776. OLE color: 13975776.
HSL color Cylindrical-coordinate representation of color #E040D5: hue angle of 304.12º 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 #E040D5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 213 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.12 |
| HSL | 304.13º | 0.72% | 0.56% | - |
| HSV(B) | 304.13º | 0.71% | 0.88% | - |
| XYZ | 44.58 | 24.32 | 65.29 | - |
| YUV | 128.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 213 | 0 | 0.71 | 0.05 | 0.12 | 304.13 | 0.72 | 0.56 |
| Hex | E0 | 40 | D5 | 0 | 47 | 5 | C | 130 | 48 | 38 |
| Octal | 340 | 100 | 325 | 0 | 107 | 5 | 14 | 460 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11010101 | 0 | 1000111 | 101 | 1100 | 100110000 | 1001000 | 111000 |
Color Harmonies of #E040D5
Complementary color
Monochromatic Colors of #E040D5
Black with #E040D5
Text Example
Text Example
White with #E040D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040D5; }
p { color: rgb(224,64,213); }
H1.HeaderClassName
{
color: #E040D5;
}
.AnyTagClassName
{
color: #E040D5;
}
</style>
background-color css
<style>
a { background-color: #E040D5; }
a { background-color: rgb(224,64,213); }
div.DivClassName
{
background-color: #E040D5;
}
.BgClassName
{
background-color: #E040D5;
}
</style>
border-color css
<style>
span { border-color: #E040D5; }
span { border-color: rgb(224,64,213); }
td.TdClassName
{
border-color: #E040D5;
}
.TagClassName
{
border-color: #E040D5;
}
</style>