Html Css Color HEX #E155BC Free Speech Magenta
📋 copy color: '#E155BC'red 225 ◦ green 85 ◦ blue 188
Shades of Free Speech Magenta #E155BC
Tints of Free Speech Magenta #E155BC
RGB
CMYK
RGB Variations
Color information
#E155BC (or 0xE155BC) is known color: Free Speech Magenta. HEX triplet: E1, 55 and BC. RGB value is (225,85,188). Sum of RGB (Red+Green+Blue) = 225+85+188=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E155BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155BC is #1EAA43. Grayscale: #8A8A8A. Windows color (decimal): -2009668 or 12342753. OLE color: 12342753.
HSL color Cylindrical-coordinate representation of color #E155BC: hue angle of 315.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155BC is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 188 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.12 |
| HSL | 315.86º | 0.7% | 0.61% | - |
| HSV(B) | 315.86º | 0.62% | 0.88% | - |
| XYZ | 43.38 | 26.14 | 50.34 | - |
| YUV | 138.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 188 | 0 | 0.62 | 0.16 | 0.12 | 315.86 | 0.7 | 0.61 |
| Hex | E1 | 55 | BC | 0 | 3E | 10 | C | 13C | 46 | 3D |
| Octal | 341 | 125 | 274 | 0 | 76 | 20 | 14 | 474 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10111100 | 0 | 111110 | 10000 | 1100 | 100111100 | 1000110 | 111101 |
Color Harmonies of #E155BC
Complementary color
Monochromatic Colors of #E155BC
Black with #E155BC
Text Example
Text Example
White with #E155BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155BC; }
p { color: rgb(225,85,188); }
H1.HeaderClassName
{
color: #E155BC;
}
.AnyTagClassName
{
color: #E155BC;
}
</style>
background-color css
<style>
a { background-color: #E155BC; }
a { background-color: rgb(225,85,188); }
div.DivClassName
{
background-color: #E155BC;
}
.BgClassName
{
background-color: #E155BC;
}
</style>
border-color css
<style>
span { border-color: #E155BC; }
span { border-color: rgb(225,85,188); }
td.TdClassName
{
border-color: #E155BC;
}
.TagClassName
{
border-color: #E155BC;
}
</style>