#E48F9B

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

Shades of Wewak #E48F9B

Tints of Wewak #E48F9B

Color information

#E48F9B (or 0xE48F9B) is unknown color: approx Wewak. HEX triplet: E4, 8F and 9B. RGB value is (228,143,155). Sum of RGB (Red+Green+Blue) = 228+143+155=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F9B is #1B7064. Grayscale: #A9A9A9. Windows color (decimal): -1798245 or 10194916. OLE color: 10194916.

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

Color convert

RGB228143155-
CMYK00.370.320.11
HSL351.53º61.15%72.75%-
HSV(B)351.53º37.28%89.41%-
XYZ47.7338.5135.93-
YUV169.78119.66169.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=43.35%
G=27.19%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814315500.370.320.11351.5361.1572.75
HexE48F9B02520B1603d49
Octal344217233045401354075111
Binary111001001000111110011011010010110000010111011000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48F9B; }

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

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

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

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

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

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

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

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