Html Css Color HEX #EBA6FA Mauve

📋 copy color: '#EBA6FA'

red 235 ◦ green 166 ◦ blue 250

#EBA6FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EBA6FA

Tints of Mauve #EBA6FA

RGB

 RED value IS 235 (92.19% from 255) = 36.1%

 GREEN value IS 166 (65.23% from 255) = 25.5%

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 36.1%
G = 25.5%
B = 38.4%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBA6FA (or 0xEBA6FA) is known color: Mauve. HEX triplet: EB, A6 and FA. RGB value is (235,166,250). Sum of RGB (Red+Green+Blue) = 235+166+250=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FA is #145905. Grayscale: #C3C3C3. Windows color (decimal): -1333510 or 16426731. OLE color: 16426731.

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

Color convert

RGB 235 166 250 -
CMYK 0.06 0.34 0 0.02
HSL 289.29º 0.89% 0.82% -
HSV(B) 289.29º 0.34% 0.98% -
XYZ 65.15 51.84 97.01 -
YUV 196.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 235 166 250 0.06 0.34 0 0.02 289.29 0.89 0.82
Hex EB A6 FA 6 22 0 2 121 59 52
Octal 353 246 372 6 42 0 2 441 131 122
Binary 11101011 10100110 11111010 110 100010 0 10 100100001 1011001 1010010

Color Harmonies of #EBA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6FA

Black with #EBA6FA

Text Example


Text Example

White with #EBA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6FA; }

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

 H1.HeaderClassName
 {
   color: #EBA6FA;
 }
 .AnyTagClassName
 {
   color: #EBA6FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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