#EB9BA5

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

Shades of Mauvelous #EB9BA5

Tints of Mauvelous #EB9BA5

Color information

#EB9BA5 (or 0xEB9BA5) is unknown color: approx Mauvelous. HEX triplet: EB, 9B and A5. RGB value is (235,155,165). Sum of RGB (Red+Green+Blue) = 235+155+165=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA5 is #14645A. Grayscale: #B4B4B4. Windows color (decimal): -1336411 or 10853355. OLE color: 10853355.

HSL color Cylindrical-coordinate representation of color #EB9BA5: hue angle of 352.5º degrees, saturation: 0.67, 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 #EB9BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235155165-
CMYK00.340.300.08
HSL352.5º66.67%76.47%-
HSV(B)352.5º34.04%92.16%-
XYZ52.7743.8241.27-
YUV180.06119.5167.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 165 (64.84% from 255) = 29.73%
R=42.34%
G=27.93%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515516500.340.300.08352.566.6776.47
HexEB9BA50221E8160434c
Octal3532332450423610540103114
Binary111010111001101110100101010001011110100010110000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BA5; }

 p { color: rgb(235,155,165); }

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

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

 a { background-color: rgb(235,155,165); }

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

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

 span { border-color: rgb(235,155,165); }

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