#eb85b0

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

Shades of Mauvelous #EB85B0

Tints of Mauvelous #EB85B0

Color information

#EB85B0 (or 0xEB85B0) is unknown color: approx Mauvelous. HEX triplet: EB, 85 and B0. RGB value is (235,133,176). Sum of RGB (Red+Green+Blue) = 235+133+176=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB85B0 is #147A4F. Grayscale: #A8A8A8. Windows color (decimal): -1342032 or 11568619. OLE color: 11568619.

HSL color Cylindrical-coordinate representation of color #EB85B0: hue angle of 334.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85B0 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235133176-
CMYK00.430.250.08
HSL334.71º71.83%72.16%-
HSV(B)334.71º43.4%92.16%-
XYZ50.4837.5745.67-
YUV168.4132.29175.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=43.20%
G=24.45%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513317600.430.250.08334.7171.8372.16
HexEB85B002B19814f4848
Octal3532052600533110517110110
Binary111010111000010110110000010101111001100010100111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb85b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb85b0; }

 p { color: rgb(235,133,176); }

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

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

 a { background-color: rgb(235,133,176); }

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

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

 span { border-color: rgb(235,133,176); }

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