#EB8EA4

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

Shades of Mauvelous #EB8EA4

Tints of Mauvelous #EB8EA4

Color information

#EB8EA4 (or 0xEB8EA4) is unknown color: approx Mauvelous. HEX triplet: EB, 8E and A4. RGB value is (235,142,164). Sum of RGB (Red+Green+Blue) = 235+142+164=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8EA4 is #14715B. Grayscale: #ACACAC. Windows color (decimal): -1339740 or 10784491. OLE color: 10784491.

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

Color convert

RGB235142164-
CMYK00.400.300.08
HSL345.81º69.92%73.92%-
HSV(B)345.81º39.57%92.16%-
XYZ50.6339.6940.11-
YUV172.32123.31172.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=43.44%
G=26.25%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514216400.400.300.08345.8169.9273.92
HexEB8EA40281E815a464a
Octal3532162440503610532106112
Binary111010111000111010100100010100011110100010101101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EA4; }

 p { color: rgb(235,142,164); }

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

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

 a { background-color: rgb(235,142,164); }

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

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

 span { border-color: rgb(235,142,164); }

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