#EB9EA0

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

Shades of Wewak #EB9EA0

Tints of Wewak #EB9EA0

Color information

#EB9EA0 (or 0xEB9EA0) is unknown color: approx Wewak. HEX triplet: EB, 9E and A0. RGB value is (235,158,160). Sum of RGB (Red+Green+Blue) = 235+158+160=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EA0 is #14615F. Grayscale: #B5B5B5. Windows color (decimal): -1335648 or 10526443. OLE color: 10526443.

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

Color convert

RGB235158160-
CMYK00.330.320.08
HSL358.44º65.81%77.06%-
HSV(B)358.44º32.77%92.16%-
XYZ52.8344.6539.09-
YUV181.25116.01166.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 160 (62.89% from 255) = 28.93%
R=42.50%
G=28.57%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515816000.330.320.08358.4465.8177.06
HexEB9EA0021208166424d
Octal3532362400414010546102115
Binary1110101110011110101000000100001100000100010110011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EA0; }

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

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

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

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

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

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

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

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