#EB8EA7

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

Shades of Mauvelous #EB8EA7

Tints of Mauvelous #EB8EA7

Color information

#EB8EA7 (or 0xEB8EA7) is unknown color: approx Mauvelous. HEX triplet: EB, 8E and A7. RGB value is (235,142,167). Sum of RGB (Red+Green+Blue) = 235+142+167=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8EA7 is #147158. Grayscale: #ACACAC. Windows color (decimal): -1339737 or 10981099. OLE color: 10981099.

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

Color convert

RGB235142167-
CMYK00.400.290.08
HSL343.87º69.92%73.92%-
HSV(B)343.87º39.57%92.16%-
XYZ50.9139.841.56-
YUV172.66124.81172.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=43.20%
G=26.10%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514216700.400.290.08343.8769.9273.92
HexEB8EA70281D8158464a
Octal3532162470503510530106112
Binary111010111000111010100111010100011101100010101100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EA7; }

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

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

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

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

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

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

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

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