Html Css Color HEX #E163BE Free Speech Magenta
📋 copy color: '#E163BE'red 225 ◦ green 99 ◦ blue 190
Shades of Free Speech Magenta #E163BE
Tints of Free Speech Magenta #E163BE
RGB
CMYK
RGB Variations
Color information
#E163BE (or 0xE163BE) is known color: Free Speech Magenta. HEX triplet: E1, 63 and BE. RGB value is (225,99,190). Sum of RGB (Red+Green+Blue) = 225+99+190=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E163BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163BE is #1E9C41. Grayscale: #929292. Windows color (decimal): -2006082 or 12477409. OLE color: 12477409.
HSL color Cylindrical-coordinate representation of color #E163BE: hue angle of 316.67º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163BE is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 190 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.12 |
| HSL | 316.67º | 0.68% | 0.64% | - |
| HSV(B) | 316.67º | 0.56% | 0.88% | - |
| XYZ | 44.81 | 28.65 | 51.88 | - |
| YUV | 147.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 190 | 0 | 0.56 | 0.16 | 0.12 | 316.67 | 0.68 | 0.64 |
| Hex | E1 | 63 | BE | 0 | 38 | 10 | C | 13D | 44 | 40 |
| Octal | 341 | 143 | 276 | 0 | 70 | 20 | 14 | 475 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10111110 | 0 | 111000 | 10000 | 1100 | 100111101 | 1000100 | 1000000 |
Color Harmonies of #E163BE
Complementary color
Monochromatic Colors of #E163BE
Black with #E163BE
Text Example
Text Example
White with #E163BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163BE; }
p { color: rgb(225,99,190); }
H1.HeaderClassName
{
color: #E163BE;
}
.AnyTagClassName
{
color: #E163BE;
}
</style>
background-color css
<style>
a { background-color: #E163BE; }
a { background-color: rgb(225,99,190); }
div.DivClassName
{
background-color: #E163BE;
}
.BgClassName
{
background-color: #E163BE;
}
</style>
border-color css
<style>
span { border-color: #E163BE; }
span { border-color: rgb(225,99,190); }
td.TdClassName
{
border-color: #E163BE;
}
.TagClassName
{
border-color: #E163BE;
}
</style>