#E69BA4

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

Shades of Wewak #E69BA4

Tints of Wewak #E69BA4

Color information

#E69BA4 (or 0xE69BA4) is unknown color: approx Wewak. HEX triplet: E6, 9B and A4. RGB value is (230,155,164). Sum of RGB (Red+Green+Blue) = 230+155+164=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BA4 is #19645B. Grayscale: #B2B2B2. Windows color (decimal): -1664092 or 10787814. OLE color: 10787814.

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

Color convert

RGB230155164-
CMYK00.330.290.10
HSL352.8º60%75.49%-
HSV(B)352.8º32.61%90.2%-
XYZ51.0642.9540.72-
YUV178.45119.85164.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=41.89%
G=28.23%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015516400.330.290.10352.86075.49
HexE69BA40211DA1613c4b
Octal346233244041351254174113
Binary11100110100110111010010001000011110110101011000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BA4; }

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

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

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

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

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

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

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

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