#EB8EA8

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

Shades of Mauvelous #EB8EA8

Tints of Mauvelous #EB8EA8

Color information

#EB8EA8 (or 0xEB8EA8) is unknown color: approx Mauvelous. HEX triplet: EB, 8E and A8. RGB value is (235,142,168). Sum of RGB (Red+Green+Blue) = 235+142+168=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8EA8 is #147157. Grayscale: #ACACAC. Windows color (decimal): -1339736 or 11046635. OLE color: 11046635.

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

Color convert

RGB235142168-
CMYK00.400.290.08
HSL343.23º69.92%73.92%-
HSV(B)343.23º39.57%92.16%-
XYZ5139.8442.05-
YUV172.77125.31172.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=43.12%
G=26.06%
B=30.83%

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
Decimal23514216800.400.290.08343.2369.9273.92
HexEB8EA80281D8157464a
Octal3532162500503510527106112
Binary111010111000111010101000010100011101100010101011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EA8; }

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

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

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

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

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

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

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

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