Html Css Color HEX #E340DF Free Speech Magenta
📋 copy color: '#E340DF'red 227 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #E340DF
Tints of Free Speech Magenta #E340DF
RGB
CMYK
RGB Variations
Color information
#E340DF (or 0xE340DF) is known color: Free Speech Magenta. HEX triplet: E3, 40 and DF. RGB value is (227,64,223). Sum of RGB (Red+Green+Blue) = 227+64+223=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E340DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340DF is #1CBF20. Grayscale: #828282. Windows color (decimal): -1883937 or 14631139. OLE color: 14631139.
HSL color Cylindrical-coordinate representation of color #E340DF: hue angle of 301.47º 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 #E340DF is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 223 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.11 |
| HSL | 301.47º | 0.74% | 0.57% | - |
| HSV(B) | 301.47º | 0.72% | 0.89% | - |
| XYZ | 46.83 | 25.33 | 72.23 | - |
| YUV | 130.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 223 | 0 | 0.72 | 0.02 | 0.11 | 301.47 | 0.74 | 0.57 |
| Hex | E3 | 40 | DF | 0 | 48 | 2 | B | 12D | 4A | 39 |
| Octal | 343 | 100 | 337 | 0 | 110 | 2 | 13 | 455 | 112 | 71 |
| Binary | 11100011 | 1000000 | 11011111 | 0 | 1001000 | 10 | 1011 | 100101101 | 1001010 | 111001 |
Color Harmonies of #E340DF
Complementary color
Monochromatic Colors of #E340DF
Black with #E340DF
Text Example
Text Example
White with #E340DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340DF; }
p { color: rgb(227,64,223); }
H1.HeaderClassName
{
color: #E340DF;
}
.AnyTagClassName
{
color: #E340DF;
}
</style>
background-color css
<style>
a { background-color: #E340DF; }
a { background-color: rgb(227,64,223); }
div.DivClassName
{
background-color: #E340DF;
}
.BgClassName
{
background-color: #E340DF;
}
</style>
border-color css
<style>
span { border-color: #E340DF; }
span { border-color: rgb(227,64,223); }
td.TdClassName
{
border-color: #E340DF;
}
.TagClassName
{
border-color: #E340DF;
}
</style>