Html Css Color HEX #E649BE Free Speech Magenta
📋 copy color: '#E649BE'red 230 ◦ green 73 ◦ blue 190
Shades of Free Speech Magenta #E649BE
Tints of Free Speech Magenta #E649BE
RGB
CMYK
RGB Variations
Color information
#E649BE (or 0xE649BE) is known color: Free Speech Magenta. HEX triplet: E6, 49 and BE. RGB value is (230,73,190). Sum of RGB (Red+Green+Blue) = 230+73+190=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E649BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649BE is #19B641. Grayscale: #848484. Windows color (decimal): -1685058 or 12470758. OLE color: 12470758.
HSL color Cylindrical-coordinate representation of color #E649BE: hue angle of 315.29º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649BE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 190 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.10 |
| HSL | 315.29º | 0.76% | 0.59% | - |
| HSV(B) | 315.29º | 0.68% | 0.9% | - |
| XYZ | 44.31 | 25.31 | 51.26 | - |
| YUV | 133.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 190 | 0 | 0.68 | 0.17 | 0.10 | 315.29 | 0.76 | 0.59 |
| Hex | E6 | 49 | BE | 0 | 44 | 11 | A | 13B | 4C | 3B |
| Octal | 346 | 111 | 276 | 0 | 104 | 21 | 12 | 473 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10111110 | 0 | 1000100 | 10001 | 1010 | 100111011 | 1001100 | 111011 |
Color Harmonies of #E649BE
Complementary color
Monochromatic Colors of #E649BE
Black with #E649BE
Text Example
Text Example
White with #E649BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649BE; }
p { color: rgb(230,73,190); }
H1.HeaderClassName
{
color: #E649BE;
}
.AnyTagClassName
{
color: #E649BE;
}
</style>
background-color css
<style>
a { background-color: #E649BE; }
a { background-color: rgb(230,73,190); }
div.DivClassName
{
background-color: #E649BE;
}
.BgClassName
{
background-color: #E649BE;
}
</style>
border-color css
<style>
span { border-color: #E649BE; }
span { border-color: rgb(230,73,190); }
td.TdClassName
{
border-color: #E649BE;
}
.TagClassName
{
border-color: #E649BE;
}
</style>