#EB999D

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

Shades of Wewak #EB999D

Tints of Wewak #EB999D

Color information

#EB999D (or 0xEB999D) is unknown color: approx Wewak. HEX triplet: EB, 99 and 9D. RGB value is (235,153,157). Sum of RGB (Red+Green+Blue) = 235+153+157=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB999D is #146662. Grayscale: #B2B2B2. Windows color (decimal): -1336931 or 10328555. OLE color: 10328555.

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

Color convert

RGB235153157-
CMYK00.350.330.08
HSL357.07º67.21%76.08%-
HSV(B)357.07º34.89%92.16%-
XYZ51.7442.8837.45-
YUV177.97116.17168.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=43.12%
G=28.07%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515315700.350.330.08357.0767.2176.08
HexEB999D023218165434c
Octal3532312350434110545103114
Binary1110101110011001100111010100011100001100010110010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB999D; }

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

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

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

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

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

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

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

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