#EBB48F

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

Shades of Mandys Pink #EBB48F

Tints of Mandys Pink #EBB48F

Color information

#EBB48F (or 0xEBB48F) is unknown color: approx Mandys Pink. HEX triplet: EB, B4 and 8F. RGB value is (235,180,143). Sum of RGB (Red+Green+Blue) = 235+180+143=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB48F is #144B70. Grayscale: #C0C0C0. Windows color (decimal): -1330033 or 9417963. OLE color: 9417963.

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

Color convert

RGB235180143-
CMYK00.230.390.08
HSL24.13º69.7%74.12%-
HSV(B)24.13º39.15%92.16%-
XYZ55.5452.2933.15-
YUV192.23100.22158.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 143 (56.25% from 255) = 25.63%
R=42.11%
G=32.26%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518014300.230.390.0824.1369.774.12
HexEBB48F01727818464a
Octal353264217027471030106112
Binary11101011101101001000111101011110011110001100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB48F; }

 p { color: rgb(235,180,143); }

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

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

 a { background-color: rgb(235,180,143); }

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

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

 span { border-color: rgb(235,180,143); }

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