#EB8DA8

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

Shades of Mauvelous #EB8DA8

Tints of Mauvelous #EB8DA8

Color information

#EB8DA8 (or 0xEB8DA8) is unknown color: approx Mauvelous. HEX triplet: EB, 8D and A8. RGB value is (235,141,168). Sum of RGB (Red+Green+Blue) = 235+141+168=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DA8 is #147257. Grayscale: #ACACAC. Windows color (decimal): -1339992 or 11046379. OLE color: 11046379.

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

Color convert

RGB235141168-
CMYK00.40.290.08
HSL342.77º70.15%73.73%-
HSV(B)342.77º40%92.16%-
XYZ50.8539.5442-
YUV172.18125.64172.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=43.20%
G=25.92%
B=30.88%

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
Decimal23514116800.40.290.08342.7770.1573.73
HexEB8DA80281D8157464a
Octal3532152500503510527106112
Binary111010111000110110101000010100011101100010101011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DA8; }

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

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

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

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

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

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

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

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