#EEA1A7

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

Shades of Wewak #EEA1A7

Tints of Wewak #EEA1A7

Color information

#EEA1A7 (or 0xEEA1A7) is unknown color: approx Wewak. HEX triplet: EE, A1 and A7. RGB value is (238,161,167). Sum of RGB (Red+Green+Blue) = 238+161+167=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A7 is #115E58. Grayscale: #B8B8B8. Windows color (decimal): -1138265 or 10985966. OLE color: 10985966.

HSL color Cylindrical-coordinate representation of color #EEA1A7: hue angle of 355.32º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA1A7 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB238161167-
CMYK00.320.300.07
HSL355.32º69.37%78.24%-
HSV(B)355.32º32.35%93.33%-
XYZ54.9846.4642.63-
YUV184.71118.01166.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 167 (65.62% from 255) = 29.51%
R=42.05%
G=28.45%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816116700.320.300.07355.3269.3778.24
HexEEA1A70201E7163454e
Octal356241247040367543105116
Binary11101110101000011010011101000001111011110110001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1A7; }

 p { color: rgb(238,161,167); }

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

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

 a { background-color: rgb(238,161,167); }

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

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

 span { border-color: rgb(238,161,167); }

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