#EC999E

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

Shades of Wewak #EC999E

Tints of Wewak #EC999E

Color information

#EC999E (or 0xEC999E) is unknown color: approx Wewak. HEX triplet: EC, 99 and 9E. RGB value is (236,153,158). Sum of RGB (Red+Green+Blue) = 236+153+158=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC999E is #136661. Grayscale: #B2B2B2. Windows color (decimal): -1271394 or 10394092. OLE color: 10394092.

HSL color Cylindrical-coordinate representation of color #EC999E: hue angle of 356.39º 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 #EC999E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236153158-
CMYK00.350.330.07
HSL356.39º68.6%76.27%-
HSV(B)356.39º35.17%92.55%-
XYZ52.1543.0837.91-
YUV178.39116.5169.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 158 (62.11% from 255) = 28.88%
R=43.14%
G=27.97%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615315800.350.330.07356.3968.676.27
HexEC999E023217164454c
Octal354231236043417544105114
Binary111011001001100110011110010001110000111110110010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC999E; }

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

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

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

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

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

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

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

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