#EB9CFF

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

Shades of Mauve #EB9CFF

Tints of Mauve #EB9CFF

Color information

#EB9CFF (or 0xEB9CFF) is unknown color: approx Mauve. HEX triplet: EB, 9C and FF. RGB value is (235,156,255). Sum of RGB (Red+Green+Blue) = 235+156+255=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CFF is #146300. Grayscale: #BEBEBE. Windows color (decimal): -1336065 or 16751851. OLE color: 16751851.

HSL color Cylindrical-coordinate representation of color #EB9CFF: hue angle of 287.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB9CFF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235156255-
CMYK0.080.3900
HSL287.88º100%80.59%-
HSV(B)287.88º38.82%100%-
XYZ64.248.66100.62-
YUV190.91164.17159.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 156 (61.33% from 255) = 24.15%
BLUE value IS 255 (100% from 255) = 39.47%
R=36.38%
G=24.15%
B=39.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351562550.080.3900287.8810080.59
HexEB9CFF827001206451
Octal353234377104700440144121
Binary11101011100111001111111110001001110010010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CFF; }

 p { color: rgb(235,156,255); }

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

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

 a { background-color: rgb(235,156,255); }

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

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

 span { border-color: rgb(235,156,255); }

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