#E2949B

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

Shades of Wewak #E2949B

Tints of Wewak #E2949B

Color information

#E2949B (or 0xE2949B) is unknown color: approx Wewak. HEX triplet: E2, 94 and 9B. RGB value is (226,148,155). Sum of RGB (Red+Green+Blue) = 226+148+155=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2949B is #1D6B64. Grayscale: #ACACAC. Windows color (decimal): -1928037 or 10196194. OLE color: 10196194.

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

Color convert

RGB226148155-
CMYK00.350.310.11
HSL354.62º57.35%73.33%-
HSV(B)354.62º34.51%88.63%-
XYZ47.8739.7236.15-
YUV172.12118.34166.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=42.72%
G=27.98%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614815500.350.310.11354.6257.3573.33
HexE2949B0231FB1633949
Octal342224233043371354371111
Binary11100010100101001001101101000111111110111011000111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2949B; }

 p { color: rgb(226,148,155); }

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

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

 a { background-color: rgb(226,148,155); }

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

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

 span { border-color: rgb(226,148,155); }

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