#E58D9B

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

Shades of Wewak #E58D9B

Tints of Wewak #E58D9B

Color information

#E58D9B (or 0xE58D9B) is unknown color: approx Wewak. HEX triplet: E5, 8D and 9B. RGB value is (229,141,155). Sum of RGB (Red+Green+Blue) = 229+141+155=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58D9B is #1A7264. Grayscale: #A8A8A8. Windows color (decimal): -1733221 or 10194405. OLE color: 10194405.

HSL color Cylindrical-coordinate representation of color #E58D9B: hue angle of 350.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58D9B is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229141155-
CMYK00.380.320.10
HSL350.45º62.86%72.55%-
HSV(B)350.45º38.43%89.8%-
XYZ47.7538.0735.84-
YUV168.91120.15170.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=43.62%
G=26.86%
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.10
SystemRedGreenBlueCMYKHSL
Decimal22914115500.380.320.10350.4562.8672.55
HexE58D9B02620A15e3f49
Octal345215233046401253677111
Binary111001011000110110011011010011010000010101010111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D9B; }

 p { color: rgb(229,141,155); }

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

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

 a { background-color: rgb(229,141,155); }

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

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

 span { border-color: rgb(229,141,155); }

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