#EB94A6

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

Shades of Mauvelous #EB94A6

Tints of Mauvelous #EB94A6

Color information

#EB94A6 (or 0xEB94A6) is unknown color: approx Mauvelous. HEX triplet: EB, 94 and A6. RGB value is (235,148,166). Sum of RGB (Red+Green+Blue) = 235+148+166=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB94A6 is #146B59. Grayscale: #B0B0B0. Windows color (decimal): -1338202 or 10917099. OLE color: 10917099.

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

Color convert

RGB235148166-
CMYK00.370.290.08
HSL347.59º68.5%75.1%-
HSV(B)347.59º37.02%92.16%-
XYZ51.7341.641.38-
YUV176.06122.32170.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 166 (65.23% from 255) = 30.24%
R=42.81%
G=26.96%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514816600.370.290.08347.5968.575.1
HexEB94A60251D815c454b
Octal3532242460453510534105113
Binary111010111001010010100110010010111101100010101110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94A6; }

 p { color: rgb(235,148,166); }

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

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

 a { background-color: rgb(235,148,166); }

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

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

 span { border-color: rgb(235,148,166); }

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