#EB999E

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

Shades of Wewak #EB999E

Tints of Wewak #EB999E

Color information

#EB999E (or 0xEB999E) is unknown color: approx Wewak. HEX triplet: EB, 99 and 9E. RGB value is (235,153,158). Sum of RGB (Red+Green+Blue) = 235+153+158=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB999E is #146661. Grayscale: #B2B2B2. Windows color (decimal): -1336930 or 10394091. OLE color: 10394091.

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

Color convert

RGB235153158-
CMYK00.350.330.08
HSL356.34º67.21%76.08%-
HSV(B)356.34º34.89%92.16%-
XYZ51.8242.9137.9-
YUV178.09116.67168.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=43.04%
G=28.02%
B=28.94%

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
Decimal23515315800.350.330.08356.3467.2176.08
HexEB999E023218164434c
Octal3532312360434110544103114
Binary1110101110011001100111100100011100001100010110010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB999E; }

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

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

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

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

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

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

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

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