Html Css Color HEX #EBA4FB Mauve

📋 copy color: '#EBA4FB'

red 235 ◦ green 164 ◦ blue 251

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

Shades of Mauve #EBA4FB

Tints of Mauve #EBA4FB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.23%

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

R = 36.15%
G = 25.23%
B = 38.62%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBA4FB (or 0xEBA4FB) is known color: Mauve. HEX triplet: EB, A4 and FB. RGB value is (235,164,251). Sum of RGB (Red+Green+Blue) = 235+164+251=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FB is #145B04. Grayscale: #C2C2C2. Windows color (decimal): -1334021 or 16491755. OLE color: 16491755.

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

Color convert

RGB 235 164 251 -
CMYK 0.06 0.35 0 0.02
HSL 288.97º 0.92% 0.81% -
HSV(B) 288.97º 0.35% 0.98% -
XYZ 64.95 51.18 97.72 -
YUV 195.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 235 164 251 0.06 0.35 0 0.02 288.97 0.92 0.81
Hex EB A4 FB 6 23 0 2 121 5C 51
Octal 353 244 373 6 43 0 2 441 134 121
Binary 11101011 10100100 11111011 110 100011 0 10 100100001 1011100 1010001

Color Harmonies of #EBA4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4FB

Black with #EBA4FB

Text Example


Text Example

White with #EBA4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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