Html Css Color HEX #E256BF Free Speech Magenta
📋 copy color: '#E256BF'red 226 ◦ green 86 ◦ blue 191
Shades of Free Speech Magenta #E256BF
Tints of Free Speech Magenta #E256BF
RGB
CMYK
RGB Variations
Color information
#E256BF (or 0xE256BF) is known color: Free Speech Magenta. HEX triplet: E2, 56 and BF. RGB value is (226,86,191). Sum of RGB (Red+Green+Blue) = 226+86+191=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E256BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256BF is #1DA940. Grayscale: #8B8B8B. Windows color (decimal): -1943873 or 12539618. OLE color: 12539618.
HSL color Cylindrical-coordinate representation of color #E256BF: hue angle of 315º 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 #E256BF is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 191 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.11 |
| HSL | 315º | 0.71% | 0.61% | - |
| HSV(B) | 315º | 0.62% | 0.89% | - |
| XYZ | 44.1 | 26.59 | 52.1 | - |
| YUV | 139.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 191 | 0 | 0.62 | 0.15 | 0.11 | 315 | 0.71 | 0.61 |
| Hex | E2 | 56 | BF | 0 | 3E | F | B | 13B | 47 | 3D |
| Octal | 342 | 126 | 277 | 0 | 76 | 17 | 13 | 473 | 107 | 75 |
| Binary | 11100010 | 1010110 | 10111111 | 0 | 111110 | 1111 | 1011 | 100111011 | 1000111 | 111101 |
Color Harmonies of #E256BF
Complementary color
Monochromatic Colors of #E256BF
Black with #E256BF
Text Example
Text Example
White with #E256BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256BF; }
p { color: rgb(226,86,191); }
H1.HeaderClassName
{
color: #E256BF;
}
.AnyTagClassName
{
color: #E256BF;
}
</style>
background-color css
<style>
a { background-color: #E256BF; }
a { background-color: rgb(226,86,191); }
div.DivClassName
{
background-color: #E256BF;
}
.BgClassName
{
background-color: #E256BF;
}
</style>
border-color css
<style>
span { border-color: #E256BF; }
span { border-color: rgb(226,86,191); }
td.TdClassName
{
border-color: #E256BF;
}
.TagClassName
{
border-color: #E256BF;
}
</style>