#EB8DAB

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

Shades of Mauvelous #EB8DAB

Tints of Mauvelous #EB8DAB

Color information

#EB8DAB (or 0xEB8DAB) is unknown color: approx Mauvelous. HEX triplet: EB, 8D and AB. RGB value is (235,141,171). Sum of RGB (Red+Green+Blue) = 235+141+171=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DAB is #147254. Grayscale: #ACACAC. Windows color (decimal): -1339989 or 11242987. OLE color: 11242987.

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

Color convert

RGB235141171-
CMYK00.40.270.08
HSL340.85º70.15%73.73%-
HSV(B)340.85º40%92.16%-
XYZ51.1439.6543.49-
YUV172.53127.14172.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=42.96%
G=25.78%
B=31.26%

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
Decimal23514117100.40.270.08340.8570.1573.73
HexEB8DAB0281B8155464a
Octal3532152530503310525106112
Binary111010111000110110101011010100011011100010101010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DAB; }

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

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

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

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

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

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

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

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