#E28C8F

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

Shades of Wewak #E28C8F

Tints of Wewak #E28C8F

Color information

#E28C8F (or 0xE28C8F) is unknown color: approx Wewak. HEX triplet: E2, 8C and 8F. RGB value is (226,140,143). Sum of RGB (Red+Green+Blue) = 226+140+143=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28C8F is #1D7370. Grayscale: #A6A6A6. Windows color (decimal): -1930097 or 9407714. OLE color: 9407714.

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

Color convert

RGB226140143-
CMYK00.380.370.11
HSL357.91º59.72%71.76%-
HSV(B)357.91º38.05%88.63%-
XYZ45.736.9130.7-
YUV166.06114.99170.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=44.40%
G=27.50%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614014300.380.370.11357.9159.7271.76
HexE28C8F02625B1663c48
Octal342214217046451354674110
Binary111000101000110010001111010011010010110111011001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28C8F; }

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

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

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

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

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

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

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

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