#E4959E

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

Shades of Wewak #E4959E

Tints of Wewak #E4959E

Color information

#E4959E (or 0xE4959E) is unknown color: approx Wewak. HEX triplet: E4, 95 and 9E. RGB value is (228,149,158). Sum of RGB (Red+Green+Blue) = 228+149+158=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E4959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4959E is #1B6A61. Grayscale: #ADADAD. Windows color (decimal): -1796706 or 10393060. OLE color: 10393060.

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

Color convert

RGB228149158-
CMYK00.350.310.11
HSL353.16º59.4%73.92%-
HSV(B)353.16º34.65%89.41%-
XYZ48.9140.4637.58-
YUV173.65119.17166.77-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=42.62%
G=27.85%
B=29.53%

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
Decimal22814915800.350.310.11353.1659.473.92
HexE4959E0231FB1613b4a
Octal344225236043371354173112
Binary11100100100101011001111001000111111110111011000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4959E; }

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

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

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

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

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

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

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

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