#EABB9B

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

Shades of Mandys Pink #EABB9B

Tints of Mandys Pink #EABB9B

Color information

#EABB9B (or 0xEABB9B) is unknown color: approx Mandys Pink. HEX triplet: EA, BB and 9B. RGB value is (234,187,155). Sum of RGB (Red+Green+Blue) = 234+187+155=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB9B is #154464. Grayscale: #C5C5C5. Windows color (decimal): -1393765 or 10206186. OLE color: 10206186.

HSL color Cylindrical-coordinate representation of color #EABB9B: hue angle of 24.3º degrees, saturation: 0.65, 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 #EABB9B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234187155-
CMYK00.200.340.08
HSL24.3º65.29%76.27%-
HSV(B)24.3º33.76%91.76%-
XYZ57.6255.438.67-
YUV197.4104.07154.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 155 (60.94% from 255) = 26.91%
R=40.62%
G=32.47%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418715500.200.340.0824.365.2976.27
HexEABB9B01422818414c
Octal352273233024421030101114
Binary11101010101110111001101101010010001010001100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB9B; }

 p { color: rgb(234,187,155); }

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

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

 a { background-color: rgb(234,187,155); }

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

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

 span { border-color: rgb(234,187,155); }

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