#EB91A3

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

Shades of Mauvelous #EB91A3

Tints of Mauvelous #EB91A3

Color information

#EB91A3 (or 0xEB91A3) is unknown color: approx Mauvelous. HEX triplet: EB, 91 and A3. RGB value is (235,145,163). Sum of RGB (Red+Green+Blue) = 235+145+163=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB91A3 is #146E5C. Grayscale: #ADADAD. Windows color (decimal): -1338973 or 10719723. OLE color: 10719723.

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

Color convert

RGB235145163-
CMYK00.380.310.08
HSL348º69.23%74.51%-
HSV(B)348º38.3%92.16%-
XYZ5140.5639.79-
YUV173.96121.82171.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=43.28%
G=26.70%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514516300.380.310.0834869.2374.51
HexEB91A30261F815c454b
Octal3532212430463710534105113
Binary111010111001000110100011010011011111100010101110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91A3; }

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

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

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

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

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

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

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

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