Html Css Color HEX #EBA5FB Mauve

📋 copy color: '#EBA5FB'

red 235 ◦ green 165 ◦ blue 251

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

Shades of Mauve #EBA5FB

Tints of Mauve #EBA5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.35%

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

R = 36.1%
G = 25.35%
B = 38.56%

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

#EBA5FB (or 0xEBA5FB) is known color: Mauve. HEX triplet: EB, A5 and FB. RGB value is (235,165,251). Sum of RGB (Red+Green+Blue) = 235+165+251=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5FB is #145A04. Grayscale: #C3C3C3. Windows color (decimal): -1333765 or 16492011. OLE color: 16492011.

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

Color convert

RGB 235 165 251 -
CMYK 0.06 0.34 0 0.02
HSL 288.84º 0.91% 0.82% -
HSV(B) 288.84º 0.34% 0.98% -
XYZ 65.13 51.54 97.78 -
YUV 195.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 235 165 251 0.06 0.34 0 0.02 288.84 0.91 0.82
Hex EB A5 FB 6 22 0 2 121 5B 52
Octal 353 245 373 6 42 0 2 441 133 122
Binary 11101011 10100101 11111011 110 100010 0 10 100100001 1011011 1010010

Color Harmonies of #EBA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5FB

Black with #EBA5FB

Text Example


Text Example

White with #EBA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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