#E6949B

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

Shades of Wewak #E6949B

Tints of Wewak #E6949B

Color information

#E6949B (or 0xE6949B) is unknown color: approx Wewak. HEX triplet: E6, 94 and 9B. RGB value is (230,148,155). Sum of RGB (Red+Green+Blue) = 230+148+155=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6949B is #196B64. Grayscale: #ADADAD. Windows color (decimal): -1665893 or 10196198. OLE color: 10196198.

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

Color convert

RGB230148155-
CMYK00.360.330.10
HSL354.88º62.12%74.12%-
HSV(B)354.88º35.65%90.2%-
XYZ49.1440.3736.21-
YUV173.32117.67168.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=43.15%
G=27.77%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014815500.360.330.10354.8862.1274.12
HexE6949B02421A1633e4a
Octal346224233044411254376112
Binary111001101001010010011011010010010000110101011000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6949B; }

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

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

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

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

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

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

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

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