#EB90AB

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

Shades of Mauvelous #EB90AB

Tints of Mauvelous #EB90AB

Color information

#EB90AB (or 0xEB90AB) is unknown color: approx Mauvelous. HEX triplet: EB, 90 and AB. RGB value is (235,144,171). Sum of RGB (Red+Green+Blue) = 235+144+171=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90AB is #146F54. Grayscale: #AEAEAE. Windows color (decimal): -1339221 or 11243755. OLE color: 11243755.

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

Color convert

RGB235144171-
CMYK00.390.270.08
HSL342.2º69.47%74.31%-
HSV(B)342.2º38.72%92.16%-
XYZ51.5840.5543.64-
YUV174.29126.15171.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=42.73%
G=26.18%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514417100.390.270.08342.269.4774.31
HexEB90AB0271B8156454a
Octal3532202530473310526105112
Binary111010111001000010101011010011111011100010101011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90AB; }

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

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

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

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

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

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

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

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