Html Css Color HEX #E752BB Free Speech Magenta
📋 copy color: '#E752BB'red 231 ◦ green 82 ◦ blue 187
Shades of Free Speech Magenta #E752BB
Tints of Free Speech Magenta #E752BB
RGB
CMYK
RGB Variations
Color information
#E752BB (or 0xE752BB) is known color: Free Speech Magenta. HEX triplet: E7, 52 and BB. RGB value is (231,82,187). Sum of RGB (Red+Green+Blue) = 231+82+187=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E752BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752BB is #18AD44. Grayscale: #8A8A8A. Windows color (decimal): -1617221 or 12276455. OLE color: 12276455.
HSL color Cylindrical-coordinate representation of color #E752BB: hue angle of 317.72º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752BB is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 187 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.09 |
| HSL | 317.72º | 0.76% | 0.61% | - |
| HSV(B) | 317.72º | 0.65% | 0.91% | - |
| XYZ | 44.94 | 26.61 | 49.78 | - |
| YUV | 138.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 187 | 0 | 0.65 | 0.19 | 0.09 | 317.72 | 0.76 | 0.61 |
| Hex | E7 | 52 | BB | 0 | 41 | 13 | 9 | 13E | 4C | 3D |
| Octal | 347 | 122 | 273 | 0 | 101 | 23 | 11 | 476 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10111011 | 0 | 1000001 | 10011 | 1001 | 100111110 | 1001100 | 111101 |
Color Harmonies of #E752BB
Complementary color
Monochromatic Colors of #E752BB
Black with #E752BB
Text Example
Text Example
White with #E752BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752BB; }
p { color: rgb(231,82,187); }
H1.HeaderClassName
{
color: #E752BB;
}
.AnyTagClassName
{
color: #E752BB;
}
</style>
background-color css
<style>
a { background-color: #E752BB; }
a { background-color: rgb(231,82,187); }
div.DivClassName
{
background-color: #E752BB;
}
.BgClassName
{
background-color: #E752BB;
}
</style>
border-color css
<style>
span { border-color: #E752BB; }
span { border-color: rgb(231,82,187); }
td.TdClassName
{
border-color: #E752BB;
}
.TagClassName
{
border-color: #E752BB;
}
</style>