#EC9BA3

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

Shades of Wewak #EC9BA3

Tints of Wewak #EC9BA3

Color information

#EC9BA3 (or 0xEC9BA3) is unknown color: approx Wewak. HEX triplet: EC, 9B and A3. RGB value is (236,155,163). Sum of RGB (Red+Green+Blue) = 236+155+163=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA3 is #13645C. Grayscale: #B4B4B4. Windows color (decimal): -1270877 or 10722284. OLE color: 10722284.

HSL color Cylindrical-coordinate representation of color #EC9BA3: hue angle of 354.07º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BA3 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236155163-
CMYK00.340.310.07
HSL354.07º68.07%76.67%-
HSV(B)354.07º34.32%92.55%-
XYZ52.9243.9240.34-
YUV180.13118.34167.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=42.60%
G=27.98%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615516300.340.310.07354.0768.0776.67
HexEC9BA30221F7162444d
Octal354233243042377542104115
Binary11101100100110111010001101000101111111110110001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BA3; }

 p { color: rgb(236,155,163); }

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

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

 a { background-color: rgb(236,155,163); }

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

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

 span { border-color: rgb(236,155,163); }

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