Html Css Color HEX #E456BA Free Speech Magenta
📋 copy color: '#E456BA'red 228 ◦ green 86 ◦ blue 186
Shades of Free Speech Magenta #E456BA
Tints of Free Speech Magenta #E456BA
RGB
CMYK
RGB Variations
Color information
#E456BA (or 0xE456BA) is known color: Free Speech Magenta. HEX triplet: E4, 56 and BA. RGB value is (228,86,186). Sum of RGB (Red+Green+Blue) = 228+86+186=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E456BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E456BA is #1BA945. Grayscale: #8B8B8B. Windows color (decimal): -1812806 or 12211940. OLE color: 12211940.
HSL color Cylindrical-coordinate representation of color #E456BA: hue angle of 317.75º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E456BA is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 186 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.11 |
| HSL | 317.75º | 0.72% | 0.62% | - |
| HSV(B) | 317.75º | 0.62% | 0.89% | - |
| XYZ | 44.19 | 26.69 | 49.28 | - |
| YUV | 139.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 186 | 0 | 0.62 | 0.18 | 0.11 | 317.75 | 0.72 | 0.62 |
| Hex | E4 | 56 | BA | 0 | 3E | 12 | B | 13E | 48 | 3E |
| Octal | 344 | 126 | 272 | 0 | 76 | 22 | 13 | 476 | 110 | 76 |
| Binary | 11100100 | 1010110 | 10111010 | 0 | 111110 | 10010 | 1011 | 100111110 | 1001000 | 111110 |
Color Harmonies of #E456BA
Complementary color
Monochromatic Colors of #E456BA
Black with #E456BA
Text Example
Text Example
White with #E456BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E456BA; }
p { color: rgb(228,86,186); }
H1.HeaderClassName
{
color: #E456BA;
}
.AnyTagClassName
{
color: #E456BA;
}
</style>
background-color css
<style>
a { background-color: #E456BA; }
a { background-color: rgb(228,86,186); }
div.DivClassName
{
background-color: #E456BA;
}
.BgClassName
{
background-color: #E456BA;
}
</style>
border-color css
<style>
span { border-color: #E456BA; }
span { border-color: rgb(228,86,186); }
td.TdClassName
{
border-color: #E456BA;
}
.TagClassName
{
border-color: #E456BA;
}
</style>