Html Css Color HEX #E360BC Free Speech Magenta
📋 copy color: '#E360BC'red 227 ◦ green 96 ◦ blue 188
Shades of Free Speech Magenta #E360BC
Tints of Free Speech Magenta #E360BC
RGB
CMYK
RGB Variations
Color information
#E360BC (or 0xE360BC) is known color: Free Speech Magenta. HEX triplet: E3, 60 and BC. RGB value is (227,96,188). Sum of RGB (Red+Green+Blue) = 227+96+188=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E360BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360BC is #1C9F43. Grayscale: #919191. Windows color (decimal): -1875780 or 12345571. OLE color: 12345571.
HSL color Cylindrical-coordinate representation of color #E360BC: hue angle of 317.86º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360BC is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 188 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.11 |
| HSL | 317.86º | 0.7% | 0.63% | - |
| HSV(B) | 317.86º | 0.58% | 0.89% | - |
| XYZ | 44.94 | 28.33 | 50.68 | - |
| YUV | 145.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 188 | 0 | 0.58 | 0.17 | 0.11 | 317.86 | 0.7 | 0.63 |
| Hex | E3 | 60 | BC | 0 | 3A | 11 | B | 13E | 46 | 3F |
| Octal | 343 | 140 | 274 | 0 | 72 | 21 | 13 | 476 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10111100 | 0 | 111010 | 10001 | 1011 | 100111110 | 1000110 | 111111 |
Color Harmonies of #E360BC
Complementary color
Monochromatic Colors of #E360BC
Black with #E360BC
Text Example
Text Example
White with #E360BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360BC; }
p { color: rgb(227,96,188); }
H1.HeaderClassName
{
color: #E360BC;
}
.AnyTagClassName
{
color: #E360BC;
}
</style>
background-color css
<style>
a { background-color: #E360BC; }
a { background-color: rgb(227,96,188); }
div.DivClassName
{
background-color: #E360BC;
}
.BgClassName
{
background-color: #E360BC;
}
</style>
border-color css
<style>
span { border-color: #E360BC; }
span { border-color: rgb(227,96,188); }
td.TdClassName
{
border-color: #E360BC;
}
.TagClassName
{
border-color: #E360BC;
}
</style>