#E4949A

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

Shades of Wewak #E4949A

Tints of Wewak #E4949A

Color information

#E4949A (or 0xE4949A) is unknown color: approx Wewak. HEX triplet: E4, 94 and 9A. RGB value is (228,148,154). Sum of RGB (Red+Green+Blue) = 228+148+154=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E4949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4949A is #1B6B65. Grayscale: #ACACAC. Windows color (decimal): -1796966 or 10130660. OLE color: 10130660.

HSL color Cylindrical-coordinate representation of color #E4949A: hue angle of 355.5º degrees, saturation: 0.6, 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 #E4949A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228148154-
CMYK00.350.320.11
HSL355.5º59.7%73.73%-
HSV(B)355.5º35.09%89.41%-
XYZ48.4240.0135.74-
YUV172.6117.5167.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=43.02%
G=27.92%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814815400.350.320.11355.559.773.73
HexE4949A02320B1643c4a
Octal344224232043401354474112
Binary111001001001010010011010010001110000010111011001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4949A; }

 p { color: rgb(228,148,154); }

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

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

 a { background-color: rgb(228,148,154); }

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

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

 span { border-color: rgb(228,148,154); }

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