#EA888C

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

Shades of Wewak #EA888C

Tints of Wewak #EA888C

Color information

#EA888C (or 0xEA888C) is unknown color: approx Wewak. HEX triplet: EA, 88 and 8C. RGB value is (234,136,140). Sum of RGB (Red+Green+Blue) = 234+136+140=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA888C is #157773. Grayscale: #A5A5A5. Windows color (decimal): -1406836 or 9210090. OLE color: 9210090.

HSL color Cylindrical-coordinate representation of color #EA888C: hue angle of 357.55º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA888C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234136140-
CMYK00.420.400.08
HSL357.55º70%72.55%-
HSV(B)357.55º41.88%91.76%-
XYZ47.4736.9929.45-
YUV165.76113.47176.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=45.88%
G=26.67%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413614000.420.400.08357.557072.55
HexEA888C02A2881664649
Octal3522102140525010546106111
Binary1110101010001000100011000101010101000100010110011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA888C; }

 p { color: rgb(234,136,140); }

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

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

 a { background-color: rgb(234,136,140); }

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

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

 span { border-color: rgb(234,136,140); }

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