#EB8EAA

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

Shades of Mauvelous #EB8EAA

Tints of Mauvelous #EB8EAA

Color information

#EB8EAA (or 0xEB8EAA) is unknown color: approx Mauvelous. HEX triplet: EB, 8E and AA. RGB value is (235,142,170). Sum of RGB (Red+Green+Blue) = 235+142+170=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8EAA is #147155. Grayscale: #ACACAC. Windows color (decimal): -1339734 or 11177707. OLE color: 11177707.

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

Color convert

RGB235142170-
CMYK00.400.280.08
HSL341.94º69.92%73.92%-
HSV(B)341.94º39.57%92.16%-
XYZ51.1939.9143.04-
YUV173126.31172.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 142 (55.86% from 255) = 25.96%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=42.96%
G=25.96%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514217000.400.280.08341.9469.9273.92
HexEB8EAA0281C8156464a
Octal3532162520503410526106112
Binary111010111000111010101010010100011100100010101011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EAA; }

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

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

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

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

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

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

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

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