#E19194

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

Shades of Wewak #E19194

Tints of Wewak #E19194

Color information

#E19194 (or 0xE19194) is unknown color: approx Wewak. HEX triplet: E1, 91 and 94. RGB value is (225,145,148). Sum of RGB (Red+Green+Blue) = 225+145+148=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E19194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19194 is #1E6E6B. Grayscale: #A9A9A9. Windows color (decimal): -1994348 or 9736673. OLE color: 9736673.

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

Color convert

RGB225145148-
CMYK00.360.340.12
HSL357.75º57.14%72.55%-
HSV(B)357.75º35.56%88.24%-
XYZ46.5238.432.98-
YUV169.26116167.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=43.44%
G=27.99%
B=28.57%

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
Decimal22514514800.360.340.12357.7557.1472.55
HexE1919402422C1663949
Octal341221224044421454671111
Binary111000011001000110010100010010010001011001011001101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19194; }

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

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

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

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

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

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

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

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