#EB85AE

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

Shades of Mauvelous #EB85AE

Tints of Mauvelous #EB85AE

Color information

#EB85AE (or 0xEB85AE) is unknown color: approx Mauvelous. HEX triplet: EB, 85 and AE. RGB value is (235,133,174). Sum of RGB (Red+Green+Blue) = 235+133+174=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB85AE is #147A51. Grayscale: #A8A8A8. Windows color (decimal): -1342034 or 11437547. OLE color: 11437547.

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

Color convert

RGB235133174-
CMYK00.430.260.08
HSL335.88º71.83%72.16%-
HSV(B)335.88º43.4%92.16%-
XYZ50.2937.4944.63-
YUV168.17131.29175.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=43.36%
G=24.54%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513317400.430.260.08335.8871.8372.16
HexEB85AE02B1A81504848
Octal3532052560533210520110110
Binary111010111000010110101110010101111010100010101000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85AE; }

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

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

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

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

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

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

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

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