Html Css Color HEX #EBA6FB Mauve

📋 copy color: '#EBA6FB'

red 235 ◦ green 166 ◦ blue 251

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

Shades of Mauve #EBA6FB

Tints of Mauve #EBA6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 36.04%
G = 25.46%
B = 38.5%

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

#EBA6FB (or 0xEBA6FB) is known color: Mauve. HEX triplet: EB, A6 and FB. RGB value is (235,166,251). Sum of RGB (Red+Green+Blue) = 235+166+251=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FB is #145904. Grayscale: #C4C4C4. Windows color (decimal): -1333509 or 16492267. OLE color: 16492267.

HSL color Cylindrical-coordinate representation of color #EBA6FB: hue angle of 288.71º degrees, saturation: 0.91, 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 #EBA6FB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 166 251 -
CMYK 0.06 0.34 0 0.02
HSL 288.71º 0.91% 0.82% -
HSV(B) 288.71º 0.34% 0.98% -
XYZ 65.31 51.9 97.84 -
YUV 196.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 235 166 251 0.06 0.34 0 0.02 288.71 0.91 0.82
Hex EB A6 FB 6 22 0 2 121 5B 52
Octal 353 246 373 6 42 0 2 441 133 122
Binary 11101011 10100110 11111011 110 100010 0 10 100100001 1011011 1010010

Color Harmonies of #EBA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6FB

Black with #EBA6FB

Text Example


Text Example

White with #EBA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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