#EC8C90

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

Shades of Wewak #EC8C90

Tints of Wewak #EC8C90

Color information

#EC8C90 (or 0xEC8C90) is unknown color: approx Wewak. HEX triplet: EC, 8C and 90. RGB value is (236,140,144). Sum of RGB (Red+Green+Blue) = 236+140+144=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C90 is #13736F. Grayscale: #A9A9A9. Windows color (decimal): -1274736 or 9473260. OLE color: 9473260.

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

Color convert

RGB236140144-
CMYK00.410.390.07
HSL357.5º71.64%73.73%-
HSV(B)357.5º40.68%92.55%-
XYZ4938.631.25-
YUV169.16113.8175.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=45.38%
G=26.92%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614014400.410.390.07357.571.6473.73
HexEC8C90029277166484a
Octal354214220051477546110112
Binary111011001000110010010000010100110011111110110011010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8C90; }

 p { color: rgb(236,140,144); }

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

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

 a { background-color: rgb(236,140,144); }

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

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

 span { border-color: rgb(236,140,144); }

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