#E5949F

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

Shades of Wewak #E5949F

Tints of Wewak #E5949F

Color information

#E5949F (or 0xE5949F) is unknown color: approx Wewak. HEX triplet: E5, 94 and 9F. RGB value is (229,148,159). Sum of RGB (Red+Green+Blue) = 229+148+159=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5949F is #1A6B60. Grayscale: #ADADAD. Windows color (decimal): -1731425 or 10458341. OLE color: 10458341.

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

Color convert

RGB229148159-
CMYK00.350.310.10
HSL351.85º60.9%73.92%-
HSV(B)351.85º35.37%89.8%-
XYZ49.1640.3438-
YUV173.47119.84167.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 159 (62.5% from 255) = 29.66%
R=42.72%
G=27.61%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914815900.350.310.10351.8560.973.92
HexE5949F0231FA1603d4a
Octal345224237043371254075112
Binary11100101100101001001111101000111111110101011000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5949F; }

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

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

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

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

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

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

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

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