#ECA18E

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

Shades of Tonys Pink #ECA18E

Tints of Tonys Pink #ECA18E

Color information

#ECA18E (or 0xECA18E) is unknown color: approx Tonys Pink. HEX triplet: EC, A1 and 8E. RGB value is (236,161,142). Sum of RGB (Red+Green+Blue) = 236+161+142=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA18E is #135E71. Grayscale: #B5B5B5. Windows color (decimal): -1269362 or 9347564. OLE color: 9347564.

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

Color convert

RGB236161142-
CMYK00.320.400.07
HSL12.13º71.21%74.12%-
HSV(B)12.13º39.83%92.55%-
XYZ52.2245.2831.58-
YUV181.26105.85167.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=43.78%
G=29.87%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616114200.320.400.0712.1371.2174.12
HexECA18E020287c474a
Octal35424121604050714107112
Binary1110110010100001100011100100000101000111110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA18E; }

 p { color: rgb(236,161,142); }

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

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

 a { background-color: rgb(236,161,142); }

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

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

 span { border-color: rgb(236,161,142); }

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