Html Css Color HEX #E155BE Free Speech Magenta
📋 copy color: '#E155BE'red 225 ◦ green 85 ◦ blue 190
Shades of Free Speech Magenta #E155BE
Tints of Free Speech Magenta #E155BE
RGB
CMYK
RGB Variations
Color information
#E155BE (or 0xE155BE) is known color: Free Speech Magenta. HEX triplet: E1, 55 and BE. RGB value is (225,85,190). Sum of RGB (Red+Green+Blue) = 225+85+190=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E155BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155BE is #1EAA41. Grayscale: #8A8A8A. Windows color (decimal): -2009666 or 12473825. OLE color: 12473825.
HSL color Cylindrical-coordinate representation of color #E155BE: hue angle of 315º 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 #E155BE is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 190 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.12 |
| HSL | 315º | 0.7% | 0.61% | - |
| HSV(B) | 315º | 0.62% | 0.88% | - |
| XYZ | 43.59 | 26.22 | 51.48 | - |
| YUV | 138.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 190 | 0 | 0.62 | 0.16 | 0.12 | 315 | 0.7 | 0.61 |
| Hex | E1 | 55 | BE | 0 | 3E | 10 | C | 13B | 46 | 3D |
| Octal | 341 | 125 | 276 | 0 | 76 | 20 | 14 | 473 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10111110 | 0 | 111110 | 10000 | 1100 | 100111011 | 1000110 | 111101 |
Color Harmonies of #E155BE
Complementary color
Monochromatic Colors of #E155BE
Black with #E155BE
Text Example
Text Example
White with #E155BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155BE; }
p { color: rgb(225,85,190); }
H1.HeaderClassName
{
color: #E155BE;
}
.AnyTagClassName
{
color: #E155BE;
}
</style>
background-color css
<style>
a { background-color: #E155BE; }
a { background-color: rgb(225,85,190); }
div.DivClassName
{
background-color: #E155BE;
}
.BgClassName
{
background-color: #E155BE;
}
</style>
border-color css
<style>
span { border-color: #E155BE; }
span { border-color: rgb(225,85,190); }
td.TdClassName
{
border-color: #E155BE;
}
.TagClassName
{
border-color: #E155BE;
}
</style>