#EB8AA4

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

Shades of Mauvelous #EB8AA4

Tints of Mauvelous #EB8AA4

Color information

#EB8AA4 (or 0xEB8AA4) is unknown color: approx Mauvelous. HEX triplet: EB, 8A and A4. RGB value is (235,138,164). Sum of RGB (Red+Green+Blue) = 235+138+164=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AA4 is #14755B. Grayscale: #A9A9A9. Windows color (decimal): -1340764 or 10783467. OLE color: 10783467.

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

Color convert

RGB235138164-
CMYK00.410.300.08
HSL343.92º70.8%73.14%-
HSV(B)343.92º41.28%92.16%-
XYZ50.0538.5239.92-
YUV169.97124.64174.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=43.76%
G=25.70%
B=30.54%

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
Decimal23513816400.410.300.08343.9270.873.14
HexEB8AA40291E81584749
Octal3532122440513610530107111
Binary111010111000101010100100010100111110100010101100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AA4; }

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

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

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

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

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

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

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

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