#EC938B

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

Shades of Sweet Pink #EC938B

Tints of Sweet Pink #EC938B

Color information

#EC938B (or 0xEC938B) is unknown color: approx Sweet Pink. HEX triplet: EC, 93 and 8B. RGB value is (236,147,139). Sum of RGB (Red+Green+Blue) = 236+147+139=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC938B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC938B is #136C74. Grayscale: #ACACAC. Windows color (decimal): -1272949 or 9147372. OLE color: 9147372.

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

Color convert

RGB236147139-
CMYK00.380.410.07
HSL4.95º71.85%73.53%-
HSV(B)4.95º41.1%92.55%-
XYZ49.6940.5629.64-
YUV172.7108.99173.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=45.21%
G=28.16%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614713900.380.410.074.9571.8573.53
HexEC938B0262975484a
Octal3542232130465175110112
Binary111011001001001110001011010011010100111110110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC938B; }

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

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

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

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

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

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

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

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