#E48C8E

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

Shades of Wewak #E48C8E

Tints of Wewak #E48C8E

Color information

#E48C8E (or 0xE48C8E) is unknown color: approx Wewak. HEX triplet: E4, 8C and 8E. RGB value is (228,140,142). Sum of RGB (Red+Green+Blue) = 228+140+142=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48C8E is #1B7371. Grayscale: #A6A6A6. Windows color (decimal): -1799026 or 9342180. OLE color: 9342180.

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

Color convert

RGB228140142-
CMYK00.390.380.11
HSL358.64º61.97%72.16%-
HSV(B)358.64º38.6%89.41%-
XYZ46.2637.230.33-
YUV166.54114.15171.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.71%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=44.71%
G=27.45%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814014200.390.380.11358.6461.9772.16
HexE48C8E02726B1673e48
Octal344214216047461354776110
Binary111001001000110010001110010011110011010111011001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48C8E; }

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

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

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

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

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

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

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

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