#E2999C

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

Shades of Wewak #E2999C

Tints of Wewak #E2999C

Color information

#E2999C (or 0xE2999C) is unknown color: approx Wewak. HEX triplet: E2, 99 and 9C. RGB value is (226,153,156). Sum of RGB (Red+Green+Blue) = 226+153+156=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2999C is #1D6663. Grayscale: #AFAFAF. Windows color (decimal): -1926756 or 10263010. OLE color: 10263010.

HSL color Cylindrical-coordinate representation of color #E2999C: hue angle of 357.53º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2999C is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226153156-
CMYK00.320.310.11
HSL357.53º55.73%74.31%-
HSV(B)357.53º32.3%88.63%-
XYZ48.7641.3536.86-
YUV175.17117.18164.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.24%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=42.24%
G=28.60%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615315600.320.310.11357.5355.7374.31
HexE2999C0201FB166384a
Octal342231234040371354670112
Binary11100010100110011001110001000001111110111011001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2999C; }

 p { color: rgb(226,153,156); }

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

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

 a { background-color: rgb(226,153,156); }

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

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

 span { border-color: rgb(226,153,156); }

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