#EB9FFA

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

Shades of Mauve #EB9FFA

Tints of Mauve #EB9FFA

Color information

#EB9FFA (or 0xEB9FFA) is unknown color: approx Mauve. HEX triplet: EB, 9F and FA. RGB value is (235,159,250). Sum of RGB (Red+Green+Blue) = 235+159+250=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FFA is #146005. Grayscale: #BFBFBF. Windows color (decimal): -1335302 or 16424939. OLE color: 16424939.

HSL color Cylindrical-coordinate representation of color #EB9FFA: hue angle of 290.11º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB9FFA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235159250-
CMYK0.060.3600.02
HSL290.11º90.1%80.2%-
HSV(B)290.11º36.4%98.04%-
XYZ63.9149.3696.6-
YUV192.1160.68158.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 159 (62.5% from 255) = 24.69%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=36.49%
G=24.69%
B=38.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351592500.060.3600.02290.1190.180.2
HexEB9FFA624021225a50
Octal35323737264402442132120
Binary11101011100111111111101011010010001010010001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FFA; }

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

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

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

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

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

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

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

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