Html Css Color HEX #EBA9FB Mauve

📋 copy color: '#EBA9FB'

red 235 ◦ green 169 ◦ blue 251

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

Shades of Mauve #EBA9FB

Tints of Mauve #EBA9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.8%

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

R = 35.88%
G = 25.8%
B = 38.32%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBA9FB (or 0xEBA9FB) is known color: Mauve. HEX triplet: EB, A9 and FB. RGB value is (235,169,251). Sum of RGB (Red+Green+Blue) = 235+169+251=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 169 (66.41% from 255 or 25.80% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FB is #145604. Grayscale: #C5C5C5. Windows color (decimal): -1332741 or 16493035. OLE color: 16493035.

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

Color convert

RGB 235 169 251 -
CMYK 0.06 0.33 0 0.02
HSL 288.29º 0.91% 0.82% -
HSV(B) 288.29º 0.33% 0.98% -
XYZ 65.86 53 98.03 -
YUV 198.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 235 169 251 0.06 0.33 0 0.02 288.29 0.91 0.82
Hex EB A9 FB 6 21 0 2 120 5B 52
Octal 353 251 373 6 41 0 2 440 133 122
Binary 11101011 10101001 11111011 110 100001 0 10 100100000 1011011 1010010

Color Harmonies of #EBA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9FB

Black with #EBA9FB

Text Example


Text Example

White with #EBA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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