Html Css Color HEX #E355BA Free Speech Magenta
📋 copy color: '#E355BA'red 227 ◦ green 85 ◦ blue 186
Shades of Free Speech Magenta #E355BA
Tints of Free Speech Magenta #E355BA
RGB
CMYK
RGB Variations
Color information
#E355BA (or 0xE355BA) is known color: Free Speech Magenta. HEX triplet: E3, 55 and BA. RGB value is (227,85,186). Sum of RGB (Red+Green+Blue) = 227+85+186=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E355BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355BA is #1CAA45. Grayscale: #8A8A8A. Windows color (decimal): -1878598 or 12211683. OLE color: 12211683.
HSL color Cylindrical-coordinate representation of color #E355BA: hue angle of 317.32º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355BA is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 186 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.11 |
| HSL | 317.32º | 0.72% | 0.61% | - |
| HSV(B) | 317.32º | 0.63% | 0.89% | - |
| XYZ | 43.79 | 26.37 | 49.24 | - |
| YUV | 138.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 186 | 0 | 0.63 | 0.18 | 0.11 | 317.32 | 0.72 | 0.61 |
| Hex | E3 | 55 | BA | 0 | 3F | 12 | B | 13D | 48 | 3D |
| Octal | 343 | 125 | 272 | 0 | 77 | 22 | 13 | 475 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10111010 | 0 | 111111 | 10010 | 1011 | 100111101 | 1001000 | 111101 |
Color Harmonies of #E355BA
Complementary color
Monochromatic Colors of #E355BA
Black with #E355BA
Text Example
Text Example
White with #E355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355BA; }
p { color: rgb(227,85,186); }
H1.HeaderClassName
{
color: #E355BA;
}
.AnyTagClassName
{
color: #E355BA;
}
</style>
background-color css
<style>
a { background-color: #E355BA; }
a { background-color: rgb(227,85,186); }
div.DivClassName
{
background-color: #E355BA;
}
.BgClassName
{
background-color: #E355BA;
}
</style>
border-color css
<style>
span { border-color: #E355BA; }
span { border-color: rgb(227,85,186); }
td.TdClassName
{
border-color: #E355BA;
}
.TagClassName
{
border-color: #E355BA;
}
</style>