#E161BB

Color #E161BB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E161BB

Tints of Free Speech Magenta #E161BB

Color information

#E161BB (or 0xE161BB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 61 and BB. RGB value is (225,97,187). Sum of RGB (Red+Green+Blue) = 225+97+187=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E161BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161BB is #1E9E44. Grayscale: #919191. Windows color (decimal): -2006597 or 12280289. OLE color: 12280289.

HSL color Cylindrical-coordinate representation of color #E161BB: hue angle of 317.81º 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 #E161BB is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22597187-
CMYK00.570.170.12
HSL317.81º68.09%63.14%-
HSV(B)317.81º56.89%88.24%-
XYZ44.328.1450.11-
YUV145.53151.41184.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=44.20%
G=19.06%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259718700.570.170.12317.8168.0963.14
HexE161BB03911C13e443f
Octal341141273071211447610477
Binary1110000111000011011101101110011000111001001111101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161BB; }

 p { color: rgb(225,97,187); }

 H1.HeaderClassName
 {
   color: #E161BB;
 }
 .AnyTagClassName
 {
   color: #E161BB;
 }
</style>
background-color css

<style>
 a { background-color: #E161BB; }

 a { background-color: rgb(225,97,187); }

 div.DivClassName
 {
   background-color: #E161BB;
 }
 .BgClassName
 {
   background-color: #E161BB;
 }
</style>
border-color css

<style>
 span { border-color: #E161BB; }

 span { border-color: rgb(225,97,187); }

 td.TdClassName
 {
   border-color: #E161BB;
 }
 .TagClassName
 {
   border-color: #E161BB;
 }
</style>