#ECA582

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

Shades of Tonys Pink #ECA582

Tints of Tonys Pink #ECA582

Color information

#ECA582 (or 0xECA582) is unknown color: approx Tonys Pink. HEX triplet: EC, A5 and 82. RGB value is (236,165,130). Sum of RGB (Red+Green+Blue) = 236+165+130=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA582 is #135A7D. Grayscale: #B6B6B6. Windows color (decimal): -1268350 or 8562156. OLE color: 8562156.

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

Color convert

RGB236165130-
CMYK00.300.450.07
HSL19.81º73.61%71.76%-
HSV(B)19.81º44.92%92.55%-
XYZ52.0846.3527.32-
YUV182.2498.52166.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=44.44%
G=31.07%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616513000.300.450.0719.8173.6171.76
HexECA58201E2D7144a48
Octal35424520203655724112110
Binary1110110010100101100000100111101011011111010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA582; }

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

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

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

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

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

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

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

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