Html Css Color HEX #EBA1FB Mauve

📋 copy color: '#EBA1FB'

red 235 ◦ green 161 ◦ blue 251

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

Shades of Mauve #EBA1FB

Tints of Mauve #EBA1FB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.88%

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

R = 36.32%
G = 24.88%
B = 38.79%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBA1FB (or 0xEBA1FB) is known color: Mauve. HEX triplet: EB, A1 and FB. RGB value is (235,161,251). Sum of RGB (Red+Green+Blue) = 235+161+251=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1FB is #145E04. Grayscale: #C1C1C1. Windows color (decimal): -1334789 or 16490987. OLE color: 16490987.

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

Color convert

RGB 235 161 251 -
CMYK 0.06 0.36 0 0.02
HSL 289.33º 0.92% 0.81% -
HSV(B) 289.33º 0.36% 0.98% -
XYZ 64.42 50.12 97.55 -
YUV 193.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 235 161 251 0.06 0.36 0 0.02 289.33 0.92 0.81
Hex EB A1 FB 6 24 0 2 121 5C 51
Octal 353 241 373 6 44 0 2 441 134 121
Binary 11101011 10100001 11111011 110 100100 0 10 100100001 1011100 1010001

Color Harmonies of #EBA1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1FB

Black with #EBA1FB

Text Example


Text Example

White with #EBA1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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