#EB8D9E

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

Shades of Wewak #EB8D9E

Tints of Wewak #EB8D9E

Color information

#EB8D9E (or 0xEB8D9E) is unknown color: approx Wewak. HEX triplet: EB, 8D and 9E. RGB value is (235,141,158). Sum of RGB (Red+Green+Blue) = 235+141+158=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D9E is #147261. Grayscale: #ABABAB. Windows color (decimal): -1340002 or 10391019. OLE color: 10391019.

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

Color convert

RGB235141158-
CMYK00.40.330.08
HSL349.15º70.15%73.73%-
HSV(B)349.15º40%92.16%-
XYZ49.9639.1837.28-
YUV171.04120.64173.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=44.01%
G=26.40%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514115800.40.330.08349.1570.1573.73
HexEB8D9E02821815d464a
Octal3532152360504110535106112
Binary1110101110001101100111100101000100001100010101110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D9E; }

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

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

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

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

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

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

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

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