Html Css Color HEX #E256B9 Free Speech Magenta
📋 copy color: '#E256B9'red 226 ◦ green 86 ◦ blue 185
Shades of Free Speech Magenta #E256B9
Tints of Free Speech Magenta #E256B9
RGB
CMYK
RGB Variations
Color information
#E256B9 (or 0xE256B9) is known color: Free Speech Magenta. HEX triplet: E2, 56 and B9. RGB value is (226,86,185). Sum of RGB (Red+Green+Blue) = 226+86+185=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E256B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256B9 is #1DA946. Grayscale: #8A8A8A. Windows color (decimal): -1943879 or 12146402. OLE color: 12146402.
HSL color Cylindrical-coordinate representation of color #E256B9: hue angle of 317.57º 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 #E256B9 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 185 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.11 |
| HSL | 317.57º | 0.71% | 0.61% | - |
| HSV(B) | 317.57º | 0.62% | 0.89% | - |
| XYZ | 43.45 | 26.33 | 48.69 | - |
| YUV | 139.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 185 | 0 | 0.62 | 0.18 | 0.11 | 317.57 | 0.71 | 0.61 |
| Hex | E2 | 56 | B9 | 0 | 3E | 12 | B | 13E | 47 | 3D |
| Octal | 342 | 126 | 271 | 0 | 76 | 22 | 13 | 476 | 107 | 75 |
| Binary | 11100010 | 1010110 | 10111001 | 0 | 111110 | 10010 | 1011 | 100111110 | 1000111 | 111101 |
Color Harmonies of #E256B9
Complementary color
Monochromatic Colors of #E256B9
Black with #E256B9
Text Example
Text Example
White with #E256B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256B9; }
p { color: rgb(226,86,185); }
H1.HeaderClassName
{
color: #E256B9;
}
.AnyTagClassName
{
color: #E256B9;
}
</style>
background-color css
<style>
a { background-color: #E256B9; }
a { background-color: rgb(226,86,185); }
div.DivClassName
{
background-color: #E256B9;
}
.BgClassName
{
background-color: #E256B9;
}
</style>
border-color css
<style>
span { border-color: #E256B9; }
span { border-color: rgb(226,86,185); }
td.TdClassName
{
border-color: #E256B9;
}
.TagClassName
{
border-color: #E256B9;
}
</style>