#E2959E

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

Shades of Wewak #E2959E

Tints of Wewak #E2959E

Color information

#E2959E (or 0xE2959E) is unknown color: approx Wewak. HEX triplet: E2, 95 and 9E. RGB value is (226,149,158). Sum of RGB (Red+Green+Blue) = 226+149+158=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2959E is #1D6A61. Grayscale: #ADADAD. Windows color (decimal): -1927778 or 10393058. OLE color: 10393058.

HSL color Cylindrical-coordinate representation of color #E2959E: hue angle of 352.99º 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 #E2959E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226149158-
CMYK00.340.300.11
HSL352.99º57.04%73.53%-
HSV(B)352.99º34.07%88.63%-
XYZ48.2840.1337.55-
YUV173.05119.51165.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=42.40%
G=27.95%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614915800.340.300.11352.9957.0473.53
HexE2959E0221EB161394a
Octal342225236042361354171112
Binary11100010100101011001111001000101111010111011000011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2959E; }

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

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

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

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

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

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

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

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