Html Css Color HEX #E349BE Free Speech Magenta
📋 copy color: '#E349BE'red 227 ◦ green 73 ◦ blue 190
Shades of Free Speech Magenta #E349BE
Tints of Free Speech Magenta #E349BE
RGB
CMYK
RGB Variations
Color information
#E349BE (or 0xE349BE) is known color: Free Speech Magenta. HEX triplet: E3, 49 and BE. RGB value is (227,73,190). Sum of RGB (Red+Green+Blue) = 227+73+190=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E349BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349BE is #1CB641. Grayscale: #848484. Windows color (decimal): -1881666 or 12470755. OLE color: 12470755.
HSL color Cylindrical-coordinate representation of color #E349BE: hue angle of 314.42º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349BE is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 190 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.11 |
| HSL | 314.42º | 0.73% | 0.59% | - |
| HSV(B) | 314.42º | 0.68% | 0.89% | - |
| XYZ | 43.36 | 24.81 | 51.22 | - |
| YUV | 132.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 190 | 0 | 0.68 | 0.16 | 0.11 | 314.42 | 0.73 | 0.59 |
| Hex | E3 | 49 | BE | 0 | 44 | 10 | B | 13A | 49 | 3B |
| Octal | 343 | 111 | 276 | 0 | 104 | 20 | 13 | 472 | 111 | 73 |
| Binary | 11100011 | 1001001 | 10111110 | 0 | 1000100 | 10000 | 1011 | 100111010 | 1001001 | 111011 |
Color Harmonies of #E349BE
Complementary color
Monochromatic Colors of #E349BE
Black with #E349BE
Text Example
Text Example
White with #E349BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E349BE; }
p { color: rgb(227,73,190); }
H1.HeaderClassName
{
color: #E349BE;
}
.AnyTagClassName
{
color: #E349BE;
}
</style>
background-color css
<style>
a { background-color: #E349BE; }
a { background-color: rgb(227,73,190); }
div.DivClassName
{
background-color: #E349BE;
}
.BgClassName
{
background-color: #E349BE;
}
</style>
border-color css
<style>
span { border-color: #E349BE; }
span { border-color: rgb(227,73,190); }
td.TdClassName
{
border-color: #E349BE;
}
.TagClassName
{
border-color: #E349BE;
}
</style>