#E08D8F

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

Shades of Wewak #E08D8F

Tints of Wewak #E08D8F

Color information

#E08D8F (or 0xE08D8F) is unknown color: approx Wewak. HEX triplet: E0, 8D and 8F. RGB value is (224,141,143). Sum of RGB (Red+Green+Blue) = 224+141+143=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D8F is #1F7270. Grayscale: #A6A6A6. Windows color (decimal): -2060913 or 9407968. OLE color: 9407968.

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

Color convert

RGB224141143-
CMYK00.370.360.12
HSL358.55º57.24%71.57%-
HSV(B)358.55º37.05%87.84%-
XYZ45.2236.8830.72-
YUV166.04115169.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=44.09%
G=27.76%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414114300.370.360.12358.5557.2471.57
HexE08D8F02524C1673948
Octal340215217045441454771110
Binary111000001000110110001111010010110010011001011001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D8F; }

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

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

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

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

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

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

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

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