#EBBA9A

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

Shades of Mandys Pink #EBBA9A

Tints of Mandys Pink #EBBA9A

Color information

#EBBA9A (or 0xEBBA9A) is unknown color: approx Mandys Pink. HEX triplet: EB, BA and 9A. RGB value is (235,186,154). Sum of RGB (Red+Green+Blue) = 235+186+154=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA9A is #144565. Grayscale: #C5C5C5. Windows color (decimal): -1328486 or 10140395. OLE color: 10140395.

HSL color Cylindrical-coordinate representation of color #EBBA9A: hue angle of 23.7º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBBA9A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235186154-
CMYK00.210.340.08
HSL23.7º66.94%76.27%-
HSV(B)23.7º34.47%92.16%-
XYZ57.6555.1138.17-
YUV197103.73155.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=40.87%
G=32.35%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518615400.210.340.0823.766.9476.27
HexEBBA9A01522818434c
Octal353272232025421030103114
Binary11101011101110101001101001010110001010001100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBA9A; }

 p { color: rgb(235,186,154); }

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

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

 a { background-color: rgb(235,186,154); }

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

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

 span { border-color: rgb(235,186,154); }

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