#ECA096

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

Shades of Tonys Pink #ECA096

Tints of Tonys Pink #ECA096

Color information

#ECA096 (or 0xECA096) is unknown color: approx Tonys Pink. HEX triplet: EC, A0 and 96. RGB value is (236,160,150). Sum of RGB (Red+Green+Blue) = 236+160+150=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA096 is #135F69. Grayscale: #B5B5B5. Windows color (decimal): -1269610 or 9871596. OLE color: 9871596.

HSL color Cylindrical-coordinate representation of color #ECA096: hue angle of 6.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECA096 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236160150-
CMYK00.320.360.07
HSL6.98º69.35%75.69%-
HSV(B)6.98º36.44%92.55%-
XYZ52.6745.1834.8-
YUV181.58110.18166.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=43.22%
G=29.30%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616015000.320.360.076.9869.3575.69
HexECA0960202477454c
Octal3542402260404477105114
Binary111011001010000010010110010000010010011111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA096; }

 p { color: rgb(236,160,150); }

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

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

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

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

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

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

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