#EB8AA3

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

Shades of Mauvelous #EB8AA3

Tints of Mauvelous #EB8AA3

Color information

#EB8AA3 (or 0xEB8AA3) is unknown color: approx Mauvelous. HEX triplet: EB, 8A and A3. RGB value is (235,138,163). Sum of RGB (Red+Green+Blue) = 235+138+163=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AA3 is #14755C. Grayscale: #A9A9A9. Windows color (decimal): -1340765 or 10717931. OLE color: 10717931.

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

Color convert

RGB235138163-
CMYK00.410.310.08
HSL344.54º70.8%73.14%-
HSV(B)344.54º41.28%92.16%-
XYZ49.9638.4839.45-
YUV169.85124.14174.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 163 (64.06% from 255) = 30.41%
R=43.84%
G=25.75%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513816300.410.310.08344.5470.873.14
HexEB8AA30291F81594749
Octal3532122430513710531107111
Binary111010111000101010100011010100111111100010101100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AA3; }

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

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

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

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

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

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

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

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