#E48D8E

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

Shades of Wewak #E48D8E

Tints of Wewak #E48D8E

Color information

#E48D8E (or 0xE48D8E) is unknown color: approx Wewak. HEX triplet: E4, 8D and 8E. RGB value is (228,141,142). Sum of RGB (Red+Green+Blue) = 228+141+142=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48D8E is #1B7271. Grayscale: #A7A7A7. Windows color (decimal): -1798770 or 9342436. OLE color: 9342436.

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

Color convert

RGB228141142-
CMYK00.380.380.11
HSL359.31º61.7%72.35%-
HSV(B)359.31º38.16%89.41%-
XYZ46.437.530.38-
YUV167.13113.82171.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.62%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=44.62%
G=27.59%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814114200.380.380.11359.3161.772.35
HexE48D8E02626B1673e48
Octal344215216046461354776110
Binary111001001000110110001110010011010011010111011001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D8E; }

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

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

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

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

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

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

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

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