#E19095

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

Shades of Wewak #E19095

Tints of Wewak #E19095

Color information

#E19095 (or 0xE19095) is unknown color: approx Wewak. HEX triplet: E1, 90 and 95. RGB value is (225,144,149). Sum of RGB (Red+Green+Blue) = 225+144+149=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E19095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19095 is #1E6F6A. Grayscale: #A8A8A8. Windows color (decimal): -1994603 or 9801953. OLE color: 9801953.

HSL color Cylindrical-coordinate representation of color #E19095: hue angle of 356.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19095 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225144149-
CMYK00.360.340.12
HSL356.3º57.45%72.35%-
HSV(B)356.3º36%88.24%-
XYZ46.4538.1233.34-
YUV168.79116.84168.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=43.44%
G=27.80%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514414900.360.340.12356.357.4572.35
HexE1909502422C1643948
Octal341220225044421454471110
Binary111000011001000010010101010010010001011001011001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19095; }

 p { color: rgb(225,144,149); }

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

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

 a { background-color: rgb(225,144,149); }

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

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

 span { border-color: rgb(225,144,149); }

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