#E69D9E

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

Shades of Wewak #E69D9E

Tints of Wewak #E69D9E

Color information

#E69D9E (or 0xE69D9E) is unknown color: approx Wewak. HEX triplet: E6, 9D and 9E. RGB value is (230,157,158). Sum of RGB (Red+Green+Blue) = 230+157+158=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D9E is #196261. Grayscale: #B3B3B3. Windows color (decimal): -1663586 or 10395110. OLE color: 10395110.

HSL color Cylindrical-coordinate representation of color #E69D9E: hue angle of 359.18º degrees, saturation: 0.59, 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 #E69D9E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB230157158-
CMYK00.320.310.10
HSL359.18º59.35%75.88%-
HSV(B)359.18º31.74%90.2%-
XYZ50.8643.4138.05-
YUV178.94116.18164.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=42.20%
G=28.81%
B=28.99%

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
Decimal23015715800.320.310.10359.1859.3575.88
HexE69D9E0201FA1673b4c
Octal346235236040371254773114
Binary11100110100111011001111001000001111110101011001111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D9E; }

 p { color: rgb(230,157,158); }

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

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

 a { background-color: rgb(230,157,158); }

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

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

 span { border-color: rgb(230,157,158); }

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