#EB8DAC

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

Shades of Mauvelous #EB8DAC

Tints of Mauvelous #EB8DAC

Color information

#EB8DAC (or 0xEB8DAC) is unknown color: approx Mauvelous. HEX triplet: EB, 8D and AC. RGB value is (235,141,172). Sum of RGB (Red+Green+Blue) = 235+141+172=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DAC is #147253. Grayscale: #ACACAC. Windows color (decimal): -1339988 or 11308523. OLE color: 11308523.

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

Color convert

RGB235141172-
CMYK00.40.270.08
HSL340.21º70.15%73.73%-
HSV(B)340.21º40%92.16%-
XYZ51.2339.6943.99-
YUV172.64127.64172.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=42.88%
G=25.73%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514117200.40.270.08340.2170.1573.73
HexEB8DAC0281B8154464a
Octal3532152540503310524106112
Binary111010111000110110101100010100011011100010101010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DAC; }

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

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

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

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

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

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

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

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