#ECBA94

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

Shades of Mandys Pink #ECBA94

Tints of Mandys Pink #ECBA94

Color information

#ECBA94 (or 0xECBA94) is unknown color: approx Mandys Pink. HEX triplet: EC, BA and 94. RGB value is (236,186,148). Sum of RGB (Red+Green+Blue) = 236+186+148=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA94 is #13456B. Grayscale: #C4C4C4. Windows color (decimal): -1262956 or 9747180. OLE color: 9747180.

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

Color convert

RGB236186148-
CMYK00.210.370.07
HSL25.91º69.84%75.29%-
HSV(B)25.91º37.29%92.55%-
XYZ57.555.0935.62-
YUV196.62100.56156.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 148 (58.20% from 255) = 25.96%
R=41.40%
G=32.63%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618614800.210.370.0725.9169.8475.29
HexECBA940152571a464b
Octal35427222402545732106113
Binary1110110010111010100101000101011001011111101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA94; }

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

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

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

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

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

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

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

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