#EA99A2

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

Shades of Wewak #EA99A2

Tints of Wewak #EA99A2

Color information

#EA99A2 (or 0xEA99A2) is unknown color: approx Wewak. HEX triplet: EA, 99 and A2. RGB value is (234,153,162). Sum of RGB (Red+Green+Blue) = 234+153+162=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A2 is #15665D. Grayscale: #B2B2B2. Windows color (decimal): -1402462 or 10656234. OLE color: 10656234.

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

Color convert

RGB234153162-
CMYK00.350.310.08
HSL353.33º65.85%75.88%-
HSV(B)353.33º34.62%91.76%-
XYZ51.8442.8839.73-
YUV178.24118.84167.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=42.62%
G=27.87%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415316200.350.310.08353.3365.8575.88
HexEA99A20231F8161424c
Octal3522312420433710541102114
Binary111010101001100110100010010001111111100010110000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99A2; }

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

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

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

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

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

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

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

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