#E6959B

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

Shades of Wewak #E6959B

Tints of Wewak #E6959B

Color information

#E6959B (or 0xE6959B) is unknown color: approx Wewak. HEX triplet: E6, 95 and 9B. RGB value is (230,149,155). Sum of RGB (Red+Green+Blue) = 230+149+155=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6959B is #196A64. Grayscale: #ADADAD. Windows color (decimal): -1665637 or 10196454. OLE color: 10196454.

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

Color convert

RGB230149155-
CMYK00.350.330.10
HSL355.56º61.83%74.31%-
HSV(B)355.56º35.22%90.2%-
XYZ49.340.6836.26-
YUV173.9117.34168.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=43.07%
G=27.90%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014915500.350.330.10355.5661.8374.31
HexE6959B02321A1643e4a
Octal346225233043411254476112
Binary111001101001010110011011010001110000110101011001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6959B; }

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

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

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

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

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

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

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

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