#EBA7FF

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

Shades of Mauve #EBA7FF

Tints of Mauve #EBA7FF

Color information

#EBA7FF (or 0xEBA7FF) is unknown color: approx Mauve. HEX triplet: EB, A7 and FF. RGB value is (235,167,255). Sum of RGB (Red+Green+Blue) = 235+167+255=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 167 (65.62% from 255 or 25.42% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FF is #145800. Grayscale: #C5C5C5. Windows color (decimal): -1333249 or 16754667. OLE color: 16754667.

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

Color convert

RGB235167255-
CMYK0.080.3500
HSL286.36º100%82.75%-
HSV(B)286.36º34.51%100%-
XYZ66.1352.52101.26-
YUV197.36160.53154.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 167 (65.62% from 255) = 25.42%
BLUE value IS 255 (100% from 255) = 38.81%
R=35.77%
G=25.42%
B=38.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351672550.080.3500286.3610082.75
HexEBA7FF8230011e6453
Octal353247377104300436144123
Binary11101011101001111111111110001000110010001111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7FF; }

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

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

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

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

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

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

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

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