Html Css Color HEX #EBAAFE Mauve

📋 copy color: '#EBAAFE'

red 235 ◦ green 170 ◦ blue 254

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

Shades of Mauve #EBAAFE

Tints of Mauve #EBAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 35.66%
G = 25.8%
B = 38.54%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBAAFE (or 0xEBAAFE) is known color: Mauve. HEX triplet: EB, AA and FE. RGB value is (235,170,254). Sum of RGB (Red+Green+Blue) = 235+170+254=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAFE is #145501. Grayscale: #C6C6C6. Windows color (decimal): -1332482 or 16689899. OLE color: 16689899.

HSL color Cylindrical-coordinate representation of color #EBAAFE: hue angle of 286.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBAAFE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 170 254 -
CMYK 0.07 0.33 0 0.00
HSL 286.43º 0.98% 0.83% -
HSV(B) 286.43º 0.33% 1% -
XYZ 66.53 53.57 100.6 -
YUV 199.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 235 170 254 0.07 0.33 0 0.00 286.43 0.98 0.83
Hex EB AA FE 7 21 0 0 11E 62 53
Octal 353 252 376 7 41 0 0 436 142 123
Binary 11101011 10101010 11111110 111 100001 0 0 100011110 1100010 1010011

Color Harmonies of #EBAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAFE

Black with #EBAAFE

Text Example


Text Example

White with #EBAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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