Html Css Color HEX #E746D1 Free Speech Magenta
📋 copy color: '#E746D1'red 231 ◦ green 70 ◦ blue 209
Shades of Free Speech Magenta #E746D1
Tints of Free Speech Magenta #E746D1
RGB
CMYK
RGB Variations
Color information
#E746D1 (or 0xE746D1) is known color: Free Speech Magenta. HEX triplet: E7, 46 and D1. RGB value is (231,70,209). Sum of RGB (Red+Green+Blue) = 231+70+209=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E746D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746D1 is #18B92E. Grayscale: #858585. Windows color (decimal): -1620271 or 13715175. OLE color: 13715175.
HSL color Cylindrical-coordinate representation of color #E746D1: hue angle of 308.2º 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 #E746D1 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 209 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.09 |
| HSL | 308.2º | 0.77% | 0.59% | - |
| HSV(B) | 308.2º | 0.7% | 0.91% | - |
| XYZ | 46.65 | 25.97 | 62.88 | - |
| YUV | 133.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 209 | 0 | 0.70 | 0.10 | 0.09 | 308.2 | 0.77 | 0.59 |
| Hex | E7 | 46 | D1 | 0 | 46 | A | 9 | 134 | 4D | 3B |
| Octal | 347 | 106 | 321 | 0 | 106 | 12 | 11 | 464 | 115 | 73 |
| Binary | 11100111 | 1000110 | 11010001 | 0 | 1000110 | 1010 | 1001 | 100110100 | 1001101 | 111011 |
Color Harmonies of #E746D1
Complementary color
Monochromatic Colors of #E746D1
Black with #E746D1
Text Example
Text Example
White with #E746D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746D1; }
p { color: rgb(231,70,209); }
H1.HeaderClassName
{
color: #E746D1;
}
.AnyTagClassName
{
color: #E746D1;
}
</style>
background-color css
<style>
a { background-color: #E746D1; }
a { background-color: rgb(231,70,209); }
div.DivClassName
{
background-color: #E746D1;
}
.BgClassName
{
background-color: #E746D1;
}
</style>
border-color css
<style>
span { border-color: #E746D1; }
span { border-color: rgb(231,70,209); }
td.TdClassName
{
border-color: #E746D1;
}
.TagClassName
{
border-color: #E746D1;
}
</style>