#E28F9D

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

Shades of Wewak #E28F9D

Tints of Wewak #E28F9D

Color information

#E28F9D (or 0xE28F9D) is unknown color: approx Wewak. HEX triplet: E2, 8F and 9D. RGB value is (226,143,157). Sum of RGB (Red+Green+Blue) = 226+143+157=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28F9D is #1D7062. Grayscale: #A9A9A9. Windows color (decimal): -1929315 or 10325986. OLE color: 10325986.

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

Color convert

RGB226143157-
CMYK00.370.310.11
HSL349.88º58.87%72.35%-
HSV(B)349.88º36.73%88.63%-
XYZ47.2738.2536.79-
YUV169.41121168.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=42.97%
G=27.19%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614315700.370.310.11349.8858.8772.35
HexE28F9D0251FB15e3b48
Octal342217235045371353673110
Binary11100010100011111001110101001011111110111010111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28F9D; }

 p { color: rgb(226,143,157); }

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

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

 a { background-color: rgb(226,143,157); }

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

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

 span { border-color: rgb(226,143,157); }

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