Html Css Color HEX #EBAAF6 Mauve

📋 copy color: '#EBAAF6'

red 235 ◦ green 170 ◦ blue 246

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

Shades of Mauve #EBAAF6

Tints of Mauve #EBAAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.11%

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

R = 36.1%
G = 26.11%
B = 37.79%

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

#EBAAF6 (or 0xEBAAF6) is known color: Mauve. HEX triplet: EB, AA and F6. RGB value is (235,170,246). Sum of RGB (Red+Green+Blue) = 235+170+246=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBAAF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF6 is #145509. Grayscale: #C5C5C5. Windows color (decimal): -1332490 or 16165611. OLE color: 16165611.

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

Color convert

RGB 235 170 246 -
CMYK 0.04 0.31 0 0.04
HSL 291.32º 0.81% 0.82% -
HSV(B) 291.32º 0.31% 0.96% -
XYZ 65.27 53.07 93.99 -
YUV 198.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 235 170 246 0.04 0.31 0 0.04 291.32 0.81 0.82
Hex EB AA F6 4 1F 0 4 123 51 52
Octal 353 252 366 4 37 0 4 443 121 122
Binary 11101011 10101010 11110110 100 11111 0 100 100100011 1010001 1010010

Color Harmonies of #EBAAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAF6

Black with #EBAAF6

Text Example


Text Example

White with #EBAAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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