#EBAF91

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

Shades of Mandys Pink #EBAF91

Tints of Mandys Pink #EBAF91

Color information

#EBAF91 (or 0xEBAF91) is unknown color: approx Mandys Pink. HEX triplet: EB, AF and 91. RGB value is (235,175,145). Sum of RGB (Red+Green+Blue) = 235+175+145=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF91 is #14506E. Grayscale: #BDBDBD. Windows color (decimal): -1331311 or 9547755. OLE color: 9547755.

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

Color convert

RGB235175145-
CMYK00.260.380.08
HSL20º69.23%74.51%-
HSV(B)20º38.3%92.16%-
XYZ54.750.3733.63-
YUV189.52102.88160.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 145 (57.03% from 255) = 26.13%
R=42.34%
G=31.53%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517514500.260.380.082069.2374.51
HexEBAF9101A26814454b
Octal353257221032461024105113
Binary11101011101011111001000101101010011010001010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF91; }

 p { color: rgb(235,175,145); }

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

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

 a { background-color: rgb(235,175,145); }

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

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

 span { border-color: rgb(235,175,145); }

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