#E69195

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

Shades of Wewak #E69195

Tints of Wewak #E69195

Color information

#E69195 (or 0xE69195) is unknown color: approx Wewak. HEX triplet: E6, 91 and 95. RGB value is (230,145,149). Sum of RGB (Red+Green+Blue) = 230+145+149=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E69195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69195 is #196E6A. Grayscale: #AAAAAA. Windows color (decimal): -1666667 or 9802214. OLE color: 9802214.

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

Color convert

RGB230145149-
CMYK00.370.350.10
HSL357.18º62.96%73.53%-
HSV(B)357.18º36.96%90.2%-
XYZ48.1839.2433.47-
YUV170.87115.66170.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.89%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=43.89%
G=27.67%
B=28.44%

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
Decimal23014514900.370.350.10357.1862.9673.53
HexE6919502523A1653f4a
Octal346221225045431254577112
Binary111001101001000110010101010010110001110101011001011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69195; }

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

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

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

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

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

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

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

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