#EC9F9F

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

Shades of Sweet Pink #EC9F9F

Tints of Sweet Pink #EC9F9F

Color information

#EC9F9F (or 0xEC9F9F) is unknown color: approx Sweet Pink. HEX triplet: EC, 9F and 9F. RGB value is (236,159,159). Sum of RGB (Red+Green+Blue) = 236+159+159=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F9F is #136060. Grayscale: #B6B6B6. Windows color (decimal): -1269857 or 10461164. OLE color: 10461164.

HSL color Cylindrical-coordinate representation of color #EC9F9F: hue angle of 0º degrees, saturation: 0.67, 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 #EC9F9F is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236159159-
CMYK00.330.330.07
HSL66.96%77.45%-
HSV(B)32.63%92.55%-
XYZ53.2545.1338.71-
YUV182.02115.01166.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=42.60%
G=28.70%
B=28.70%

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
Decimal23615915900.330.330.07066.9677.45
HexEC9F9F0212170434d
Octal3542372370414170103115
Binary1110110010011111100111110100001100001111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F9F; }

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

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

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

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

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

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

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

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