#EE8A9D

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

Shades of Wewak #EE8A9D

Tints of Wewak #EE8A9D

Color information

#EE8A9D (or 0xEE8A9D) is unknown color: approx Wewak. HEX triplet: EE, 8A and 9D. RGB value is (238,138,157). Sum of RGB (Red+Green+Blue) = 238+138+157=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A9D is #117562. Grayscale: #AAAAAA. Windows color (decimal): -1144163 or 10324718. OLE color: 10324718.

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

Color convert

RGB238138157-
CMYK00.420.340.07
HSL348.6º74.63%73.73%-
HSV(B)348.6º42.02%93.33%-
XYZ50.4338.7936.73-
YUV170.07120.63176.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.65%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=44.65%
G=25.89%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813815700.420.340.07348.674.6373.73
HexEE8A9D02A22715d4b4a
Octal356212235052427535113112
Binary111011101000101010011101010101010001011110101110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A9D; }

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

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

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

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

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

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

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

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