Html Css Color HEX #E746F2 Free Speech Magenta
📋 copy color: '#E746F2'red 231 ◦ green 70 ◦ blue 242
Shades of Free Speech Magenta #E746F2
Tints of Free Speech Magenta #E746F2
RGB
CMYK
RGB Variations
Color information
#E746F2 (or 0xE746F2) is known color: Free Speech Magenta. HEX triplet: E7, 46 and F2. RGB value is (231,70,242). Sum of RGB (Red+Green+Blue) = 231+70+242=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #E746F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E746F2 is #18B90D. Grayscale: #898989. Windows color (decimal): -1620238 or 15877863. OLE color: 15877863.
HSL color Cylindrical-coordinate representation of color #E746F2: hue angle of 296.16º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E746F2 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 70 | 242 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.05 |
| HSL | 296.16º | 0.87% | 0.61% | - |
| HSV(B) | 296.16º | 0.71% | 0.95% | - |
| XYZ | 51.17 | 27.78 | 86.67 | - |
| YUV | 137.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 242 | 0.05 | 0.71 | 0 | 0.05 | 296.16 | 0.87 | 0.61 |
| Hex | E7 | 46 | F2 | 5 | 47 | 0 | 5 | 128 | 57 | 3D |
| Octal | 347 | 106 | 362 | 5 | 107 | 0 | 5 | 450 | 127 | 75 |
| Binary | 11100111 | 1000110 | 11110010 | 101 | 1000111 | 0 | 101 | 100101000 | 1010111 | 111101 |
Color Harmonies of #E746F2
Complementary color
Monochromatic Colors of #E746F2
Black with #E746F2
Text Example
Text Example
White with #E746F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746F2; }
p { color: rgb(231,70,242); }
H1.HeaderClassName
{
color: #E746F2;
}
.AnyTagClassName
{
color: #E746F2;
}
</style>
background-color css
<style>
a { background-color: #E746F2; }
a { background-color: rgb(231,70,242); }
div.DivClassName
{
background-color: #E746F2;
}
.BgClassName
{
background-color: #E746F2;
}
</style>
border-color css
<style>
span { border-color: #E746F2; }
span { border-color: rgb(231,70,242); }
td.TdClassName
{
border-color: #E746F2;
}
.TagClassName
{
border-color: #E746F2;
}
</style>