#EAB293

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

Shades of Mandys Pink #EAB293

Tints of Mandys Pink #EAB293

Color information

#EAB293 (or 0xEAB293) is unknown color: approx Mandys Pink. HEX triplet: EA, B2 and 93. RGB value is (234,178,147). Sum of RGB (Red+Green+Blue) = 234+178+147=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB293 is #154D6C. Grayscale: #BFBFBF. Windows color (decimal): -1396077 or 9679594. OLE color: 9679594.

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

Color convert

RGB234178147-
CMYK00.240.370.08
HSL21.38º67.44%74.71%-
HSV(B)21.38º37.18%91.76%-
XYZ55.1251.4434.63-
YUV191.21103.05158.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=41.86%
G=31.84%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417814700.240.370.0821.3867.4474.71
HexEAB29301825815434b
Octal352262223030451025103113
Binary11101010101100101001001101100010010110001010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB293; }

 p { color: rgb(234,178,147); }

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

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

 a { background-color: rgb(234,178,147); }

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

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

 span { border-color: rgb(234,178,147); }

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