Html Css Color HEX #E758BC Free Speech Magenta
📋 copy color: '#E758BC'red 231 ◦ green 88 ◦ blue 188
Shades of Free Speech Magenta #E758BC
Tints of Free Speech Magenta #E758BC
RGB
CMYK
RGB Variations
Color information
#E758BC (or 0xE758BC) is known color: Free Speech Magenta. HEX triplet: E7, 58 and BC. RGB value is (231,88,188). Sum of RGB (Red+Green+Blue) = 231+88+188=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E758BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758BC is #18A743. Grayscale: #8D8D8D. Windows color (decimal): -1615684 or 12343527. OLE color: 12343527.
HSL color Cylindrical-coordinate representation of color #E758BC: hue angle of 318.04º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E758BC is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 188 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.09 |
| HSL | 318.04º | 0.75% | 0.63% | - |
| HSV(B) | 318.04º | 0.62% | 0.91% | - |
| XYZ | 45.52 | 27.6 | 50.5 | - |
| YUV | 142.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 188 | 0 | 0.62 | 0.19 | 0.09 | 318.04 | 0.75 | 0.63 |
| Hex | E7 | 58 | BC | 0 | 3E | 13 | 9 | 13E | 4B | 3F |
| Octal | 347 | 130 | 274 | 0 | 76 | 23 | 11 | 476 | 113 | 77 |
| Binary | 11100111 | 1011000 | 10111100 | 0 | 111110 | 10011 | 1001 | 100111110 | 1001011 | 111111 |
Color Harmonies of #E758BC
Complementary color
Monochromatic Colors of #E758BC
Black with #E758BC
Text Example
Text Example
White with #E758BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758BC; }
p { color: rgb(231,88,188); }
H1.HeaderClassName
{
color: #E758BC;
}
.AnyTagClassName
{
color: #E758BC;
}
</style>
background-color css
<style>
a { background-color: #E758BC; }
a { background-color: rgb(231,88,188); }
div.DivClassName
{
background-color: #E758BC;
}
.BgClassName
{
background-color: #E758BC;
}
</style>
border-color css
<style>
span { border-color: #E758BC; }
span { border-color: rgb(231,88,188); }
td.TdClassName
{
border-color: #E758BC;
}
.TagClassName
{
border-color: #E758BC;
}
</style>