#ECB294

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

Shades of Mandys Pink #ECB294

Tints of Mandys Pink #ECB294

Color information

#ECB294 (or 0xECB294) is unknown color: approx Mandys Pink. HEX triplet: EC, B2 and 94. RGB value is (236,178,148). Sum of RGB (Red+Green+Blue) = 236+178+148=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB294 is #134D6B. Grayscale: #C0C0C0. Windows color (decimal): -1265004 or 9745132. OLE color: 9745132.

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

Color convert

RGB236178148-
CMYK00.250.370.07
HSL20.45º69.84%75.29%-
HSV(B)20.45º37.29%92.55%-
XYZ55.8651.8135.07-
YUV191.92103.22159.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=41.99%
G=31.67%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617814800.250.370.0720.4569.8475.29
HexECB29401925714464b
Octal35426222403145724106113
Binary1110110010110010100101000110011001011111010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB294; }

 p { color: rgb(236,178,148); }

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

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

 a { background-color: rgb(236,178,148); }

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

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

 span { border-color: rgb(236,178,148); }

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