#EB9BA6

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

Shades of Mauvelous #EB9BA6

Tints of Mauvelous #EB9BA6

Color information

#EB9BA6 (or 0xEB9BA6) is unknown color: approx Mauvelous. HEX triplet: EB, 9B and A6. RGB value is (235,155,166). Sum of RGB (Red+Green+Blue) = 235+155+166=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA6 is #146459. Grayscale: #B4B4B4. Windows color (decimal): -1336410 or 10918891. OLE color: 10918891.

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

Color convert

RGB235155166-
CMYK00.340.290.08
HSL351.75º66.67%76.47%-
HSV(B)351.75º34.04%92.16%-
XYZ52.8743.8641.76-
YUV180.17120167.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=42.27%
G=27.88%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515516600.340.290.08351.7566.6776.47
HexEB9BA60221D8160434c
Octal3532332460423510540103114
Binary111010111001101110100110010001011101100010110000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BA6; }

 p { color: rgb(235,155,166); }

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

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

 a { background-color: rgb(235,155,166); }

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

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

 span { border-color: rgb(235,155,166); }

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