#EB9FFD

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

Shades of Mauve #EB9FFD

Tints of Mauve #EB9FFD

Color information

#EB9FFD (or 0xEB9FFD) is unknown color: approx Mauve. HEX triplet: EB, 9F and FD. RGB value is (235,159,253). Sum of RGB (Red+Green+Blue) = 235+159+253=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FFD is #146002. Grayscale: #C0C0C0. Windows color (decimal): -1335299 or 16621547. OLE color: 16621547.

HSL color Cylindrical-coordinate representation of color #EB9FFD: hue angle of 288.51º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB9FFD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235159253-
CMYK0.070.3700.01
HSL288.51º95.92%80.78%-
HSV(B)288.51º37.15%99.22%-
XYZ64.3949.5599.1-
YUV192.44162.18158.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 159 (62.5% from 255) = 24.57%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=36.32%
G=24.57%
B=39.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351592530.070.3700.01288.5195.9280.78
HexEB9FFD725011216051
Octal35323737574501441140121
Binary1110101110011111111111011111001010110010000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FFD; }

 p { color: rgb(235,159,253); }

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

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

 a { background-color: rgb(235,159,253); }

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

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

 span { border-color: rgb(235,159,253); }

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