#EC9D9D

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

Shades of Sweet Pink #EC9D9D

Tints of Sweet Pink #EC9D9D

Color information

#EC9D9D (or 0xEC9D9D) is unknown color: approx Sweet Pink. HEX triplet: EC, 9D and 9D. RGB value is (236,157,157). Sum of RGB (Red+Green+Blue) = 236+157+157=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D9D is #136262. Grayscale: #B4B4B4. Windows color (decimal): -1270371 or 10329580. OLE color: 10329580.

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

Color convert

RGB236157157-
CMYK00.330.330.07
HSL67.52%77.06%-
HSV(B)33.47%92.55%-
XYZ52.7344.3837.69-
YUV180.62114.67167.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=42.91%
G=28.55%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615715700.330.330.07067.5277.06
HexEC9D9D0212170444d
Octal3542352350414170104115
Binary1110110010011101100111010100001100001111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D9D; }

 p { color: rgb(236,157,157); }

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

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

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

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

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

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

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