#E69B9F

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

Shades of Wewak #E69B9F

Tints of Wewak #E69B9F

Color information

#E69B9F (or 0xE69B9F) is unknown color: approx Wewak. HEX triplet: E6, 9B and 9F. RGB value is (230,155,159). Sum of RGB (Red+Green+Blue) = 230+155+159=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B9F is #196460. Grayscale: #B1B1B1. Windows color (decimal): -1664097 or 10460134. OLE color: 10460134.

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

Color convert

RGB230155159-
CMYK00.330.310.10
HSL356.8º60%75.49%-
HSV(B)356.8º32.61%90.2%-
XYZ50.6142.7738.39-
YUV177.88117.35165.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=42.28%
G=28.49%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015515900.330.310.10356.86075.49
HexE69B9F0211FA1653c4b
Octal346233237041371254574113
Binary11100110100110111001111101000011111110101011001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B9F; }

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

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

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

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

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

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

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

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