Html Css Color HEX #EBAAF7 Mauve

📋 copy color: '#EBAAF7'

red 235 ◦ green 170 ◦ blue 247

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

Shades of Mauve #EBAAF7

Tints of Mauve #EBAAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.88%

R = 36.04%
G = 26.07%
B = 37.88%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBAAF7 (or 0xEBAAF7) is known color: Mauve. HEX triplet: EB, AA and F7. RGB value is (235,170,247). Sum of RGB (Red+Green+Blue) = 235+170+247=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBAAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF7 is #145508. Grayscale: #C5C5C5. Windows color (decimal): -1332489 or 16231147. OLE color: 16231147.

HSL color Cylindrical-coordinate representation of color #EBAAF7: hue angle of 290.65º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBAAF7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 170 247 -
CMYK 0.05 0.31 0 0.03
HSL 290.65º 0.83% 0.82% -
HSV(B) 290.65º 0.31% 0.97% -
XYZ 65.42 53.13 94.8 -
YUV 198.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 235 170 247 0.05 0.31 0 0.03 290.65 0.83 0.82
Hex EB AA F7 5 1F 0 3 123 53 52
Octal 353 252 367 5 37 0 3 443 123 122
Binary 11101011 10101010 11110111 101 11111 0 11 100100011 1010011 1010010

Color Harmonies of #EBAAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAF7

Black with #EBAAF7

Text Example


Text Example

White with #EBAAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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