#ECB490

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

Shades of Mandys Pink #ECB490

Tints of Mandys Pink #ECB490

Color information

#ECB490 (or 0xECB490) is unknown color: approx Mandys Pink. HEX triplet: EC, B4 and 90. RGB value is (236,180,144). Sum of RGB (Red+Green+Blue) = 236+180+144=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB490 is #134B6F. Grayscale: #C0C0C0. Windows color (decimal): -1264496 or 9483500. OLE color: 9483500.

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

Color convert

RGB236180144-
CMYK00.240.390.07
HSL23.48º70.77%74.51%-
HSV(B)23.48º38.98%92.55%-
XYZ55.9552.4933.57-
YUV192.64100.55158.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=42.14%
G=32.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618014400.240.390.0723.4870.7774.51
HexECB49001827717474b
Octal35426422003047727107113
Binary1110110010110100100100000110001001111111011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB490; }

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

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

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

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

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

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

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

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