#EBAD8D

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

Shades of Mandys Pink #EBAD8D

Tints of Mandys Pink #EBAD8D

Color information

#EBAD8D (or 0xEBAD8D) is unknown color: approx Mandys Pink. HEX triplet: EB, AD and 8D. RGB value is (235,173,141). Sum of RGB (Red+Green+Blue) = 235+173+141=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAD8D is #145272. Grayscale: #BCBCBC. Windows color (decimal): -1331827 or 9285099. OLE color: 9285099.

HSL color Cylindrical-coordinate representation of color #EBAD8D: hue angle of 20.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAD8D is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235173141-
CMYK00.260.40.08
HSL20.43º70.15%73.73%-
HSV(B)20.43º40%92.16%-
XYZ54.0149.4731.9-
YUV187.89101.54161.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=42.81%
G=31.51%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517314100.260.40.0820.4370.1573.73
HexEBAD8D01A28814464a
Octal353255215032501024106112
Binary11101011101011011000110101101010100010001010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD8D; }

 p { color: rgb(235,173,141); }

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

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

 a { background-color: rgb(235,173,141); }

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

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

 span { border-color: rgb(235,173,141); }

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