Html Css Color HEX #EBA9FF Mauve

📋 copy color: '#EBA9FF'

red 235 ◦ green 169 ◦ blue 255

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

Shades of Mauve #EBA9FF

Tints of Mauve #EBA9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.69%

R = 35.66%
G = 25.64%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBA9FF (or 0xEBA9FF) is known color: Mauve. HEX triplet: EB, A9 and FF. RGB value is (235,169,255). Sum of RGB (Red+Green+Blue) = 235+169+255=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FF is #145600. Grayscale: #C6C6C6. Windows color (decimal): -1332737 or 16755179. OLE color: 16755179.

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

Color convert

RGB 235 169 255 -
CMYK 0.08 0.34 0 0
HSL 286.05º 1% 0.83% -
HSV(B) 286.05º 0.34% 1% -
XYZ 66.5 53.26 101.38 -
YUV 198.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 235 169 255 0.08 0.34 0 0 286.05 1 0.83
Hex EB A9 FF 8 22 0 0 11E 64 53
Octal 353 251 377 10 42 0 0 436 144 123
Binary 11101011 10101001 11111111 1000 100010 0 0 100011110 1100100 1010011

Color Harmonies of #EBA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9FF

Black with #EBA9FF

Text Example


Text Example

White with #EBA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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