#EC9F8B

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

Shades of Tonys Pink #EC9F8B

Tints of Tonys Pink #EC9F8B

Color information

#EC9F8B (or 0xEC9F8B) is unknown color: approx Tonys Pink. HEX triplet: EC, 9F and 8B. RGB value is (236,159,139). Sum of RGB (Red+Green+Blue) = 236+159+139=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F8B is #136074. Grayscale: #B3B3B3. Windows color (decimal): -1269877 or 9150444. OLE color: 9150444.

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

Color convert

RGB236159139-
CMYK00.330.410.07
HSL12.37º71.85%73.53%-
HSV(B)12.37º41.1%92.55%-
XYZ51.6544.4930.29-
YUV179.74105.01168.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=44.19%
G=29.78%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615913900.330.410.0712.3771.8573.53
HexEC9F8B021297c484a
Octal35423721304151714110112
Binary1110110010011111100010110100001101001111110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F8B; }

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

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

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

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

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

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

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

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