#EEA1A4

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

Shades of Wewak #EEA1A4

Tints of Wewak #EEA1A4

Color information

#EEA1A4 (or 0xEEA1A4) is unknown color: approx Wewak. HEX triplet: EE, A1 and A4. RGB value is (238,161,164). Sum of RGB (Red+Green+Blue) = 238+161+164=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A4 is #115E5B. Grayscale: #B8B8B8. Windows color (decimal): -1138268 or 10789358. OLE color: 10789358.

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

Color convert

RGB238161164-
CMYK00.320.310.07
HSL357.66º69.37%78.24%-
HSV(B)357.66º32.35%93.33%-
XYZ54.7146.3541.18-
YUV184.36116.51166.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=42.27%
G=28.60%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816116400.320.310.07357.6669.3778.24
HexEEA1A40201F7166454e
Octal356241244040377546105116
Binary11101110101000011010010001000001111111110110011010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1A4; }

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

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

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

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

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

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

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

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