Html Css Color HEX #E360BD Free Speech Magenta
📋 copy color: '#E360BD'red 227 ◦ green 96 ◦ blue 189
Shades of Free Speech Magenta #E360BD
Tints of Free Speech Magenta #E360BD
RGB
CMYK
RGB Variations
Color information
#E360BD (or 0xE360BD) is known color: Free Speech Magenta. HEX triplet: E3, 60 and BD. RGB value is (227,96,189). Sum of RGB (Red+Green+Blue) = 227+96+189=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E360BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360BD is #1C9F42. Grayscale: #919191. Windows color (decimal): -1875779 or 12411107. OLE color: 12411107.
HSL color Cylindrical-coordinate representation of color #E360BD: hue angle of 317.4º 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 #E360BD is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 189 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.11 |
| HSL | 317.4º | 0.7% | 0.63% | - |
| HSV(B) | 317.4º | 0.58% | 0.89% | - |
| XYZ | 45.05 | 28.37 | 51.25 | - |
| YUV | 145.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 189 | 0 | 0.58 | 0.17 | 0.11 | 317.4 | 0.7 | 0.63 |
| Hex | E3 | 60 | BD | 0 | 3A | 11 | B | 13D | 46 | 3F |
| Octal | 343 | 140 | 275 | 0 | 72 | 21 | 13 | 475 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10111101 | 0 | 111010 | 10001 | 1011 | 100111101 | 1000110 | 111111 |
Color Harmonies of #E360BD
Complementary color
Monochromatic Colors of #E360BD
Black with #E360BD
Text Example
Text Example
White with #E360BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360BD; }
p { color: rgb(227,96,189); }
H1.HeaderClassName
{
color: #E360BD;
}
.AnyTagClassName
{
color: #E360BD;
}
</style>
background-color css
<style>
a { background-color: #E360BD; }
a { background-color: rgb(227,96,189); }
div.DivClassName
{
background-color: #E360BD;
}
.BgClassName
{
background-color: #E360BD;
}
</style>
border-color css
<style>
span { border-color: #E360BD; }
span { border-color: rgb(227,96,189); }
td.TdClassName
{
border-color: #E360BD;
}
.TagClassName
{
border-color: #E360BD;
}
</style>