Html Css Color HEX #E459BA Free Speech Magenta
📋 copy color: '#E459BA'red 228 ◦ green 89 ◦ blue 186
Shades of Free Speech Magenta #E459BA
Tints of Free Speech Magenta #E459BA
RGB
CMYK
RGB Variations
Color information
#E459BA (or 0xE459BA) is known color: Free Speech Magenta. HEX triplet: E4, 59 and BA. RGB value is (228,89,186). Sum of RGB (Red+Green+Blue) = 228+89+186=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E459BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E459BA is #1BA645. Grayscale: #8D8D8D. Windows color (decimal): -1812038 or 12212708. OLE color: 12212708.
HSL color Cylindrical-coordinate representation of color #E459BA: hue angle of 318.13º degrees, saturation: 0.72, 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 #E459BA is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 186 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.11 |
| HSL | 318.13º | 0.72% | 0.62% | - |
| HSV(B) | 318.13º | 0.61% | 0.89% | - |
| XYZ | 44.43 | 27.18 | 49.36 | - |
| YUV | 141.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 186 | 0 | 0.61 | 0.18 | 0.11 | 318.13 | 0.72 | 0.62 |
| Hex | E4 | 59 | BA | 0 | 3D | 12 | B | 13E | 48 | 3E |
| Octal | 344 | 131 | 272 | 0 | 75 | 22 | 13 | 476 | 110 | 76 |
| Binary | 11100100 | 1011001 | 10111010 | 0 | 111101 | 10010 | 1011 | 100111110 | 1001000 | 111110 |
Color Harmonies of #E459BA
Complementary color
Monochromatic Colors of #E459BA
Black with #E459BA
Text Example
Text Example
White with #E459BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E459BA; }
p { color: rgb(228,89,186); }
H1.HeaderClassName
{
color: #E459BA;
}
.AnyTagClassName
{
color: #E459BA;
}
</style>
background-color css
<style>
a { background-color: #E459BA; }
a { background-color: rgb(228,89,186); }
div.DivClassName
{
background-color: #E459BA;
}
.BgClassName
{
background-color: #E459BA;
}
</style>
border-color css
<style>
span { border-color: #E459BA; }
span { border-color: rgb(228,89,186); }
td.TdClassName
{
border-color: #E459BA;
}
.TagClassName
{
border-color: #E459BA;
}
</style>