Html Css Color HEX #E256BA Free Speech Magenta
📋 copy color: '#E256BA'red 226 ◦ green 86 ◦ blue 186
Shades of Free Speech Magenta #E256BA
Tints of Free Speech Magenta #E256BA
RGB
CMYK
RGB Variations
Color information
#E256BA (or 0xE256BA) is known color: Free Speech Magenta. HEX triplet: E2, 56 and BA. RGB value is (226,86,186). Sum of RGB (Red+Green+Blue) = 226+86+186=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E256BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256BA is #1DA945. Grayscale: #8B8B8B. Windows color (decimal): -1943878 or 12211938. OLE color: 12211938.
HSL color Cylindrical-coordinate representation of color #E256BA: hue angle of 317.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E256BA is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 186 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.11 |
| HSL | 317.14º | 0.71% | 0.61% | - |
| HSV(B) | 317.14º | 0.62% | 0.89% | - |
| XYZ | 43.55 | 26.37 | 49.25 | - |
| YUV | 139.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 186 | 0 | 0.62 | 0.18 | 0.11 | 317.14 | 0.71 | 0.61 |
| Hex | E2 | 56 | BA | 0 | 3E | 12 | B | 13D | 47 | 3D |
| Octal | 342 | 126 | 272 | 0 | 76 | 22 | 13 | 475 | 107 | 75 |
| Binary | 11100010 | 1010110 | 10111010 | 0 | 111110 | 10010 | 1011 | 100111101 | 1000111 | 111101 |
Color Harmonies of #E256BA
Complementary color
Monochromatic Colors of #E256BA
Black with #E256BA
Text Example
Text Example
White with #E256BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256BA; }
p { color: rgb(226,86,186); }
H1.HeaderClassName
{
color: #E256BA;
}
.AnyTagClassName
{
color: #E256BA;
}
</style>
background-color css
<style>
a { background-color: #E256BA; }
a { background-color: rgb(226,86,186); }
div.DivClassName
{
background-color: #E256BA;
}
.BgClassName
{
background-color: #E256BA;
}
</style>
border-color css
<style>
span { border-color: #E256BA; }
span { border-color: rgb(226,86,186); }
td.TdClassName
{
border-color: #E256BA;
}
.TagClassName
{
border-color: #E256BA;
}
</style>