Html Css Color HEX #E756BB Free Speech Magenta
📋 copy color: '#E756BB'red 231 ◦ green 86 ◦ blue 187
Shades of Free Speech Magenta #E756BB
Tints of Free Speech Magenta #E756BB
RGB
CMYK
RGB Variations
Color information
#E756BB (or 0xE756BB) is known color: Free Speech Magenta. HEX triplet: E7, 56 and BB. RGB value is (231,86,187). Sum of RGB (Red+Green+Blue) = 231+86+187=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E756BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756BB is #18A944. Grayscale: #8C8C8C. Windows color (decimal): -1616197 or 12277479. OLE color: 12277479.
HSL color Cylindrical-coordinate representation of color #E756BB: hue angle of 318.21º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756BB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 187 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.09 |
| HSL | 318.21º | 0.75% | 0.62% | - |
| HSV(B) | 318.21º | 0.63% | 0.91% | - |
| XYZ | 45.25 | 27.23 | 49.89 | - |
| YUV | 140.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 187 | 0 | 0.63 | 0.19 | 0.09 | 318.21 | 0.75 | 0.62 |
| Hex | E7 | 56 | BB | 0 | 3F | 13 | 9 | 13E | 4B | 3E |
| Octal | 347 | 126 | 273 | 0 | 77 | 23 | 11 | 476 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10111011 | 0 | 111111 | 10011 | 1001 | 100111110 | 1001011 | 111110 |
Color Harmonies of #E756BB
Complementary color
Monochromatic Colors of #E756BB
Black with #E756BB
Text Example
Text Example
White with #E756BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756BB; }
p { color: rgb(231,86,187); }
H1.HeaderClassName
{
color: #E756BB;
}
.AnyTagClassName
{
color: #E756BB;
}
</style>
background-color css
<style>
a { background-color: #E756BB; }
a { background-color: rgb(231,86,187); }
div.DivClassName
{
background-color: #E756BB;
}
.BgClassName
{
background-color: #E756BB;
}
</style>
border-color css
<style>
span { border-color: #E756BB; }
span { border-color: rgb(231,86,187); }
td.TdClassName
{
border-color: #E756BB;
}
.TagClassName
{
border-color: #E756BB;
}
</style>