#EB8DA9

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

Shades of Mauvelous #EB8DA9

Tints of Mauvelous #EB8DA9

Color information

#EB8DA9 (or 0xEB8DA9) is unknown color: approx Mauvelous. HEX triplet: EB, 8D and A9. RGB value is (235,141,169). Sum of RGB (Red+Green+Blue) = 235+141+169=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DA9 is #147256. Grayscale: #ACACAC. Windows color (decimal): -1339991 or 11111915. OLE color: 11111915.

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

Color convert

RGB235141169-
CMYK00.40.280.08
HSL342.13º70.15%73.73%-
HSV(B)342.13º40%92.16%-
XYZ50.9539.5842.49-
YUV172.3126.14172.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=43.12%
G=25.87%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514116900.40.280.08342.1370.1573.73
HexEB8DA90281C8156464a
Octal3532152510503410526106112
Binary111010111000110110101001010100011100100010101011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DA9; }

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

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

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

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

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

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

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

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