#EBAEFA

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

Shades of Mauve #EBAEFA

Tints of Mauve #EBAEFA

Color information

#EBAEFA (or 0xEBAEFA) is unknown color: approx Mauve. HEX triplet: EB, AE and FA. RGB value is (235,174,250). Sum of RGB (Red+Green+Blue) = 235+174+250=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEFA is #145105. Grayscale: #C8C8C8. Windows color (decimal): -1331462 or 16428779. OLE color: 16428779.

HSL color Cylindrical-coordinate representation of color #EBAEFA: hue angle of 288.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAEFA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235174250-
CMYK0.060.3000.02
HSL288.16º88.37%83.14%-
HSV(B)288.16º30.4%98.04%-
XYZ66.6554.8497.51-
YUV200.9155.71152.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=35.66%
G=26.40%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351742500.060.3000.02288.1688.3783.14
HexEBAEFA61E021205853
Octal35325637263602440130123
Binary1110101110101110111110101101111001010010000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEFA; }

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

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

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

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

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

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

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

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