Html Css Color HEX #E346BF Free Speech Magenta
📋 copy color: '#E346BF'red 227 ◦ green 70 ◦ blue 191
Shades of Free Speech Magenta #E346BF
Tints of Free Speech Magenta #E346BF
RGB
CMYK
RGB Variations
Color information
#E346BF (or 0xE346BF) is known color: Free Speech Magenta. HEX triplet: E3, 46 and BF. RGB value is (227,70,191). Sum of RGB (Red+Green+Blue) = 227+70+191=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E346BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E346BF is #1CB940. Grayscale: #828282. Windows color (decimal): -1882433 or 12535523. OLE color: 12535523.
HSL color Cylindrical-coordinate representation of color #E346BF: hue angle of 313.76º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E346BF is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 191 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.11 |
| HSL | 313.76º | 0.74% | 0.58% | - |
| HSV(B) | 313.76º | 0.69% | 0.89% | - |
| XYZ | 43.27 | 24.47 | 51.73 | - |
| YUV | 130.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 191 | 0 | 0.69 | 0.16 | 0.11 | 313.76 | 0.74 | 0.58 |
| Hex | E3 | 46 | BF | 0 | 45 | 10 | B | 13A | 4A | 3A |
| Octal | 343 | 106 | 277 | 0 | 105 | 20 | 13 | 472 | 112 | 72 |
| Binary | 11100011 | 1000110 | 10111111 | 0 | 1000101 | 10000 | 1011 | 100111010 | 1001010 | 111010 |
Color Harmonies of #E346BF
Complementary color
Monochromatic Colors of #E346BF
Black with #E346BF
Text Example
Text Example
White with #E346BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E346BF; }
p { color: rgb(227,70,191); }
H1.HeaderClassName
{
color: #E346BF;
}
.AnyTagClassName
{
color: #E346BF;
}
</style>
background-color css
<style>
a { background-color: #E346BF; }
a { background-color: rgb(227,70,191); }
div.DivClassName
{
background-color: #E346BF;
}
.BgClassName
{
background-color: #E346BF;
}
</style>
border-color css
<style>
span { border-color: #E346BF; }
span { border-color: rgb(227,70,191); }
td.TdClassName
{
border-color: #E346BF;
}
.TagClassName
{
border-color: #E346BF;
}
</style>