#E48E9B

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

Shades of Wewak #E48E9B

Tints of Wewak #E48E9B

Color information

#E48E9B (or 0xE48E9B) is unknown color: approx Wewak. HEX triplet: E4, 8E and 9B. RGB value is (228,142,155). Sum of RGB (Red+Green+Blue) = 228+142+155=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48E9B is #1B7164. Grayscale: #A9A9A9. Windows color (decimal): -1798501 or 10194660. OLE color: 10194660.

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

Color convert

RGB228142155-
CMYK00.380.320.11
HSL350.93º61.43%72.55%-
HSV(B)350.93º37.72%89.41%-
XYZ47.5838.2135.88-
YUV169.2119.99169.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=43.43%
G=27.05%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814215500.380.320.11350.9361.4372.55
HexE48E9B02620B15f3d49
Octal344216233046401353775111
Binary111001001000111010011011010011010000010111010111111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48E9B; }

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

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

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

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

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

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

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

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