#EEA1A3

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

Shades of Wewak #EEA1A3

Tints of Wewak #EEA1A3

Color information

#EEA1A3 (or 0xEEA1A3) is unknown color: approx Wewak. HEX triplet: EE, A1 and A3. RGB value is (238,161,163). Sum of RGB (Red+Green+Blue) = 238+161+163=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A3 is #115E5C. Grayscale: #B8B8B8. Windows color (decimal): -1138269 or 10723822. OLE color: 10723822.

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

Color convert

RGB238161163-
CMYK00.320.320.07
HSL358.44º69.37%78.24%-
HSV(B)358.44º32.35%93.33%-
XYZ54.6246.3140.71-
YUV184.25116.01166.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=42.35%
G=28.65%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816116300.320.320.07358.4469.3778.24
HexEEA1A3020207166454e
Octal356241243040407546105116
Binary111011101010000110100011010000010000011110110011010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1A3; }

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

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

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

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

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

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

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

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