#E09D9F

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

Shades of Wewak #E09D9F

Tints of Wewak #E09D9F

Color information

#E09D9F (or 0xE09D9F) is unknown color: approx Wewak. HEX triplet: E0, 9D and 9F. RGB value is (224,157,159). Sum of RGB (Red+Green+Blue) = 224+157+159=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D9F is #1F6260. Grayscale: #B1B1B1. Windows color (decimal): -2056801 or 10460640. OLE color: 10460640.

HSL color Cylindrical-coordinate representation of color #E09D9F: hue angle of 358.21º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09D9F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224157159-
CMYK00.300.290.12
HSL358.21º51.94%74.71%-
HSV(B)358.21º29.91%87.84%-
XYZ49.0642.4638.41-
YUV177.26117.7161.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=41.48%
G=29.07%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415715900.300.290.12358.2151.9474.71
HexE09D9F01E1DC166344b
Octal340235237036351454664113
Binary1110000010011101100111110111101110111001011001101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09D9F; }

 p { color: rgb(224,157,159); }

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

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

 a { background-color: rgb(224,157,159); }

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

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

 span { border-color: rgb(224,157,159); }

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