#EB85AC

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

Shades of Mauvelous #EB85AC

Tints of Mauvelous #EB85AC

Color information

#EB85AC (or 0xEB85AC) is unknown color: approx Mauvelous. HEX triplet: EB, 85 and AC. RGB value is (235,133,172). Sum of RGB (Red+Green+Blue) = 235+133+172=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB85AC is #147A53. Grayscale: #A7A7A7. Windows color (decimal): -1342036 or 11306475. OLE color: 11306475.

HSL color Cylindrical-coordinate representation of color #EB85AC: hue angle of 337.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85AC is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235133172-
CMYK00.430.270.08
HSL337.06º71.83%72.16%-
HSV(B)337.06º43.4%92.16%-
XYZ50.0937.4243.61-
YUV167.94130.29175.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=43.52%
G=24.63%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513317200.430.270.08337.0671.8372.16
HexEB85AC02B1B81514848
Octal3532052540533310521110110
Binary111010111000010110101100010101111011100010101000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85AC; }

 p { color: rgb(235,133,172); }

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

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

 a { background-color: rgb(235,133,172); }

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

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

 span { border-color: rgb(235,133,172); }

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