#E98E96

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

Shades of Wewak #E98E96

Tints of Wewak #E98E96

Color information

#E98E96 (or 0xE98E96) is unknown color: approx Wewak. HEX triplet: E9, 8E and 96. RGB value is (233,142,150). Sum of RGB (Red+Green+Blue) = 233+142+150=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98E96 is #167169. Grayscale: #AAAAAA. Windows color (decimal): -1470826 or 9866985. OLE color: 9866985.

HSL color Cylindrical-coordinate representation of color #E98E96: hue angle of 354.73º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98E96 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233142150-
CMYK00.390.360.09
HSL354.73º67.41%73.53%-
HSV(B)354.73º39.06%91.37%-
XYZ48.7838.8733.79-
YUV170.12116.65172.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=44.38%
G=27.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314215000.390.360.09354.7367.4173.53
HexE98E96027249163434a
Octal3512162260474411543103112
Binary1110100110001110100101100100111100100100110110001110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E96; }

 p { color: rgb(233,142,150); }

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

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

 a { background-color: rgb(233,142,150); }

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

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

 span { border-color: rgb(233,142,150); }

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