#E69DA1

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

Shades of Wewak #E69DA1

Tints of Wewak #E69DA1

Color information

#E69DA1 (or 0xE69DA1) is unknown color: approx Wewak. HEX triplet: E6, 9D and A1. RGB value is (230,157,161). Sum of RGB (Red+Green+Blue) = 230+157+161=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA1 is #19625E. Grayscale: #B3B3B3. Windows color (decimal): -1663583 or 10591718. OLE color: 10591718.

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

Color convert

RGB230157161-
CMYK00.320.30.10
HSL356.71º59.35%75.88%-
HSV(B)356.71º31.74%90.2%-
XYZ51.1243.5139.42-
YUV179.28117.68164.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 161 (63.28% from 255) = 29.38%
R=41.97%
G=28.65%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015716100.320.30.10356.7159.3575.88
HexE69DA10201EA1653b4c
Octal346235241040361254573114
Binary11100110100111011010000101000001111010101011001011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DA1; }

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

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

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

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

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

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

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

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