#E09294

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

Shades of Wewak #E09294

Tints of Wewak #E09294

Color information

#E09294 (or 0xE09294) is unknown color: approx Wewak. HEX triplet: E0, 92 and 94. RGB value is (224,146,148). Sum of RGB (Red+Green+Blue) = 224+146+148=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E09294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09294 is #1F6D6B. Grayscale: #A9A9A9. Windows color (decimal): -2059628 or 9736928. OLE color: 9736928.

HSL color Cylindrical-coordinate representation of color #E09294: hue angle of 358.46º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09294 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224146148-
CMYK00.350.340.12
HSL358.46º55.71%72.55%-
HSV(B)358.46º34.82%87.84%-
XYZ46.3638.5433.01-
YUV169.55115.84166.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=43.24%
G=28.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414614800.350.340.12358.4655.7172.55
HexE0929402322C1663849
Octal340222224043421454670111
Binary111000001001001010010100010001110001011001011001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09294; }

 p { color: rgb(224,146,148); }

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

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

 a { background-color: rgb(224,146,148); }

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

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

 span { border-color: rgb(224,146,148); }

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