#E69194

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

Shades of Wewak #E69194

Tints of Wewak #E69194

Color information

#E69194 (or 0xE69194) is unknown color: approx Wewak. HEX triplet: E6, 91 and 94. RGB value is (230,145,148). Sum of RGB (Red+Green+Blue) = 230+145+148=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E69194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69194 is #196E6B. Grayscale: #AAAAAA. Windows color (decimal): -1666668 or 9736678. OLE color: 9736678.

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

Color convert

RGB230145148-
CMYK00.370.360.10
HSL357.88º62.96%73.53%-
HSV(B)357.88º36.96%90.2%-
XYZ48.139.2133.05-
YUV170.76115.16170.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=43.98%
G=27.72%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014514800.370.360.10357.8862.9673.53
HexE6919402524A1663f4a
Octal346221224045441254677112
Binary111001101001000110010100010010110010010101011001101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69194; }

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

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

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

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

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

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

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

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