#EC9C9A

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

Shades of Sweet Pink #EC9C9A

Tints of Sweet Pink #EC9C9A

Color information

#EC9C9A (or 0xEC9C9A) is unknown color: approx Sweet Pink. HEX triplet: EC, 9C and 9A. RGB value is (236,156,154). Sum of RGB (Red+Green+Blue) = 236+156+154=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C9A is #136365. Grayscale: #B3B3B3. Windows color (decimal): -1270630 or 10132716. OLE color: 10132716.

HSL color Cylindrical-coordinate representation of color #EC9C9A: hue angle of 1.46º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9C9A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB236156154-
CMYK00.340.350.07
HSL1.46º68.33%76.47%-
HSV(B)1.46º34.75%92.55%-
XYZ52.3143.9436.3-
YUV179.69113.5168.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=43.22%
G=28.57%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615615400.340.350.071.4668.3376.47
HexEC9C9A0222371444c
Octal3542342320424371104114
Binary1110110010011100100110100100010100011111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9C9A; }

 p { color: rgb(236,156,154); }

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

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

 a { background-color: rgb(236,156,154); }

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

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

 span { border-color: rgb(236,156,154); }

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