#EB97A9

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

Shades of Mauvelous #EB97A9

Tints of Mauvelous #EB97A9

Color information

#EB97A9 (or 0xEB97A9) is unknown color: approx Mauvelous. HEX triplet: EB, 97 and A9. RGB value is (235,151,169). Sum of RGB (Red+Green+Blue) = 235+151+169=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB97A9 is #146856. Grayscale: #B2B2B2. Windows color (decimal): -1337431 or 11114475. OLE color: 11114475.

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

Color convert

RGB235151169-
CMYK00.360.280.08
HSL347.14º67.74%75.69%-
HSV(B)347.14º35.74%92.16%-
XYZ52.4942.6643-
YUV178.17122.83168.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=42.34%
G=27.21%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515116900.360.280.08347.1467.7475.69
HexEB97A90241C815b444c
Octal3532272510443410533104114
Binary111010111001011110101001010010011100100010101101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97A9; }

 p { color: rgb(235,151,169); }

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

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

 a { background-color: rgb(235,151,169); }

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

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

 span { border-color: rgb(235,151,169); }

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