#ECA0A7

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

Shades of Wewak #ECA0A7

Tints of Wewak #ECA0A7

Color information

#ECA0A7 (or 0xECA0A7) is unknown color: approx Wewak. HEX triplet: EC, A0 and A7. RGB value is (236,160,167). Sum of RGB (Red+Green+Blue) = 236+160+167=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0A7 is #135F58. Grayscale: #B7B7B7. Windows color (decimal): -1269593 or 10985708. OLE color: 10985708.

HSL color Cylindrical-coordinate representation of color #ECA0A7: hue angle of 354.47º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0A7 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236160167-
CMYK00.320.290.07
HSL354.47º66.67%77.65%-
HSV(B)354.47º32.2%92.55%-
XYZ54.1445.7642.54-
YUV183.52118.68165.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=41.92%
G=28.42%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616016700.320.290.07354.4766.6777.65
HexECA0A70201D7162434e
Octal354240247040357542103116
Binary11101100101000001010011101000001110111110110001010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0A7; }

 p { color: rgb(236,160,167); }

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

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

 a { background-color: rgb(236,160,167); }

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

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

 span { border-color: rgb(236,160,167); }

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