#EB8A9E

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

Shades of Wewak #EB8A9E

Tints of Wewak #EB8A9E

Color information

#EB8A9E (or 0xEB8A9E) is unknown color: approx Wewak. HEX triplet: EB, 8A and 9E. RGB value is (235,138,158). Sum of RGB (Red+Green+Blue) = 235+138+158=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8A9E is #147561. Grayscale: #A9A9A9. Windows color (decimal): -1340770 or 10390251. OLE color: 10390251.

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

Color convert

RGB235138158-
CMYK00.410.330.08
HSL347.63º70.8%73.14%-
HSV(B)347.63º41.28%92.16%-
XYZ49.5238.3137.13-
YUV169.28121.64174.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=44.26%
G=25.99%
B=29.76%

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
Decimal23513815800.410.330.08347.6370.873.14
HexEB8A9E02921815c4749
Octal3532122360514110534107111
Binary1110101110001010100111100101001100001100010101110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A9E; }

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

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

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

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

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

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

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

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