#ECA585

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

Shades of Tonys Pink #ECA585

Tints of Tonys Pink #ECA585

Color information

#ECA585 (or 0xECA585) is unknown color: approx Tonys Pink. HEX triplet: EC, A5 and 85. RGB value is (236,165,133). Sum of RGB (Red+Green+Blue) = 236+165+133=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA585 is #135A7A. Grayscale: #B6B6B6. Windows color (decimal): -1268347 or 8758764. OLE color: 8758764.

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

Color convert

RGB236165133-
CMYK00.300.440.07
HSL18.64º73.05%72.35%-
HSV(B)18.64º43.64%92.55%-
XYZ52.2846.4428.4-
YUV182.58100.02166.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=44.19%
G=30.90%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616513300.300.440.0718.6473.0572.35
HexECA58501E2C7134948
Octal35424520503654723111110
Binary1110110010100101100001010111101011001111001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA585; }

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

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

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

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

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

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

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

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