#E494A1

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

Shades of Wewak #E494A1

Tints of Wewak #E494A1

Color information

#E494A1 (or 0xE494A1) is unknown color: approx Wewak. HEX triplet: E4, 94 and A1. RGB value is (228,148,161). Sum of RGB (Red+Green+Blue) = 228+148+161=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E494A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E494A1 is #1B6B5E. Grayscale: #ADADAD. Windows color (decimal): -1796959 or 10589412. OLE color: 10589412.

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

Color convert

RGB228148161-
CMYK00.350.290.11
HSL350.25º59.7%73.73%-
HSV(B)350.25º35.09%89.41%-
XYZ49.0240.2538.9-
YUV173.4121166.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=42.46%
G=27.56%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814816100.350.290.11350.2559.773.73
HexE494A10231DB15e3c4a
Octal344224241043351353674112
Binary11100100100101001010000101000111110110111010111101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494A1; }

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

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

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

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

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

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

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

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