#E69395

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

Shades of Wewak #E69395

Tints of Wewak #E69395

Color information

#E69395 (or 0xE69395) is unknown color: approx Wewak. HEX triplet: E6, 93 and 95. RGB value is (230,147,149). Sum of RGB (Red+Green+Blue) = 230+147+149=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69395 is #196C6A. Grayscale: #ACACAC. Windows color (decimal): -1666155 or 9802726. OLE color: 9802726.

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

Color convert

RGB230147149-
CMYK00.360.350.10
HSL358.55º62.41%73.92%-
HSV(B)358.55º36.09%90.2%-
XYZ48.4939.8633.57-
YUV172.04115169.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=43.73%
G=27.95%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014714900.360.350.10358.5562.4173.92
HexE6939502423A1673e4a
Octal346223225044431254776112
Binary111001101001001110010101010010010001110101011001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69395; }

 p { color: rgb(230,147,149); }

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

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

 a { background-color: rgb(230,147,149); }

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

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

 span { border-color: rgb(230,147,149); }

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