#E99194

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

Shades of Wewak #E99194

Tints of Wewak #E99194

Color information

#E99194 (or 0xE99194) is unknown color: approx Wewak. HEX triplet: E9, 91 and 94. RGB value is (233,145,148). Sum of RGB (Red+Green+Blue) = 233+145+148=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E99194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99194 is #166E6B. Grayscale: #ABABAB. Windows color (decimal): -1470060 or 9736681. OLE color: 9736681.

HSL color Cylindrical-coordinate representation of color #E99194: hue angle of 357.95º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E99194 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233145148-
CMYK00.380.360.09
HSL357.95º66.67%74.12%-
HSV(B)357.95º37.77%91.37%-
XYZ49.0739.7133.1-
YUV171.65114.65171.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=44.30%
G=27.57%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314514800.380.360.09357.9566.6774.12
HexE99194026249166434a
Octal3512212240464411546103112
Binary1110100110010001100101000100110100100100110110011010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99194; }

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

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

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

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

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

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

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

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