#EC8B8A

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

Shades of Sweet Pink #EC8B8A

Tints of Sweet Pink #EC8B8A

Color information

#EC8B8A (or 0xEC8B8A) is unknown color: approx Sweet Pink. HEX triplet: EC, 8B and 8A. RGB value is (236,139,138). Sum of RGB (Red+Green+Blue) = 236+139+138=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B8A is #137475. Grayscale: #A7A7A7. Windows color (decimal): -1274998 or 9079788. OLE color: 9079788.

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

Color convert

RGB236139138-
CMYK00.410.420.07
HSL0.61º72.06%73.33%-
HSV(B)0.61º41.53%92.55%-
XYZ48.4138.1328.85-
YUV167.89111.14176.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=46.00%
G=27.10%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613913800.410.420.070.6172.0673.33
HexEC8B8A0292A714849
Octal3542132120515271110111
Binary1110110010001011100010100101001101010111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8B8A; }

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

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

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

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

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

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

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

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