#EC999B

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

Shades of Wewak #EC999B

Tints of Wewak #EC999B

Color information

#EC999B (or 0xEC999B) is unknown color: approx Wewak. HEX triplet: EC, 99 and 9B. RGB value is (236,153,155). Sum of RGB (Red+Green+Blue) = 236+153+155=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC999B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC999B is #136664. Grayscale: #B2B2B2. Windows color (decimal): -1271397 or 10197484. OLE color: 10197484.

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

Color convert

RGB236153155-
CMYK00.350.340.07
HSL358.55º68.6%76.27%-
HSV(B)358.55º35.17%92.55%-
XYZ51.942.9836.57-
YUV178.04115169.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=43.38%
G=28.12%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615315500.350.340.07358.5568.676.27
HexEC999B023227167454c
Octal354231233043427547105114
Binary111011001001100110011011010001110001011110110011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC999B; }

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

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

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

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

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

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

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

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