#EB8A9D

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

Shades of Wewak #EB8A9D

Tints of Wewak #EB8A9D

Color information

#EB8A9D (or 0xEB8A9D) is unknown color: approx Wewak. HEX triplet: EB, 8A and 9D. RGB value is (235,138,157). Sum of RGB (Red+Green+Blue) = 235+138+157=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A9D is #147562. Grayscale: #A9A9A9. Windows color (decimal): -1340771 or 10324715. OLE color: 10324715.

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

Color convert

RGB235138157-
CMYK00.410.330.08
HSL348.25º70.8%73.14%-
HSV(B)348.25º41.28%92.16%-
XYZ49.4438.2736.68-
YUV169.17121.14174.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=44.34%
G=26.04%
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
Decimal23513815700.410.330.08348.2570.873.14
HexEB8A9D02921815c4749
Octal3532122350514110534107111
Binary1110101110001010100111010101001100001100010101110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A9D; }

 p { color: rgb(235,138,157); }

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

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

 a { background-color: rgb(235,138,157); }

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

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

 span { border-color: rgb(235,138,157); }

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