#E48E94

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

Shades of Wewak #E48E94

Tints of Wewak #E48E94

Color information

#E48E94 (or 0xE48E94) is unknown color: approx Wewak. HEX triplet: E4, 8E and 94. RGB value is (228,142,148). Sum of RGB (Red+Green+Blue) = 228+142+148=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48E94 is #1B716B. Grayscale: #A8A8A8. Windows color (decimal): -1798508 or 9735908. OLE color: 9735908.

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

Color convert

RGB228142148-
CMYK00.380.350.11
HSL355.81º61.43%72.55%-
HSV(B)355.81º37.72%89.41%-
XYZ47.0137.9832.87-
YUV168.4116.49170.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.02%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=44.02%
G=27.41%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814214800.380.350.11355.8161.4372.55
HexE48E9402623B1643d49
Octal344216224046431354475111
Binary111001001000111010010100010011010001110111011001001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48E94; }

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

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

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

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

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

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

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

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