#EC9D97

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

Shades of Sweet Pink #EC9D97

Tints of Sweet Pink #EC9D97

Color information

#EC9D97 (or 0xEC9D97) is unknown color: approx Sweet Pink. HEX triplet: EC, 9D and 97. RGB value is (236,157,151). Sum of RGB (Red+Green+Blue) = 236+157+151=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D97 is #136268. Grayscale: #B4B4B4. Windows color (decimal): -1270377 or 9936364. OLE color: 9936364.

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

Color convert

RGB236157151-
CMYK00.330.360.07
HSL4.24º69.11%75.88%-
HSV(B)4.24º36.02%92.55%-
XYZ52.2344.1835.05-
YUV179.94111.67167.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=43.38%
G=28.86%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615715100.330.360.074.2469.1175.88
HexEC9D970212474454c
Octal3542352270414474105114
Binary111011001001110110010111010000110010011110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D97; }

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

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

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

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

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

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

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

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