#ECA690

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

Shades of Tonys Pink #ECA690

Tints of Tonys Pink #ECA690

Color information

#ECA690 (or 0xECA690) is unknown color: approx Tonys Pink. HEX triplet: EC, A6 and 90. RGB value is (236,166,144). Sum of RGB (Red+Green+Blue) = 236+166+144=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA690 is #13596F. Grayscale: #B8B8B8. Windows color (decimal): -1268080 or 9479916. OLE color: 9479916.

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

Color convert

RGB236166144-
CMYK00.300.390.07
HSL14.35º70.77%74.51%-
HSV(B)14.35º38.98%92.55%-
XYZ53.2647.1232.67-
YUV184.42105.19164.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=43.22%
G=30.40%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616614400.300.390.0714.3570.7774.51
HexECA69001E277e474b
Octal35424622003647716107113
Binary111011001010011010010000011110100111111111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA690; }

 p { color: rgb(236,166,144); }

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

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

 a { background-color: rgb(236,166,144); }

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

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

 span { border-color: rgb(236,166,144); }

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