#E69C9F

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

Shades of Wewak #E69C9F

Tints of Wewak #E69C9F

Color information

#E69C9F (or 0xE69C9F) is unknown color: approx Wewak. HEX triplet: E6, 9C and 9F. RGB value is (230,156,159). Sum of RGB (Red+Green+Blue) = 230+156+159=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C9F is #196360. Grayscale: #B2B2B2. Windows color (decimal): -1663841 or 10460390. OLE color: 10460390.

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

Color convert

RGB230156159-
CMYK00.320.310.10
HSL357.57º59.68%75.69%-
HSV(B)357.57º32.17%90.2%-
XYZ50.7843.138.44-
YUV178.47117.02164.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=42.20%
G=28.62%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015615900.320.310.10357.5759.6875.69
HexE69C9F0201FA1663c4c
Octal346234237040371254674114
Binary11100110100111001001111101000001111110101011001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C9F; }

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

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

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

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

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

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

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

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