#EB8AA5

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

Shades of Mauvelous #EB8AA5

Tints of Mauvelous #EB8AA5

Color information

#EB8AA5 (or 0xEB8AA5) is unknown color: approx Mauvelous. HEX triplet: EB, 8A and A5. RGB value is (235,138,165). Sum of RGB (Red+Green+Blue) = 235+138+165=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AA5 is #14755A. Grayscale: #AAAAAA. Windows color (decimal): -1340763 or 10849003. OLE color: 10849003.

HSL color Cylindrical-coordinate representation of color #EB8AA5: hue angle of 343.3º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AA5 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235138165-
CMYK00.410.300.08
HSL343.3º70.8%73.14%-
HSV(B)343.3º41.28%92.16%-
XYZ50.1438.5640.4-
YUV170.08125.14174.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=43.68%
G=25.65%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513816500.410.300.08343.370.873.14
HexEB8AA50291E81574749
Octal3532122450513610527107111
Binary111010111000101010100101010100111110100010101011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AA5; }

 p { color: rgb(235,138,165); }

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

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

 a { background-color: rgb(235,138,165); }

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

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

 span { border-color: rgb(235,138,165); }

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