#EE8B9A

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

Shades of Wewak #EE8B9A

Tints of Wewak #EE8B9A

Color information

#EE8B9A (or 0xEE8B9A) is unknown color: approx Wewak. HEX triplet: EE, 8B and 9A. RGB value is (238,139,154). Sum of RGB (Red+Green+Blue) = 238+139+154=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B9A is #117465. Grayscale: #AAAAAA. Windows color (decimal): -1143910 or 10128366. OLE color: 10128366.

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

Color convert

RGB238139154-
CMYK00.420.350.07
HSL350.91º74.44%73.92%-
HSV(B)350.91º41.6%93.33%-
XYZ50.3338.9835.44-
YUV170.31118.8176.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=44.82%
G=26.18%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813915400.420.350.07350.9174.4473.92
HexEE8B9A02A23715f4a4a
Octal356213232052437537112112
Binary111011101000101110011010010101010001111110101111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8B9A; }

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

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

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

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

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

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

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

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