Html Css Color HEX #E740DF Free Speech Magenta
📋 copy color: '#E740DF'red 231 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #E740DF
Tints of Free Speech Magenta #E740DF
RGB
CMYK
RGB Variations
Color information
#E740DF (or 0xE740DF) is known color: Free Speech Magenta. HEX triplet: E7, 40 and DF. RGB value is (231,64,223). Sum of RGB (Red+Green+Blue) = 231+64+223=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E740DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740DF is #18BF20. Grayscale: #838383. Windows color (decimal): -1621793 or 14631143. OLE color: 14631143.
HSL color Cylindrical-coordinate representation of color #E740DF: hue angle of 302.87º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740DF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 223 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.09 |
| HSL | 302.87º | 0.78% | 0.58% | - |
| HSV(B) | 302.87º | 0.72% | 0.91% | - |
| XYZ | 48.11 | 25.98 | 72.29 | - |
| YUV | 132.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 223 | 0 | 0.72 | 0.03 | 0.09 | 302.87 | 0.78 | 0.58 |
| Hex | E7 | 40 | DF | 0 | 48 | 3 | 9 | 12F | 4E | 3A |
| Octal | 347 | 100 | 337 | 0 | 110 | 3 | 11 | 457 | 116 | 72 |
| Binary | 11100111 | 1000000 | 11011111 | 0 | 1001000 | 11 | 1001 | 100101111 | 1001110 | 111010 |
Color Harmonies of #E740DF
Complementary color
Monochromatic Colors of #E740DF
Black with #E740DF
Text Example
Text Example
White with #E740DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740DF; }
p { color: rgb(231,64,223); }
H1.HeaderClassName
{
color: #E740DF;
}
.AnyTagClassName
{
color: #E740DF;
}
</style>
background-color css
<style>
a { background-color: #E740DF; }
a { background-color: rgb(231,64,223); }
div.DivClassName
{
background-color: #E740DF;
}
.BgClassName
{
background-color: #E740DF;
}
</style>
border-color css
<style>
span { border-color: #E740DF; }
span { border-color: rgb(231,64,223); }
td.TdClassName
{
border-color: #E740DF;
}
.TagClassName
{
border-color: #E740DF;
}
</style>