Html Css Color HEX #E746D9 Free Speech Magenta
📋 copy color: '#E746D9'red 231 ◦ green 70 ◦ blue 217
Shades of Free Speech Magenta #E746D9
Tints of Free Speech Magenta #E746D9
RGB
CMYK
RGB Variations
Color information
#E746D9 (or 0xE746D9) is known color: Free Speech Magenta. HEX triplet: E7, 46 and D9. RGB value is (231,70,217). Sum of RGB (Red+Green+Blue) = 231+70+217=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E746D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746D9 is #18B926. Grayscale: #868686. Windows color (decimal): -1620263 or 14239463. OLE color: 14239463.
HSL color Cylindrical-coordinate representation of color #E746D9: hue angle of 305.22º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746D9 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 217 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.09 |
| HSL | 305.22º | 0.77% | 0.59% | - |
| HSV(B) | 305.22º | 0.7% | 0.91% | - |
| XYZ | 47.67 | 26.38 | 68.22 | - |
| YUV | 134.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 217 | 0 | 0.70 | 0.06 | 0.09 | 305.22 | 0.77 | 0.59 |
| Hex | E7 | 46 | D9 | 0 | 46 | 6 | 9 | 131 | 4D | 3B |
| Octal | 347 | 106 | 331 | 0 | 106 | 6 | 11 | 461 | 115 | 73 |
| Binary | 11100111 | 1000110 | 11011001 | 0 | 1000110 | 110 | 1001 | 100110001 | 1001101 | 111011 |
Color Harmonies of #E746D9
Complementary color
Monochromatic Colors of #E746D9
Black with #E746D9
Text Example
Text Example
White with #E746D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746D9; }
p { color: rgb(231,70,217); }
H1.HeaderClassName
{
color: #E746D9;
}
.AnyTagClassName
{
color: #E746D9;
}
</style>
background-color css
<style>
a { background-color: #E746D9; }
a { background-color: rgb(231,70,217); }
div.DivClassName
{
background-color: #E746D9;
}
.BgClassName
{
background-color: #E746D9;
}
</style>
border-color css
<style>
span { border-color: #E746D9; }
span { border-color: rgb(231,70,217); }
td.TdClassName
{
border-color: #E746D9;
}
.TagClassName
{
border-color: #E746D9;
}
</style>