#EBAF90

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

Shades of Mandys Pink #EBAF90

Tints of Mandys Pink #EBAF90

Color information

#EBAF90 (or 0xEBAF90) is unknown color: approx Mandys Pink. HEX triplet: EB, AF and 90. RGB value is (235,175,144). Sum of RGB (Red+Green+Blue) = 235+175+144=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF90 is #14506F. Grayscale: #BDBDBD. Windows color (decimal): -1331312 or 9482219. OLE color: 9482219.

HSL color Cylindrical-coordinate representation of color #EBAF90: hue angle of 20.44º degrees, saturation: 0.69, 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 #EBAF90 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235175144-
CMYK00.260.390.08
HSL20.44º69.47%74.31%-
HSV(B)20.44º38.72%92.16%-
XYZ54.6250.3433.22-
YUV189.41102.38160.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=42.42%
G=31.59%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517514400.260.390.0820.4469.4774.31
HexEBAF9001A27814454a
Octal353257220032471024105112
Binary11101011101011111001000001101010011110001010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF90; }

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

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

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

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

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

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

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

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