#EC948B

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

Shades of Sweet Pink #EC948B

Tints of Sweet Pink #EC948B

Color information

#EC948B (or 0xEC948B) is unknown color: approx Sweet Pink. HEX triplet: EC, 94 and 8B. RGB value is (236,148,139). Sum of RGB (Red+Green+Blue) = 236+148+139=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948B is #136B74. Grayscale: #ADADAD. Windows color (decimal): -1272693 or 9147628. OLE color: 9147628.

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

Color convert

RGB236148139-
CMYK00.370.410.07
HSL5.57º71.85%73.53%-
HSV(B)5.57º41.1%92.55%-
XYZ49.8440.8829.69-
YUV173.29108.65172.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=45.12%
G=28.30%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614813900.370.410.075.5771.8573.53
HexEC948B0252976484a
Octal3542242130455176110112
Binary111011001001010010001011010010110100111111010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC948B; }

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

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

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

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

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

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

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

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