#E18F9D

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

Shades of Wewak #E18F9D

Tints of Wewak #E18F9D

Color information

#E18F9D (or 0xE18F9D) is unknown color: approx Wewak. HEX triplet: E1, 8F and 9D. RGB value is (225,143,157). Sum of RGB (Red+Green+Blue) = 225+143+157=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F9D is #1E7062. Grayscale: #A9A9A9. Windows color (decimal): -1994851 or 10325985. OLE color: 10325985.

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

Color convert

RGB225143157-
CMYK00.360.300.12
HSL349.76º57.75%72.16%-
HSV(B)349.76º36.44%88.24%-
XYZ46.9638.0936.77-
YUV169.11121.17167.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=42.86%
G=27.24%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514315700.360.300.12349.7657.7572.16
HexE18F9D0241EC15e3a48
Octal341217235044361453672110
Binary11100001100011111001110101001001111011001010111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F9D; }

 p { color: rgb(225,143,157); }

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

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

 a { background-color: rgb(225,143,157); }

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

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

 span { border-color: rgb(225,143,157); }

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