#E69CA4

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

Shades of Wewak #E69CA4

Tints of Wewak #E69CA4

Color information

#E69CA4 (or 0xE69CA4) is unknown color: approx Wewak. HEX triplet: E6, 9C and A4. RGB value is (230,156,164). Sum of RGB (Red+Green+Blue) = 230+156+164=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA4 is #19635B. Grayscale: #B3B3B3. Windows color (decimal): -1663836 or 10788070. OLE color: 10788070.

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

Color convert

RGB230156164-
CMYK00.320.290.10
HSL353.51º59.68%75.69%-
HSV(B)353.51º32.17%90.2%-
XYZ51.2243.2840.78-
YUV179.04119.52164.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=41.82%
G=28.36%
B=29.82%

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
Decimal23015616400.320.290.10353.5159.6875.69
HexE69CA40201DA1623c4c
Octal346234244040351254274114
Binary11100110100111001010010001000001110110101011000101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CA4; }

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

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

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

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

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

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

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

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