#EA9A9F

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

Shades of Wewak #EA9A9F

Tints of Wewak #EA9A9F

Color information

#EA9A9F (or 0xEA9A9F) is unknown color: approx Wewak. HEX triplet: EA, 9A and 9F. RGB value is (234,154,159). Sum of RGB (Red+Green+Blue) = 234+154+159=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A9F is #156560. Grayscale: #B2B2B2. Windows color (decimal): -1402209 or 10459882. OLE color: 10459882.

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

Color convert

RGB234154159-
CMYK00.340.320.08
HSL356.25º65.57%76.08%-
HSV(B)356.25º34.19%91.76%-
XYZ51.7543.1138.39-
YUV178.49117167.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=42.78%
G=28.15%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415415900.340.320.08356.2565.5776.08
HexEA9A9F022208164424c
Octal3522322370424010544102114
Binary1110101010011010100111110100010100000100010110010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9A9F; }

 p { color: rgb(234,154,159); }

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

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

 a { background-color: rgb(234,154,159); }

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

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

 span { border-color: rgb(234,154,159); }

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