#EA9BA6

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

Shades of Mauvelous #EA9BA6

Tints of Mauvelous #EA9BA6

Color information

#EA9BA6 (or 0xEA9BA6) is unknown color: approx Mauvelous. HEX triplet: EA, 9B and A6. RGB value is (234,155,166). Sum of RGB (Red+Green+Blue) = 234+155+166=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9BA6 is #156459. Grayscale: #B3B3B3. Windows color (decimal): -1401946 or 10918890. OLE color: 10918890.

HSL color Cylindrical-coordinate representation of color #EA9BA6: hue angle of 351.65º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BA6 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234155166-
CMYK00.340.290.08
HSL351.65º65.29%76.27%-
HSV(B)351.65º33.76%91.76%-
XYZ52.5443.6941.74-
YUV179.88120.17166.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=42.16%
G=27.93%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415516600.340.290.08351.6565.2976.27
HexEA9BA60221D8160414c
Octal3522332460423510540101114
Binary111010101001101110100110010001011101100010110000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BA6; }

 p { color: rgb(234,155,166); }

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

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

 a { background-color: rgb(234,155,166); }

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

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

 span { border-color: rgb(234,155,166); }

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