#ec9386

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

Shades of Sweet Pink #EC9386

Tints of Sweet Pink #EC9386

Color information

#EC9386 (or 0xEC9386) is unknown color: approx Sweet Pink. HEX triplet: EC, 93 and 86. RGB value is (236,147,134). Sum of RGB (Red+Green+Blue) = 236+147+134=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9386 is #136C79. Grayscale: #ACACAC. Windows color (decimal): -1272954 or 8819692. OLE color: 8819692.

HSL color Cylindrical-coordinate representation of color #EC9386: hue angle of 7.65º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC9386 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB236147134-
CMYK00.380.430.07
HSL7.65º72.86%72.55%-
HSV(B)7.65º43.22%92.55%-
XYZ49.3340.4227.76-
YUV172.13106.49173.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 134 (52.73% from 255) = 25.92%
R=45.65%
G=28.43%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614713400.380.430.077.6572.8672.55
HexEC93860262B784949
Octal35422320604653710111111
Binary1110110010010011100001100100110101011111100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec9386; }

 p { color: rgb(236,147,134); }

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

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

 a { background-color: rgb(236,147,134); }

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

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

 span { border-color: rgb(236,147,134); }

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