#E08E96

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

Shades of Wewak #E08E96

Tints of Wewak #E08E96

Color information

#E08E96 (or 0xE08E96) is unknown color: approx Wewak. HEX triplet: E0, 8E and 96. RGB value is (224,142,150). Sum of RGB (Red+Green+Blue) = 224+142+150=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E96 is #1F7169. Grayscale: #A7A7A7. Windows color (decimal): -2060650 or 9866976. OLE color: 9866976.

HSL color Cylindrical-coordinate representation of color #E08E96: hue angle of 354.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08E96 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224142150-
CMYK00.370.330.12
HSL354.15º56.94%71.76%-
HSV(B)354.15º36.61%87.84%-
XYZ45.9237.433.65-
YUV167.43118.17168.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=43.41%
G=27.52%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414215000.370.330.12354.1556.9471.76
HexE08E9602521C1623948
Octal340216226045411454271110
Binary111000001000111010010110010010110000111001011000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E96; }

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

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

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

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

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

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

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

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