Html Css Color HEX #E359BA Free Speech Magenta
📋 copy color: '#E359BA'red 227 ◦ green 89 ◦ blue 186
Shades of Free Speech Magenta #E359BA
Tints of Free Speech Magenta #E359BA
RGB
CMYK
RGB Variations
Color information
#E359BA (or 0xE359BA) is known color: Free Speech Magenta. HEX triplet: E3, 59 and BA. RGB value is (227,89,186). Sum of RGB (Red+Green+Blue) = 227+89+186=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E359BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359BA is #1CA645. Grayscale: #8D8D8D. Windows color (decimal): -1877574 or 12212707. OLE color: 12212707.
HSL color Cylindrical-coordinate representation of color #E359BA: hue angle of 317.83º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359BA is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 186 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.11 |
| HSL | 317.83º | 0.71% | 0.62% | - |
| HSV(B) | 317.83º | 0.61% | 0.89% | - |
| XYZ | 44.11 | 27.02 | 49.34 | - |
| YUV | 141.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 186 | 0 | 0.61 | 0.18 | 0.11 | 317.83 | 0.71 | 0.62 |
| Hex | E3 | 59 | BA | 0 | 3D | 12 | B | 13E | 47 | 3E |
| Octal | 343 | 131 | 272 | 0 | 75 | 22 | 13 | 476 | 107 | 76 |
| Binary | 11100011 | 1011001 | 10111010 | 0 | 111101 | 10010 | 1011 | 100111110 | 1000111 | 111110 |
Color Harmonies of #E359BA
Complementary color
Monochromatic Colors of #E359BA
Black with #E359BA
Text Example
Text Example
White with #E359BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359BA; }
p { color: rgb(227,89,186); }
H1.HeaderClassName
{
color: #E359BA;
}
.AnyTagClassName
{
color: #E359BA;
}
</style>
background-color css
<style>
a { background-color: #E359BA; }
a { background-color: rgb(227,89,186); }
div.DivClassName
{
background-color: #E359BA;
}
.BgClassName
{
background-color: #E359BA;
}
</style>
border-color css
<style>
span { border-color: #E359BA; }
span { border-color: rgb(227,89,186); }
td.TdClassName
{
border-color: #E359BA;
}
.TagClassName
{
border-color: #E359BA;
}
</style>