#EB8BAC

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

Shades of Mauvelous #EB8BAC

Tints of Mauvelous #EB8BAC

Color information

#EB8BAC (or 0xEB8BAC) is unknown color: approx Mauvelous. HEX triplet: EB, 8B and AC. RGB value is (235,139,172). Sum of RGB (Red+Green+Blue) = 235+139+172=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BAC is #147453. Grayscale: #ABABAB. Windows color (decimal): -1340500 or 11308011. OLE color: 11308011.

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

Color convert

RGB235139172-
CMYK00.410.270.08
HSL339.38º70.59%73.33%-
HSV(B)339.38º40.85%92.16%-
XYZ50.9439.1143.89-
YUV171.47128.3173.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=43.04%
G=25.46%
B=31.50%

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
Decimal23513917200.410.270.08339.3870.5973.33
HexEB8BAC0291B81534749
Octal3532132540513310523107111
Binary111010111000101110101100010100111011100010101001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BAC; }

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

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

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

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

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

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

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

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