#E08D8E

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

Shades of Wewak #E08D8E

Tints of Wewak #E08D8E

Color information

#E08D8E (or 0xE08D8E) is unknown color: approx Wewak. HEX triplet: E0, 8D and 8E. RGB value is (224,141,142). Sum of RGB (Red+Green+Blue) = 224+141+142=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D8E is #1F7271. Grayscale: #A6A6A6. Windows color (decimal): -2060914 or 9342432. OLE color: 9342432.

HSL color Cylindrical-coordinate representation of color #E08D8E: hue angle of 359.28º 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 #E08D8E is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224141142-
CMYK00.370.370.12
HSL359.28º57.24%71.57%-
HSV(B)359.28º37.05%87.84%-
XYZ45.1536.8530.32-
YUV165.93114.5169.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=44.18%
G=27.81%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414114200.370.370.12359.2857.2471.57
HexE08D8E02525C1673948
Octal340215216045451454771110
Binary111000001000110110001110010010110010111001011001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D8E; }

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

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

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

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

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

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

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

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