#E6989A

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

Shades of Wewak #E6989A

Tints of Wewak #E6989A

Color information

#E6989A (or 0xE6989A) is unknown color: approx Wewak. HEX triplet: E6, 98 and 9A. RGB value is (230,152,154). Sum of RGB (Red+Green+Blue) = 230+152+154=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6989A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6989A is #196765. Grayscale: #AFAFAF. Windows color (decimal): -1664870 or 10131686. OLE color: 10131686.

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

Color convert

RGB230152154-
CMYK00.340.330.10
HSL358.46º60.94%74.9%-
HSV(B)358.46º33.91%90.2%-
XYZ49.6941.6135.98-
YUV175.55115.84166.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=42.91%
G=28.36%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015215400.340.330.10358.4660.9474.9
HexE6989A02221A1663d4b
Octal346230232042411254675113
Binary111001101001100010011010010001010000110101011001101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6989A; }

 p { color: rgb(230,152,154); }

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

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

 a { background-color: rgb(230,152,154); }

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

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

 span { border-color: rgb(230,152,154); }

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