#EC9F85

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

Shades of Tonys Pink #EC9F85

Tints of Tonys Pink #EC9F85

Color information

#EC9F85 (or 0xEC9F85) is unknown color: approx Tonys Pink. HEX triplet: EC, 9F and 85. RGB value is (236,159,133). Sum of RGB (Red+Green+Blue) = 236+159+133=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F85 is #13607A. Grayscale: #B3B3B3. Windows color (decimal): -1269883 or 8757228. OLE color: 8757228.

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

Color convert

RGB236159133-
CMYK00.330.440.07
HSL15.15º73.05%72.35%-
HSV(B)15.15º43.64%92.55%-
XYZ51.2244.3228.05-
YUV179.06102.01168.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=44.70%
G=30.11%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615913300.330.440.0715.1573.0572.35
HexEC9F850212C7f4948
Octal35423720504154717111110
Binary1110110010011111100001010100001101100111111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F85; }

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

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

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

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

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

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

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

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