#E19192

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

Shades of Wewak #E19192

Tints of Wewak #E19192

Color information

#E19192 (or 0xE19192) is unknown color: approx Wewak. HEX triplet: E1, 91 and 92. RGB value is (225,145,146). Sum of RGB (Red+Green+Blue) = 225+145+146=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E19192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19192 is #1E6E6D. Grayscale: #A9A9A9. Windows color (decimal): -1994350 or 9605601. OLE color: 9605601.

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

Color convert

RGB225145146-
CMYK00.360.350.12
HSL359.25º57.14%72.55%-
HSV(B)359.25º35.56%88.24%-
XYZ46.3738.3332.15-
YUV169.03115167.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=43.60%
G=28.10%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514514600.360.350.12359.2557.1472.55
HexE1919202423C1673949
Octal341221222044431454771111
Binary111000011001000110010010010010010001111001011001111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19192; }

 p { color: rgb(225,145,146); }

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

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

 a { background-color: rgb(225,145,146); }

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

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

 span { border-color: rgb(225,145,146); }

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