#EC9E85

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

Shades of Tonys Pink #EC9E85

Tints of Tonys Pink #EC9E85

Color information

#EC9E85 (or 0xEC9E85) is unknown color: approx Tonys Pink. HEX triplet: EC, 9E and 85. RGB value is (236,158,133). Sum of RGB (Red+Green+Blue) = 236+158+133=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E85 is #13617A. Grayscale: #B2B2B2. Windows color (decimal): -1270139 or 8756972. OLE color: 8756972.

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

Color convert

RGB236158133-
CMYK00.330.440.07
HSL14.56º73.05%72.35%-
HSV(B)14.56º43.64%92.55%-
XYZ51.0543.9827.99-
YUV178.47102.34169.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=44.78%
G=29.98%
B=25.24%

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
Decimal23615813300.330.440.0714.5673.0572.35
HexEC9E850212C7f4948
Octal35423620504154717111110
Binary1110110010011110100001010100001101100111111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9E85; }

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

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

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

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

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

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

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

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