Html Css Color HEX #E161BF Free Speech Magenta
📋 copy color: '#E161BF'red 225 ◦ green 97 ◦ blue 191
Shades of Free Speech Magenta #E161BF
Tints of Free Speech Magenta #E161BF
RGB
CMYK
RGB Variations
Color information
#E161BF (or 0xE161BF) is known color: Free Speech Magenta. HEX triplet: E1, 61 and BF. RGB value is (225,97,191). Sum of RGB (Red+Green+Blue) = 225+97+191=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E161BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161BF is #1E9E40. Grayscale: #919191. Windows color (decimal): -2006593 or 12542433. OLE color: 12542433.
HSL color Cylindrical-coordinate representation of color #E161BF: hue angle of 315.94º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E161BF is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 191 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.12 |
| HSL | 315.94º | 0.68% | 0.63% | - |
| HSV(B) | 315.94º | 0.57% | 0.88% | - |
| XYZ | 44.73 | 28.32 | 52.4 | - |
| YUV | 145.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 191 | 0 | 0.57 | 0.15 | 0.12 | 315.94 | 0.68 | 0.63 |
| Hex | E1 | 61 | BF | 0 | 39 | F | C | 13C | 44 | 3F |
| Octal | 341 | 141 | 277 | 0 | 71 | 17 | 14 | 474 | 104 | 77 |
| Binary | 11100001 | 1100001 | 10111111 | 0 | 111001 | 1111 | 1100 | 100111100 | 1000100 | 111111 |
Color Harmonies of #E161BF
Complementary color
Monochromatic Colors of #E161BF
Black with #E161BF
Text Example
Text Example
White with #E161BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E161BF; }
p { color: rgb(225,97,191); }
H1.HeaderClassName
{
color: #E161BF;
}
.AnyTagClassName
{
color: #E161BF;
}
</style>
background-color css
<style>
a { background-color: #E161BF; }
a { background-color: rgb(225,97,191); }
div.DivClassName
{
background-color: #E161BF;
}
.BgClassName
{
background-color: #E161BF;
}
</style>
border-color css
<style>
span { border-color: #E161BF; }
span { border-color: rgb(225,97,191); }
td.TdClassName
{
border-color: #E161BF;
}
.TagClassName
{
border-color: #E161BF;
}
</style>