Html Css Color HEX #E754BB Free Speech Magenta
📋 copy color: '#E754BB'red 231 ◦ green 84 ◦ blue 187
Shades of Free Speech Magenta #E754BB
Tints of Free Speech Magenta #E754BB
RGB
CMYK
RGB Variations
Color information
#E754BB (or 0xE754BB) is known color: Free Speech Magenta. HEX triplet: E7, 54 and BB. RGB value is (231,84,187). Sum of RGB (Red+Green+Blue) = 231+84+187=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E754BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754BB is #18AB44. Grayscale: #8B8B8B. Windows color (decimal): -1616709 or 12276967. OLE color: 12276967.
HSL color Cylindrical-coordinate representation of color #E754BB: hue angle of 317.96º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754BB is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 187 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.09 |
| HSL | 317.96º | 0.75% | 0.62% | - |
| HSV(B) | 317.96º | 0.64% | 0.91% | - |
| XYZ | 45.09 | 26.92 | 49.83 | - |
| YUV | 139.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 187 | 0 | 0.64 | 0.19 | 0.09 | 317.96 | 0.75 | 0.62 |
| Hex | E7 | 54 | BB | 0 | 40 | 13 | 9 | 13E | 4B | 3E |
| Octal | 347 | 124 | 273 | 0 | 100 | 23 | 11 | 476 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10111011 | 0 | 1000000 | 10011 | 1001 | 100111110 | 1001011 | 111110 |
Color Harmonies of #E754BB
Complementary color
Monochromatic Colors of #E754BB
Black with #E754BB
Text Example
Text Example
White with #E754BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754BB; }
p { color: rgb(231,84,187); }
H1.HeaderClassName
{
color: #E754BB;
}
.AnyTagClassName
{
color: #E754BB;
}
</style>
background-color css
<style>
a { background-color: #E754BB; }
a { background-color: rgb(231,84,187); }
div.DivClassName
{
background-color: #E754BB;
}
.BgClassName
{
background-color: #E754BB;
}
</style>
border-color css
<style>
span { border-color: #E754BB; }
span { border-color: rgb(231,84,187); }
td.TdClassName
{
border-color: #E754BB;
}
.TagClassName
{
border-color: #E754BB;
}
</style>