#EBA8FF

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

Shades of Mauve #EBA8FF

Tints of Mauve #EBA8FF

Color information

#EBA8FF (or 0xEBA8FF) is unknown color: approx Mauve. HEX triplet: EB, A8 and FF. RGB value is (235,168,255). Sum of RGB (Red+Green+Blue) = 235+168+255=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8FF is #145700. Grayscale: #C5C5C5. Windows color (decimal): -1332993 or 16754923. OLE color: 16754923.

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

Color convert

RGB235168255-
CMYK0.080.3400
HSL286.21º100%82.94%-
HSV(B)286.21º34.12%100%-
XYZ66.3152.89101.32-
YUV197.95160.2154.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 168 (66.02% from 255) = 25.53%
BLUE value IS 255 (100% from 255) = 38.75%
R=35.71%
G=25.53%
B=38.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351682550.080.3400286.2110082.94
HexEBA8FF8220011e6453
Octal353250377104200436144123
Binary11101011101010001111111110001000100010001111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8FF; }

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

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

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

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

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

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

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

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