#EB89AA

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

Shades of Mauvelous #EB89AA

Tints of Mauvelous #EB89AA

Color information

#EB89AA (or 0xEB89AA) is unknown color: approx Mauvelous. HEX triplet: EB, 89 and AA. RGB value is (235,137,170). Sum of RGB (Red+Green+Blue) = 235+137+170=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB89AA is #147655. Grayscale: #AAAAAA. Windows color (decimal): -1341014 or 11176427. OLE color: 11176427.

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

Color convert

RGB235137170-
CMYK00.420.280.08
HSL339.8º71.01%72.94%-
HSV(B)339.8º41.7%92.16%-
XYZ50.4638.4642.79-
YUV170.06127.97174.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=43.36%
G=25.28%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513717000.420.280.08339.871.0172.94
HexEB89AA02A1C81544749
Octal3532112520523410524107111
Binary111010111000100110101010010101011100100010101010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89AA; }

 p { color: rgb(235,137,170); }

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

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

 a { background-color: rgb(235,137,170); }

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

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

 span { border-color: rgb(235,137,170); }

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