#EA999C

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

Shades of Wewak #EA999C

Tints of Wewak #EA999C

Color information

#EA999C (or 0xEA999C) is unknown color: approx Wewak. HEX triplet: EA, 99 and 9C. RGB value is (234,153,156). Sum of RGB (Red+Green+Blue) = 234+153+156=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA999C is #156663. Grayscale: #B1B1B1. Windows color (decimal): -1402468 or 10263018. OLE color: 10263018.

HSL color Cylindrical-coordinate representation of color #EA999C: hue angle of 357.78º 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 #EA999C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234153156-
CMYK00.350.330.08
HSL357.78º65.85%75.88%-
HSV(B)357.78º34.62%91.76%-
XYZ51.3242.6836.98-
YUV177.56115.84168.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=43.09%
G=28.18%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415315600.350.330.08357.7865.8575.88
HexEA999C023218166424c
Octal3522312340434110546102114
Binary1110101010011001100111000100011100001100010110011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA999C; }

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

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

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

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

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

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

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

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