#EA8B9D

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

Shades of Wewak #EA8B9D

Tints of Wewak #EA8B9D

Color information

#EA8B9D (or 0xEA8B9D) is unknown color: approx Wewak. HEX triplet: EA, 8B and 9D. RGB value is (234,139,157). Sum of RGB (Red+Green+Blue) = 234+139+157=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B9D is #157462. Grayscale: #A9A9A9. Windows color (decimal): -1406051 or 10324970. OLE color: 10324970.

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

Color convert

RGB234139157-
CMYK00.410.330.08
HSL348.63º69.34%73.14%-
HSV(B)348.63º40.6%91.76%-
XYZ49.2538.3936.71-
YUV169.46120.97174.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=44.15%
G=26.23%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413915700.410.330.08348.6369.3473.14
HexEA8B9D02921815d4549
Octal3522132350514110535105111
Binary1110101010001011100111010101001100001100010101110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B9D; }

 p { color: rgb(234,139,157); }

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

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

 a { background-color: rgb(234,139,157); }

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

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

 span { border-color: rgb(234,139,157); }

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