Html Css Color HEX #E752BA Free Speech Magenta
📋 copy color: '#E752BA'red 231 ◦ green 82 ◦ blue 186
Shades of Free Speech Magenta #E752BA
Tints of Free Speech Magenta #E752BA
RGB
CMYK
RGB Variations
Color information
#E752BA (or 0xE752BA) is known color: Free Speech Magenta. HEX triplet: E7, 52 and BA. RGB value is (231,82,186). Sum of RGB (Red+Green+Blue) = 231+82+186=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E752BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752BA is #18AD45. Grayscale: #8A8A8A. Windows color (decimal): -1617222 or 12210919. OLE color: 12210919.
HSL color Cylindrical-coordinate representation of color #E752BA: hue angle of 318.12º 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 #E752BA is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 186 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.09 |
| HSL | 318.12º | 0.76% | 0.61% | - |
| HSV(B) | 318.12º | 0.65% | 0.91% | - |
| XYZ | 44.84 | 26.57 | 49.22 | - |
| YUV | 138.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 186 | 0 | 0.65 | 0.19 | 0.09 | 318.12 | 0.76 | 0.61 |
| Hex | E7 | 52 | BA | 0 | 41 | 13 | 9 | 13E | 4C | 3D |
| Octal | 347 | 122 | 272 | 0 | 101 | 23 | 11 | 476 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10111010 | 0 | 1000001 | 10011 | 1001 | 100111110 | 1001100 | 111101 |
Color Harmonies of #E752BA
Complementary color
Monochromatic Colors of #E752BA
Black with #E752BA
Text Example
Text Example
White with #E752BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752BA; }
p { color: rgb(231,82,186); }
H1.HeaderClassName
{
color: #E752BA;
}
.AnyTagClassName
{
color: #E752BA;
}
</style>
background-color css
<style>
a { background-color: #E752BA; }
a { background-color: rgb(231,82,186); }
div.DivClassName
{
background-color: #E752BA;
}
.BgClassName
{
background-color: #E752BA;
}
</style>
border-color css
<style>
span { border-color: #E752BA; }
span { border-color: rgb(231,82,186); }
td.TdClassName
{
border-color: #E752BA;
}
.TagClassName
{
border-color: #E752BA;
}
</style>