#E69096

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

Shades of Wewak #E69096

Tints of Wewak #E69096

Color information

#E69096 (or 0xE69096) is unknown color: approx Wewak. HEX triplet: E6, 90 and 96. RGB value is (230,144,150). Sum of RGB (Red+Green+Blue) = 230+144+150=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E69096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69096 is #196F69. Grayscale: #AAAAAA. Windows color (decimal): -1666922 or 9867494. OLE color: 9867494.

HSL color Cylindrical-coordinate representation of color #E69096: hue angle of 355.81º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69096 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230144150-
CMYK00.370.350.10
HSL355.81º63.24%73.33%-
HSV(B)355.81º37.39%90.2%-
XYZ48.1138.9733.84-
YUV170.4116.49170.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.89%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=43.89%
G=27.48%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014415000.370.350.10355.8163.2473.33
HexE6909602523A1643f49
Octal346220226045431254477111
Binary111001101001000010010110010010110001110101011001001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69096; }

 p { color: rgb(230,144,150); }

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

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

 a { background-color: rgb(230,144,150); }

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

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

 span { border-color: rgb(230,144,150); }

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