#EC9EA1

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

Shades of Wewak #EC9EA1

Tints of Wewak #EC9EA1

Color information

#EC9EA1 (or 0xEC9EA1) is unknown color: approx Wewak. HEX triplet: EC, 9E and A1. RGB value is (236,158,161). Sum of RGB (Red+Green+Blue) = 236+158+161=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9EA1 is #13615E. Grayscale: #B5B5B5. Windows color (decimal): -1270111 or 10591980. OLE color: 10591980.

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

Color convert

RGB236158161-
CMYK00.330.320.07
HSL357.69º67.24%77.25%-
HSV(B)357.69º33.05%92.55%-
XYZ53.2544.8639.57-
YUV181.66116.34166.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=42.52%
G=28.47%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615816100.330.320.07357.6967.2477.25
HexEC9EA1021207166434d
Octal354236241041407546103115
Binary111011001001111010100001010000110000011110110011010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9EA1; }

 p { color: rgb(236,158,161); }

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

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

 a { background-color: rgb(236,158,161); }

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

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

 span { border-color: rgb(236,158,161); }

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