#EE8D9B

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

Shades of Wewak #EE8D9B

Tints of Wewak #EE8D9B

Color information

#EE8D9B (or 0xEE8D9B) is unknown color: approx Wewak. HEX triplet: EE, 8D and 9B. RGB value is (238,141,155). Sum of RGB (Red+Green+Blue) = 238+141+155=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D9B is #117264. Grayscale: #ABABAB. Windows color (decimal): -1143397 or 10194414. OLE color: 10194414.

HSL color Cylindrical-coordinate representation of color #EE8D9B: hue angle of 351.34º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8D9B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238141155-
CMYK00.410.350.07
HSL351.34º74.05%74.31%-
HSV(B)351.34º40.76%93.33%-
XYZ50.739.5935.98-
YUV171.6118.64175.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=44.57%
G=26.40%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814115500.410.350.07351.3474.0574.31
HexEE8D9B02923715f4a4a
Octal356215233051437537112112
Binary111011101000110110011011010100110001111110101111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D9B; }

 p { color: rgb(238,141,155); }

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

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

 a { background-color: rgb(238,141,155); }

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

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

 span { border-color: rgb(238,141,155); }

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