#EB8AAC

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

Shades of Mauvelous #EB8AAC

Tints of Mauvelous #EB8AAC

Color information

#EB8AAC (or 0xEB8AAC) is unknown color: approx Mauvelous. HEX triplet: EB, 8A and AC. RGB value is (235,138,172). Sum of RGB (Red+Green+Blue) = 235+138+172=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AAC is #147553. Grayscale: #AAAAAA. Windows color (decimal): -1340756 or 11307755. OLE color: 11307755.

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

Color convert

RGB235138172-
CMYK00.410.270.08
HSL338.97º70.8%73.14%-
HSV(B)338.97º41.28%92.16%-
XYZ50.838.8243.85-
YUV170.88128.64173.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=43.12%
G=25.32%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513817200.410.270.08338.9770.873.14
HexEB8AAC0291B81534749
Octal3532122540513310523107111
Binary111010111000101010101100010100111011100010101001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AAC; }

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

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

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

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

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

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

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

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