#EE8995

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

Shades of Wewak #EE8995

Tints of Wewak #EE8995

Color information

#EE8995 (or 0xEE8995) is unknown color: approx Wewak. HEX triplet: EE, 89 and 95. RGB value is (238,137,149). Sum of RGB (Red+Green+Blue) = 238+137+149=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8995 is #11766A. Grayscale: #A8A8A8. Windows color (decimal): -1144427 or 9800174. OLE color: 9800174.

HSL color Cylindrical-coordinate representation of color #EE8995: hue angle of 352.87º degrees, saturation: 0.75, 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 #EE8995 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238137149-
CMYK00.420.370.07
HSL352.87º74.81%73.53%-
HSV(B)352.87º42.44%93.33%-
XYZ49.6338.2433.2-
YUV168.57116.96177.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=45.42%
G=26.15%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813714900.420.370.07352.8774.8173.53
HexEE899502A2571614b4a
Octal356211225052457541113112
Binary111011101000100110010101010101010010111110110000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8995; }

 p { color: rgb(238,137,149); }

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

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

 a { background-color: rgb(238,137,149); }

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

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

 span { border-color: rgb(238,137,149); }

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