Html Css Color HEX #E852BB Free Speech Magenta
📋 copy color: '#E852BB'red 232 ◦ green 82 ◦ blue 187
Shades of Free Speech Magenta #E852BB
Tints of Free Speech Magenta #E852BB
RGB
CMYK
RGB Variations
Color information
#E852BB (or 0xE852BB) is known color: Free Speech Magenta. HEX triplet: E8, 52 and BB. RGB value is (232,82,187). Sum of RGB (Red+Green+Blue) = 232+82+187=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E852BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852BB is #17AD44. Grayscale: #8A8A8A. Windows color (decimal): -1551685 or 12276456. OLE color: 12276456.
HSL color Cylindrical-coordinate representation of color #E852BB: hue angle of 318º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E852BB is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 187 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.09 |
| HSL | 318º | 0.77% | 0.62% | - |
| HSV(B) | 318º | 0.65% | 0.91% | - |
| XYZ | 45.27 | 26.78 | 49.8 | - |
| YUV | 138.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 187 | 0 | 0.65 | 0.19 | 0.09 | 318 | 0.77 | 0.62 |
| Hex | E8 | 52 | BB | 0 | 41 | 13 | 9 | 13E | 4D | 3E |
| Octal | 350 | 122 | 273 | 0 | 101 | 23 | 11 | 476 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10111011 | 0 | 1000001 | 10011 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E852BB
Complementary color
Monochromatic Colors of #E852BB
Black with #E852BB
Text Example
Text Example
White with #E852BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852BB; }
p { color: rgb(232,82,187); }
H1.HeaderClassName
{
color: #E852BB;
}
.AnyTagClassName
{
color: #E852BB;
}
</style>
background-color css
<style>
a { background-color: #E852BB; }
a { background-color: rgb(232,82,187); }
div.DivClassName
{
background-color: #E852BB;
}
.BgClassName
{
background-color: #E852BB;
}
</style>
border-color css
<style>
span { border-color: #E852BB; }
span { border-color: rgb(232,82,187); }
td.TdClassName
{
border-color: #E852BB;
}
.TagClassName
{
border-color: #E852BB;
}
</style>