#E1989A

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

Shades of Wewak #E1989A

Tints of Wewak #E1989A

Color information

#E1989A (or 0xE1989A) is unknown color: approx Wewak. HEX triplet: E1, 98 and 9A. RGB value is (225,152,154). Sum of RGB (Red+Green+Blue) = 225+152+154=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1989A is #1E6765. Grayscale: #AEAEAE. Windows color (decimal): -1992550 or 10131681. OLE color: 10131681.

HSL color Cylindrical-coordinate representation of color #E1989A: hue angle of 358.36º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1989A is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225152154-
CMYK00.320.320.12
HSL358.36º54.89%73.92%-
HSV(B)358.36º32.44%88.24%-
XYZ48.1140.835.91-
YUV174.05116.68164.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=42.37%
G=28.63%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22515215400.320.320.12358.3654.8973.92
HexE1989A02020C166374a
Octal341230232040401454667112
Binary111000011001100010011010010000010000011001011001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1989A; }

 p { color: rgb(225,152,154); }

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

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

 a { background-color: rgb(225,152,154); }

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

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

 span { border-color: rgb(225,152,154); }

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