#E998A1

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

Shades of Wewak #E998A1

Tints of Wewak #E998A1

Color information

#E998A1 (or 0xE998A1) is unknown color: approx Wewak. HEX triplet: E9, 98 and A1. RGB value is (233,152,161). Sum of RGB (Red+Green+Blue) = 233+152+161=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E998A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E998A1 is #16675E. Grayscale: #B1B1B1. Windows color (decimal): -1468255 or 10590441. OLE color: 10590441.

HSL color Cylindrical-coordinate representation of color #E998A1: hue angle of 353.33º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998A1 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233152161-
CMYK00.350.310.09
HSL353.33º64.8%75.49%-
HSV(B)353.33º34.76%91.37%-
XYZ51.2742.3539.19-
YUV177.24118.84167.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=42.67%
G=27.84%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315216100.350.310.09353.3364.875.49
HexE998A10231F9161414b
Octal3512302410433711541101113
Binary111010011001100010100001010001111111100110110000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998A1; }

 p { color: rgb(233,152,161); }

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

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

 a { background-color: rgb(233,152,161); }

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

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

 span { border-color: rgb(233,152,161); }

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