#EC969B

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

Shades of Wewak #EC969B

Tints of Wewak #EC969B

Color information

#EC969B (or 0xEC969B) is unknown color: approx Wewak. HEX triplet: EC, 96 and 9B. RGB value is (236,150,155). Sum of RGB (Red+Green+Blue) = 236+150+155=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC969B is #136964. Grayscale: #B0B0B0. Windows color (decimal): -1272165 or 10196716. OLE color: 10196716.

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

Color convert

RGB236150155-
CMYK00.360.340.07
HSL356.51º69.35%75.69%-
HSV(B)356.51º36.44%92.55%-
XYZ51.4142.0136.41-
YUV176.28115.99170.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=43.62%
G=27.73%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615015500.360.340.07356.5169.3575.69
HexEC969B024227165454c
Octal354226233044427545105114
Binary111011001001011010011011010010010001011110110010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC969B; }

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

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

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

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

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

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

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

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