Html Css Color HEX #E255BF Free Speech Magenta
📋 copy color: '#E255BF'red 226 ◦ green 85 ◦ blue 191
Shades of Free Speech Magenta #E255BF
Tints of Free Speech Magenta #E255BF
RGB
CMYK
RGB Variations
Color information
#E255BF (or 0xE255BF) is known color: Free Speech Magenta. HEX triplet: E2, 55 and BF. RGB value is (226,85,191). Sum of RGB (Red+Green+Blue) = 226+85+191=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E255BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255BF is #1DAA40. Grayscale: #8A8A8A. Windows color (decimal): -1944129 or 12539362. OLE color: 12539362.
HSL color Cylindrical-coordinate representation of color #E255BF: hue angle of 314.89º 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 #E255BF is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 191 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.11 |
| HSL | 314.89º | 0.71% | 0.61% | - |
| HSV(B) | 314.89º | 0.62% | 0.89% | - |
| XYZ | 44.02 | 26.43 | 52.07 | - |
| YUV | 139.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 191 | 0 | 0.62 | 0.15 | 0.11 | 314.89 | 0.71 | 0.61 |
| Hex | E2 | 55 | BF | 0 | 3E | F | B | 13B | 47 | 3D |
| Octal | 342 | 125 | 277 | 0 | 76 | 17 | 13 | 473 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10111111 | 0 | 111110 | 1111 | 1011 | 100111011 | 1000111 | 111101 |
Color Harmonies of #E255BF
Complementary color
Monochromatic Colors of #E255BF
Black with #E255BF
Text Example
Text Example
White with #E255BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255BF; }
p { color: rgb(226,85,191); }
H1.HeaderClassName
{
color: #E255BF;
}
.AnyTagClassName
{
color: #E255BF;
}
</style>
background-color css
<style>
a { background-color: #E255BF; }
a { background-color: rgb(226,85,191); }
div.DivClassName
{
background-color: #E255BF;
}
.BgClassName
{
background-color: #E255BF;
}
</style>
border-color css
<style>
span { border-color: #E255BF; }
span { border-color: rgb(226,85,191); }
td.TdClassName
{
border-color: #E255BF;
}
.TagClassName
{
border-color: #E255BF;
}
</style>