Html Css Color HEX #EBA9F6 Mauve

📋 copy color: '#EBA9F6'

red 235 ◦ green 169 ◦ blue 246

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

Shades of Mauve #EBA9F6

Tints of Mauve #EBA9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.85%

R = 36.15%
G = 26%
B = 37.85%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBA9F6 (or 0xEBA9F6) is known color: Mauve. HEX triplet: EB, A9 and F6. RGB value is (235,169,246). Sum of RGB (Red+Green+Blue) = 235+169+246=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBA9F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9F6 is #145609. Grayscale: #C5C5C5. Windows color (decimal): -1332746 or 16165355. OLE color: 16165355.

HSL color Cylindrical-coordinate representation of color #EBA9F6: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA9F6 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 169 246 -
CMYK 0.04 0.31 0 0.04
HSL 291.43º 0.81% 0.81% -
HSV(B) 291.43º 0.31% 0.96% -
XYZ 65.08 52.69 93.93 -
YUV 197.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 235 169 246 0.04 0.31 0 0.04 291.43 0.81 0.81
Hex EB A9 F6 4 1F 0 4 123 51 51
Octal 353 251 366 4 37 0 4 443 121 121
Binary 11101011 10101001 11110110 100 11111 0 100 100100011 1010001 1010001

Color Harmonies of #EBA9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9F6

Black with #EBA9F6

Text Example


Text Example

White with #EBA9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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