#EC8A93

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

Shades of Wewak #EC8A93

Tints of Wewak #EC8A93

Color information

#EC8A93 (or 0xEC8A93) is unknown color: approx Wewak. HEX triplet: EC, 8A and 93. RGB value is (236,138,147). Sum of RGB (Red+Green+Blue) = 236+138+147=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A93 is #13756C. Grayscale: #A8A8A8. Windows color (decimal): -1275245 or 9669356. OLE color: 9669356.

HSL color Cylindrical-coordinate representation of color #EC8A93: hue angle of 354.49º 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 #EC8A93 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB236138147-
CMYK00.420.380.07
HSL354.49º72.06%73.33%-
HSV(B)354.49º41.53%92.55%-
XYZ48.9538.1232.38-
YUV168.33115.97176.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=45.30%
G=26.49%
B=28.21%

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
Decimal23613814700.420.380.07354.4972.0673.33
HexEC8A9302A2671624849
Octal354212223052467542110111
Binary111011001000101010010011010101010011011110110001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A93; }

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

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

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

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

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

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

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

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