Html Css Color HEX #E746D7 Free Speech Magenta
📋 copy color: '#E746D7'red 231 ◦ green 70 ◦ blue 215
Shades of Free Speech Magenta #E746D7
Tints of Free Speech Magenta #E746D7
RGB
CMYK
RGB Variations
Color information
#E746D7 (or 0xE746D7) is known color: Free Speech Magenta. HEX triplet: E7, 46 and D7. RGB value is (231,70,215). Sum of RGB (Red+Green+Blue) = 231+70+215=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E746D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746D7 is #18B928. Grayscale: #868686. Windows color (decimal): -1620265 or 14108391. OLE color: 14108391.
HSL color Cylindrical-coordinate representation of color #E746D7: hue angle of 305.96º 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 #E746D7 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 215 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.09 |
| HSL | 305.96º | 0.77% | 0.59% | - |
| HSV(B) | 305.96º | 0.7% | 0.91% | - |
| XYZ | 47.41 | 26.28 | 66.86 | - |
| YUV | 134.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 215 | 0 | 0.70 | 0.07 | 0.09 | 305.96 | 0.77 | 0.59 |
| Hex | E7 | 46 | D7 | 0 | 46 | 7 | 9 | 132 | 4D | 3B |
| Octal | 347 | 106 | 327 | 0 | 106 | 7 | 11 | 462 | 115 | 73 |
| Binary | 11100111 | 1000110 | 11010111 | 0 | 1000110 | 111 | 1001 | 100110010 | 1001101 | 111011 |
Color Harmonies of #E746D7
Complementary color
Monochromatic Colors of #E746D7
Black with #E746D7
Text Example
Text Example
White with #E746D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746D7; }
p { color: rgb(231,70,215); }
H1.HeaderClassName
{
color: #E746D7;
}
.AnyTagClassName
{
color: #E746D7;
}
</style>
background-color css
<style>
a { background-color: #E746D7; }
a { background-color: rgb(231,70,215); }
div.DivClassName
{
background-color: #E746D7;
}
.BgClassName
{
background-color: #E746D7;
}
</style>
border-color css
<style>
span { border-color: #E746D7; }
span { border-color: rgb(231,70,215); }
td.TdClassName
{
border-color: #E746D7;
}
.TagClassName
{
border-color: #E746D7;
}
</style>