#EA969E

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

Shades of Wewak #EA969E

Tints of Wewak #EA969E

Color information

#EA969E (or 0xEA969E) is unknown color: approx Wewak. HEX triplet: EA, 96 and 9E. RGB value is (234,150,158). Sum of RGB (Red+Green+Blue) = 234+150+158=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA969E is #156961. Grayscale: #B0B0B0. Windows color (decimal): -1403234 or 10393322. OLE color: 10393322.

HSL color Cylindrical-coordinate representation of color #EA969E: hue angle of 354.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA969E is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234150158-
CMYK00.360.320.08
HSL354.29º66.67%75.29%-
HSV(B)354.29º35.9%91.76%-
XYZ51.0141.7737.72-
YUV176.03117.83169.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=43.17%
G=27.68%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415015800.360.320.08354.2966.6775.29
HexEA969E024208162434b
Octal3522262360444010542103113
Binary1110101010010110100111100100100100000100010110001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA969E; }

 p { color: rgb(234,150,158); }

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

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

 a { background-color: rgb(234,150,158); }

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

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

 span { border-color: rgb(234,150,158); }

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