#EC948D

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

Shades of Sweet Pink #EC948D

Tints of Sweet Pink #EC948D

Color information

#EC948D (or 0xEC948D) is unknown color: approx Sweet Pink. HEX triplet: EC, 94 and 8D. RGB value is (236,148,141). Sum of RGB (Red+Green+Blue) = 236+148+141=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948D is #136B72. Grayscale: #ADADAD. Windows color (decimal): -1272691 or 9278700. OLE color: 9278700.

HSL color Cylindrical-coordinate representation of color #EC948D: hue angle of 4.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC948D is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236148141-
CMYK00.370.400.07
HSL4.42º71.43%73.92%-
HSV(B)4.42º40.25%92.55%-
XYZ49.9940.9430.47-
YUV173.51109.65172.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=44.95%
G=28.19%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614814100.370.400.074.4271.4373.92
HexEC948D0252874474a
Octal3542242150455074107112
Binary111011001001010010001101010010110100011110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC948D; }

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

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

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

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

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

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

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

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