Html Css Color HEX #E240DC Free Speech Magenta
📋 copy color: '#E240DC'red 226 ◦ green 64 ◦ blue 220
Shades of Free Speech Magenta #E240DC
Tints of Free Speech Magenta #E240DC
RGB
CMYK
RGB Variations
Color information
#E240DC (or 0xE240DC) is known color: Free Speech Magenta. HEX triplet: E2, 40 and DC. RGB value is (226,64,220). Sum of RGB (Red+Green+Blue) = 226+64+220=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E240DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E240DC is #1DBF23. Grayscale: #818181. Windows color (decimal): -1949476 or 14434530. OLE color: 14434530.
HSL color Cylindrical-coordinate representation of color #E240DC: hue angle of 302.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E240DC is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 220 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.11 |
| HSL | 302.22º | 0.74% | 0.57% | - |
| HSV(B) | 302.22º | 0.72% | 0.89% | - |
| XYZ | 46.12 | 25 | 70.11 | - |
| YUV | 130.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 220 | 0 | 0.72 | 0.03 | 0.11 | 302.22 | 0.74 | 0.57 |
| Hex | E2 | 40 | DC | 0 | 48 | 3 | B | 12E | 4A | 39 |
| Octal | 342 | 100 | 334 | 0 | 110 | 3 | 13 | 456 | 112 | 71 |
| Binary | 11100010 | 1000000 | 11011100 | 0 | 1001000 | 11 | 1011 | 100101110 | 1001010 | 111001 |
Color Harmonies of #E240DC
Complementary color
Monochromatic Colors of #E240DC
Black with #E240DC
Text Example
Text Example
White with #E240DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240DC; }
p { color: rgb(226,64,220); }
H1.HeaderClassName
{
color: #E240DC;
}
.AnyTagClassName
{
color: #E240DC;
}
</style>
background-color css
<style>
a { background-color: #E240DC; }
a { background-color: rgb(226,64,220); }
div.DivClassName
{
background-color: #E240DC;
}
.BgClassName
{
background-color: #E240DC;
}
</style>
border-color css
<style>
span { border-color: #E240DC; }
span { border-color: rgb(226,64,220); }
td.TdClassName
{
border-color: #E240DC;
}
.TagClassName
{
border-color: #E240DC;
}
</style>