#E2959D

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

Shades of Wewak #E2959D

Tints of Wewak #E2959D

Color information

#E2959D (or 0xE2959D) is unknown color: approx Wewak. HEX triplet: E2, 95 and 9D. RGB value is (226,149,157). Sum of RGB (Red+Green+Blue) = 226+149+157=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2959D is #1D6A62. Grayscale: #ACACAC. Windows color (decimal): -1927779 or 10327522. OLE color: 10327522.

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

Color convert

RGB226149157-
CMYK00.340.310.11
HSL353.77º57.04%73.53%-
HSV(B)353.77º34.07%88.63%-
XYZ48.240.137.1-
YUV172.93119.01165.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=42.48%
G=28.01%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614915700.340.310.11353.7757.0473.53
HexE2959D0221FB162394a
Octal342225235042371354271112
Binary11100010100101011001110101000101111110111011000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2959D; }

 p { color: rgb(226,149,157); }

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

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

 a { background-color: rgb(226,149,157); }

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

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

 span { border-color: rgb(226,149,157); }

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