#E19B9E

Color #E19B9E Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #E19B9E

Tints of Wewak #E19B9E

Color information

#E19B9E (or 0xE19B9E) is unknown color: approx Wewak. HEX triplet: E1, 9B and 9E. RGB value is (225,155,158). Sum of RGB (Red+Green+Blue) = 225+155+158=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B9E is #1E6461. Grayscale: #B0B0B0. Windows color (decimal): -1991778 or 10394593. OLE color: 10394593.

HSL color Cylindrical-coordinate representation of color #E19B9E: hue angle of 357.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19B9E is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225155158-
CMYK00.310.300.12
HSL357.43º53.85%74.51%-
HSV(B)357.43º31.11%88.24%-
XYZ48.9441.9237.86-
YUV176.27117.69162.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=41.82%
G=28.81%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515515800.310.300.12357.4353.8574.51
HexE19B9E01F1EC165364b
Octal341233236037361454566113
Binary1110000110011011100111100111111111011001011001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B9E; }

 p { color: rgb(225,155,158); }

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

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

 a { background-color: rgb(225,155,158); }

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

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

 span { border-color: rgb(225,155,158); }

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