#EC8A92

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

Shades of Wewak #EC8A92

Tints of Wewak #EC8A92

Color information

#EC8A92 (or 0xEC8A92) is unknown color: approx Wewak. HEX triplet: EC, 8A and 92. RGB value is (236,138,146). Sum of RGB (Red+Green+Blue) = 236+138+146=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A92 is #13756D. Grayscale: #A8A8A8. Windows color (decimal): -1275246 or 9603820. OLE color: 9603820.

HSL color Cylindrical-coordinate representation of color #EC8A92: hue angle of 355.1º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8A92 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB236138146-
CMYK00.420.380.07
HSL355.1º72.06%73.33%-
HSV(B)355.1º41.53%92.55%-
XYZ48.8738.0931.97-
YUV168.21115.47176.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=45.38%
G=26.54%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613814600.420.380.07355.172.0673.33
HexEC8A9202A2671634849
Octal354212222052467543110111
Binary111011001000101010010010010101010011011110110001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A92; }

 p { color: rgb(236,138,146); }

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

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

 a { background-color: rgb(236,138,146); }

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

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

 span { border-color: rgb(236,138,146); }

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