#EE9A9D

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

Shades of Wewak #EE9A9D

Tints of Wewak #EE9A9D

Color information

#EE9A9D (or 0xEE9A9D) is unknown color: approx Wewak. HEX triplet: EE, 9A and 9D. RGB value is (238,154,157). Sum of RGB (Red+Green+Blue) = 238+154+157=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A9D is #116562. Grayscale: #B3B3B3. Windows color (decimal): -1140067 or 10328814. OLE color: 10328814.

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

Color convert

RGB238154157-
CMYK00.350.340.07
HSL357.86º71.19%76.86%-
HSV(B)357.86º35.29%93.33%-
XYZ52.943.7237.55-
YUV179.46115.33169.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=43.35%
G=28.05%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815415700.350.340.07357.8671.1976.86
HexEE9A9D023227166474d
Octal356232235043427546107115
Binary111011101001101010011101010001110001011110110011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9A9D; }

 p { color: rgb(238,154,157); }

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

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

 a { background-color: rgb(238,154,157); }

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

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

 span { border-color: rgb(238,154,157); }

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