Html Css Color HEX #E850BC Free Speech Magenta
📋 copy color: '#E850BC'red 232 ◦ green 80 ◦ blue 188
Shades of Free Speech Magenta #E850BC
Tints of Free Speech Magenta #E850BC
RGB
CMYK
RGB Variations
Color information
#E850BC (or 0xE850BC) is known color: Free Speech Magenta. HEX triplet: E8, 50 and BC. RGB value is (232,80,188). Sum of RGB (Red+Green+Blue) = 232+80+188=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E850BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850BC is #17AF43. Grayscale: #898989. Windows color (decimal): -1552196 or 12341480. OLE color: 12341480.
HSL color Cylindrical-coordinate representation of color #E850BC: hue angle of 317.37º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850BC is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 188 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.09 |
| HSL | 317.37º | 0.77% | 0.61% | - |
| HSV(B) | 317.37º | 0.66% | 0.91% | - |
| XYZ | 45.22 | 26.52 | 50.31 | - |
| YUV | 137.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 188 | 0 | 0.66 | 0.19 | 0.09 | 317.37 | 0.77 | 0.61 |
| Hex | E8 | 50 | BC | 0 | 42 | 13 | 9 | 13D | 4D | 3D |
| Octal | 350 | 120 | 274 | 0 | 102 | 23 | 11 | 475 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10111100 | 0 | 1000010 | 10011 | 1001 | 100111101 | 1001101 | 111101 |
Color Harmonies of #E850BC
Complementary color
Monochromatic Colors of #E850BC
Black with #E850BC
Text Example
Text Example
White with #E850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850BC; }
p { color: rgb(232,80,188); }
H1.HeaderClassName
{
color: #E850BC;
}
.AnyTagClassName
{
color: #E850BC;
}
</style>
background-color css
<style>
a { background-color: #E850BC; }
a { background-color: rgb(232,80,188); }
div.DivClassName
{
background-color: #E850BC;
}
.BgClassName
{
background-color: #E850BC;
}
</style>
border-color css
<style>
span { border-color: #E850BC; }
span { border-color: rgb(232,80,188); }
td.TdClassName
{
border-color: #E850BC;
}
.TagClassName
{
border-color: #E850BC;
}
</style>