#E69DA4

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

Shades of Wewak #E69DA4

Tints of Wewak #E69DA4

Color information

#E69DA4 (or 0xE69DA4) is unknown color: approx Wewak. HEX triplet: E6, 9D and A4. RGB value is (230,157,164). Sum of RGB (Red+Green+Blue) = 230+157+164=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA4 is #19625B. Grayscale: #B3B3B3. Windows color (decimal): -1663580 or 10788326. OLE color: 10788326.

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

Color convert

RGB230157164-
CMYK00.320.290.10
HSL354.25º59.35%75.88%-
HSV(B)354.25º31.74%90.2%-
XYZ51.3943.6240.83-
YUV179.62119.18163.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=41.74%
G=28.49%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015716400.320.290.10354.2559.3575.88
HexE69DA40201DA1623b4c
Octal346235244040351254273114
Binary11100110100111011010010001000001110110101011000101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DA4; }

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

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

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

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

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

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

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

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