#EC9F8D

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

Shades of Tonys Pink #EC9F8D

Tints of Tonys Pink #EC9F8D

Color information

#EC9F8D (or 0xEC9F8D) is unknown color: approx Tonys Pink. HEX triplet: EC, 9F and 8D. RGB value is (236,159,141). Sum of RGB (Red+Green+Blue) = 236+159+141=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F8D is #136072. Grayscale: #B4B4B4. Windows color (decimal): -1269875 or 9281516. OLE color: 9281516.

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

Color convert

RGB236159141-
CMYK00.330.400.07
HSL11.37º71.43%73.92%-
HSV(B)11.37º40.25%92.55%-
XYZ51.844.5531.07-
YUV179.97106.01167.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=44.03%
G=29.66%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615914100.330.400.0711.3771.4373.92
HexEC9F8D021287b474a
Octal35423721504150713107112
Binary1110110010011111100011010100001101000111101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F8D; }

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

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

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

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

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

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

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

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