Html Css Color HEX #EBAAF8 Mauve

📋 copy color: '#EBAAF8'

red 235 ◦ green 170 ◦ blue 248

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

Shades of Mauve #EBAAF8

Tints of Mauve #EBAAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.98%

R = 35.99%
G = 26.03%
B = 37.98%

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

#EBAAF8 (or 0xEBAAF8) is known color: Mauve. HEX triplet: EB, AA and F8. RGB value is (235,170,248). Sum of RGB (Red+Green+Blue) = 235+170+248=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF8 is #145507. Grayscale: #C6C6C6. Windows color (decimal): -1332488 or 16296683. OLE color: 16296683.

HSL color Cylindrical-coordinate representation of color #EBAAF8: hue angle of 290º degrees, saturation: 0.85, 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 #EBAAF8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 170 248 -
CMYK 0.05 0.31 0 0.03
HSL 290º 0.85% 0.82% -
HSV(B) 290º 0.31% 0.97% -
XYZ 65.58 53.19 95.62 -
YUV 198.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 235 170 248 0.05 0.31 0 0.03 290 0.85 0.82
Hex EB AA F8 5 1F 0 3 122 55 52
Octal 353 252 370 5 37 0 3 442 125 122
Binary 11101011 10101010 11111000 101 11111 0 11 100100010 1010101 1010010

Color Harmonies of #EBAAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAF8

Black with #EBAAF8

Text Example


Text Example

White with #EBAAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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