#EA9DA2

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

Shades of Wewak #EA9DA2

Tints of Wewak #EA9DA2

Color information

#EA9DA2 (or 0xEA9DA2) is unknown color: approx Wewak. HEX triplet: EA, 9D and A2. RGB value is (234,157,162). Sum of RGB (Red+Green+Blue) = 234+157+162=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DA2 is #15625D. Grayscale: #B4B4B4. Windows color (decimal): -1401438 or 10657258. OLE color: 10657258.

HSL color Cylindrical-coordinate representation of color #EA9DA2: hue angle of 356.1º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DA2 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234157162-
CMYK00.330.310.08
HSL356.1º64.71%76.67%-
HSV(B)356.1º32.91%91.76%-
XYZ52.5144.2239.95-
YUV180.59117.51166.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 162 (63.67% from 255) = 29.29%
R=42.31%
G=28.39%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415716200.330.310.08356.164.7176.67
HexEA9DA20211F8164414d
Octal3522352420413710544101115
Binary111010101001110110100010010000111111100010110010010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DA2; }

 p { color: rgb(234,157,162); }

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

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

 a { background-color: rgb(234,157,162); }

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

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

 span { border-color: rgb(234,157,162); }

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