#EB91A6

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

Shades of Mauvelous #EB91A6

Tints of Mauvelous #EB91A6

Color information

#EB91A6 (or 0xEB91A6) is unknown color: approx Mauvelous. HEX triplet: EB, 91 and A6. RGB value is (235,145,166). Sum of RGB (Red+Green+Blue) = 235+145+166=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB91A6 is #146E59. Grayscale: #AEAEAE. Windows color (decimal): -1338970 or 10916331. OLE color: 10916331.

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

Color convert

RGB235145166-
CMYK00.380.290.08
HSL346º69.23%74.51%-
HSV(B)346º38.3%92.16%-
XYZ51.2740.6741.22-
YUV174.3123.32171.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=43.04%
G=26.56%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514516600.380.290.0834669.2374.51
HexEB91A60261D815a454b
Octal3532212460463510532105113
Binary111010111001000110100110010011011101100010101101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91A6; }

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

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

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

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

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

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

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

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