#EB8DA6

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

Shades of Mauvelous #EB8DA6

Tints of Mauvelous #EB8DA6

Color information

#EB8DA6 (or 0xEB8DA6) is unknown color: approx Mauvelous. HEX triplet: EB, 8D and A6. RGB value is (235,141,166). Sum of RGB (Red+Green+Blue) = 235+141+166=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DA6 is #147259. Grayscale: #ABABAB. Windows color (decimal): -1339994 or 10915307. OLE color: 10915307.

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

Color convert

RGB235141166-
CMYK00.40.290.08
HSL344.04º70.15%73.73%-
HSV(B)344.04º40%92.16%-
XYZ50.6739.4741.02-
YUV171.96124.64172.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 166 (65.23% from 255) = 30.63%
R=43.36%
G=26.01%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514116600.40.290.08344.0470.1573.73
HexEB8DA60281D8158464a
Octal3532152460503510530106112
Binary111010111000110110100110010100011101100010101100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DA6; }

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

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

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

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

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

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

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

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