#EA8BAC

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

Shades of Mauvelous #EA8BAC

Tints of Mauvelous #EA8BAC

Color information

#EA8BAC (or 0xEA8BAC) is unknown color: approx Mauvelous. HEX triplet: EA, 8B and AC. RGB value is (234,139,172). Sum of RGB (Red+Green+Blue) = 234+139+172=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BAC is #157453. Grayscale: #ABABAB. Windows color (decimal): -1406036 or 11308010. OLE color: 11308010.

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

Color convert

RGB234139172-
CMYK00.410.260.08
HSL339.16º69.34%73.14%-
HSV(B)339.16º40.6%91.76%-
XYZ50.6138.9443.88-
YUV171.17128.47172.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=42.94%
G=25.50%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413917200.410.260.08339.1669.3473.14
HexEA8BAC0291A81534549
Octal3522132540513210523105111
Binary111010101000101110101100010100111010100010101001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BAC; }

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

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

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

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

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

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

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

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