#E59294

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

Shades of Wewak #E59294

Tints of Wewak #E59294

Color information

#E59294 (or 0xE59294) is unknown color: approx Wewak. HEX triplet: E5, 92 and 94. RGB value is (229,146,148). Sum of RGB (Red+Green+Blue) = 229+146+148=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E59294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59294 is #1A6D6B. Grayscale: #ABABAB. Windows color (decimal): -1731948 or 9736933. OLE color: 9736933.

HSL color Cylindrical-coordinate representation of color #E59294: hue angle of 358.55º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59294 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229146148-
CMYK00.360.350.10
HSL358.55º61.48%73.53%-
HSV(B)358.55º36.24%89.8%-
XYZ47.9439.3533.09-
YUV171.04115169.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=43.79%
G=27.92%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914614800.360.350.10358.5561.4873.53
HexE5929402423A1673d4a
Octal345222224044431254775112
Binary111001011001001010010100010010010001110101011001111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59294; }

 p { color: rgb(229,146,148); }

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

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

 a { background-color: rgb(229,146,148); }

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

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

 span { border-color: rgb(229,146,148); }

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